feat: Framework to handle INCP messages

This commit is contained in:
2026-03-31 14:04:12 +01:00
parent 5a7d3a9864
commit f7c2b65ebc
9 changed files with 271 additions and 53 deletions

View File

@@ -1,3 +1,5 @@
target_sources(${EXECUTABLE} PRIVATE
main.c
incp_handler.c
msg_buf.c
)