Merge branch 'chore/add_esp_ringbuf' into 'master'

Divide ringbuf as a independent component from freertos

See merge request sdk/ESP8266_RTOS_SDK!875
This commit is contained in:
Dong Heng
2019-04-04 16:50:05 +08:00
4 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,6 @@
set(COMPONENT_ADD_INCLUDEDIRS "include" "include/freertos")
set(COMPONENT_SRCS "ringbuf.c")
set(COMPONENT_REQUIRES)
register_component()

View File

@ -0,0 +1,3 @@
COMPONENT_ADD_INCLUDEDIRS += include/freertos