Select Git revision
meson.build
Forked from
card10 / firmware
1697 commits behind the upstream repository.
meson.build 480 B
freertos_includes = include_directories(
'./Source/include',
'./Source/portable/GCC/ARM_CM4F',
)
freertos_sources = files(
'./Source/croutine.c',
'./Source/event_groups.c',
'./Source/list.c',
'./Source/queue.c',
'./Source/stream_buffer.c',
'./Source/tasks.c',
'./Source/timers.c',
'./Source/portable/GCC/ARM_CM4F/port.c',
)
freertos_heap2 = files(
'./Source/portable/MemMang/heap_2.c',
)
freertos_heap3 = files(
'./Source/portable/MemMang/heap_3.c',
)