added freeRTOS on linux build

This commit is contained in:
2024-07-12 16:56:31 +02:00
parent a7336c7f75
commit 976e079d02
16 changed files with 576 additions and 321 deletions

1
bsp_linux/CMakeLists.txt Normal file
View File

@ -0,0 +1 @@
target_sources(${TARGET_NAME} PRIVATE main.c)