finalized plantuml

This commit is contained in:
Filipriec
2025-11-25 15:19:06 +01:00
parent 4ff73644c6
commit a61b808176

View File

@@ -0,0 +1,29 @@
@startuml
title TX Path: pipe_rx → DMA → GPIOx_BSRR
start
repeat
:n = pipe_rx.read(rx_buf);
if (n > 0?) then (ano)
:Enkodovanie rx_buf → frame_buf\n(encode_uart_frames);
if (used > 0?) then (ano)
:TIM6.SR.UIF = false;
:Cakanie na TIM6 tick;
:TIM6.SR.UIF = false;
:DMA Transfer\nframe_buf → GPIOx_BSRR;
:Transfer await;
endif
endif
:yield_now();
repeat while (true)
stop
@enduml