messaging subsystem wip

This commit is contained in:
Sebastien
2020-02-19 08:02:58 -05:00
parent 8c3a52d40c
commit 4de4e07d99
28 changed files with 369 additions and 143 deletions

View File

@@ -1,5 +1,5 @@
idf_component_register(SRCS "cmd_i2ctools.c"
INCLUDE_DIRS "." "../tools/"
INCLUDE_DIRS "." "$(PROJECT_PATH)/components/tools/"
REQUIRES esp_common
PRIV_REQUIRES freertos esp32 spi_flash newlib log console pthread
)