Commit Graph
8 Commits
Author SHA1 Message Date
h3cx 22c732be02 Refactor handler to external
Moved task handler functions to external functions, signatures are in
tasks.h, each function has its own .c file in Src/tasks
2026-06-02 20:11:07 +02:00
h3cx 8d1debd69a Added print on interrupt via task flag 2026-06-02 19:46:05 +02:00
h3cx 0e99868078 Added SEGGER RTT files 2026-06-02 19:45:49 +02:00
h3cx e7e436affa Updated ring buffer
Updated ring buffer to match use case, one write head with negative read
index
2026-06-02 17:29:46 +02:00
h3cx cfc59a9593 Ring buffer impl
Implemented ring buffer with inline push and pop functions
Updated copyrights on main.c and ring_buffer files
2026-06-02 16:52:07 +02:00
h3cx b0152e2751 FreeRTOS config 2026-06-02 15:44:49 +02:00
h3cx 70ae757c33 Initial code generation 2026-06-02 15:07:37 +02:00
h3cx b0b0d92009 Initial commit 2026-06-02 14:57:17 +02:00