2018-01-12 02:49:13 +00:00
|
|
|
set(COMPONENT_ADD_INCLUDEDIRS include)
|
|
|
|
set(COMPONENT_PRIV_INCLUDEDIRS include/freertos)
|
2018-01-19 05:22:08 +00:00
|
|
|
set(COMPONENT_SRCDIRS ".")
|
2018-03-22 06:27:10 +00:00
|
|
|
set(COMPONENT_REQUIRES)
|
|
|
|
|
2018-01-12 02:49:13 +00:00
|
|
|
register_component()
|
|
|
|
|
|
|
|
target_link_libraries(freertos "-Wl,--undefined=uxTopUsedPriority")
|