|
|
|
@ -17,21 +17,21 @@ add_executable(main_full
|
|
|
|
|
main_full.c
|
|
|
|
|
IntQueueTimer.c
|
|
|
|
|
RegTest.s
|
|
|
|
|
../../Common/Minimal/blocktim.c
|
|
|
|
|
../../Common/Minimal/countsem.c
|
|
|
|
|
../../Common/Minimal/dynamic.c
|
|
|
|
|
../../Common/Minimal/recmutex.c
|
|
|
|
|
../../Common/Minimal/QueueOverwrite.c
|
|
|
|
|
../../Common/Minimal/EventGroupsDemo.c
|
|
|
|
|
../../Common/Minimal/IntSemTest.c
|
|
|
|
|
../../Common/Minimal/IntQueue.c
|
|
|
|
|
../../Common/Minimal/TaskNotify.c
|
|
|
|
|
../../Common/Minimal/TimerDemo.c
|
|
|
|
|
../../Common/Minimal/GenQTest.c
|
|
|
|
|
../../Common/Minimal/death.c
|
|
|
|
|
../../Common/Minimal/semtest.c
|
|
|
|
|
../../Common/Minimal/BlockQ.c
|
|
|
|
|
../../Common/Minimal/flop.c
|
|
|
|
|
../../../../Common/Minimal/blocktim.c
|
|
|
|
|
../../../../Common/Minimal/countsem.c
|
|
|
|
|
../../../../Common/Minimal/dynamic.c
|
|
|
|
|
../../../../Common/Minimal/recmutex.c
|
|
|
|
|
../../../../Common/Minimal/QueueOverwrite.c
|
|
|
|
|
../../../../Common/Minimal/EventGroupsDemo.c
|
|
|
|
|
../../../../Common/Minimal/IntSemTest.c
|
|
|
|
|
../../../../Common/Minimal/IntQueue.c
|
|
|
|
|
../../../../Common/Minimal/TaskNotify.c
|
|
|
|
|
../../../../Common/Minimal/TimerDemo.c
|
|
|
|
|
../../../../Common/Minimal/GenQTest.c
|
|
|
|
|
../../../../Common/Minimal/death.c
|
|
|
|
|
../../../../Common/Minimal/semtest.c
|
|
|
|
|
../../../../Common/Minimal/BlockQ.c
|
|
|
|
|
../../../../Common/Minimal/flop.c
|
|
|
|
|
)
|
|
|
|
|
|
|
|
|
|
target_compile_definitions(main_full PRIVATE
|
|
|
|
@ -40,7 +40,7 @@ target_compile_definitions(main_full PRIVATE
|
|
|
|
|
|
|
|
|
|
target_include_directories(main_full PRIVATE
|
|
|
|
|
${CMAKE_CURRENT_LIST_DIR}
|
|
|
|
|
${CMAKE_CURRENT_LIST_DIR}/../../Common/include)
|
|
|
|
|
${CMAKE_CURRENT_LIST_DIR}/../../../../Common/include)
|
|
|
|
|
|
|
|
|
|
target_compile_definitions(main_full PRIVATE
|
|
|
|
|
PICO_STDIO_STACK_BUFFER_SIZE=64 # use a small printf on stack buffer
|
|
|
|
@ -59,7 +59,7 @@ target_compile_definitions(main_blinky PRIVATE
|
|
|
|
|
|
|
|
|
|
target_include_directories(main_blinky PRIVATE
|
|
|
|
|
${CMAKE_CURRENT_LIST_DIR}
|
|
|
|
|
${CMAKE_CURRENT_LIST_DIR}/../../Common/include)
|
|
|
|
|
${CMAKE_CURRENT_LIST_DIR}/../../../../Common/include)
|
|
|
|
|
|
|
|
|
|
target_link_libraries(main_blinky pico_stdlib FreeRTOS-Kernel FreeRTOS-Kernel-Heap1)
|
|
|
|
|
pico_add_extra_outputs(main_blinky)
|