Files
dongheng 0ce7b87da6 chore(esp_ringbuf): Divide ringbuf as a independent component from freertos
Other OSes platform also can use ringbuf without freertos.
2019-04-04 15:31:34 +08:00

7 lines
139 B
CMake

set(COMPONENT_ADD_INCLUDEDIRS "include" "include/freertos")
set(COMPONENT_SRCS "ringbuf.c")
set(COMPONENT_REQUIRES)
register_component()