feat(freertos): Add cmake script

This commit is contained in:
Dong Heng
2018-05-04 10:40:25 +08:00
parent 25c84c21c4
commit 80cc30ceb3

View File

@ -0,0 +1,9 @@
set(COMPONENT_ADD_INCLUDEDIRS include
include/freertos
include/freertos/private
include/port
include/port/freertos)
set(COMPONENT_SRCDIRS freertos port)
set(COMPONENT_REQUIRES esp8266)
register_component()