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
)

View File

@@ -1,9 +1,6 @@
#
# Main Makefile. This is basically the same as a component makefile.
#
CFLAGS += -D LOG_LOCAL_LEVEL=ESP_LOG_INFO \
-I$(COMPONENT_PATH)/../tools
COMPONENT_ADD_INCLUDEDIRS := .
COMPONENT_ADD_INCLUDEDIRS += $(COMPONENT_PATH)/../tools
COMPONENT_ADD_INCLUDEDIRS += $(COMPONENT_PATH)/../squeezelite-ota
COMPONENT_EXTRA_INCLUDES += $(PROJECT_PATH)/main/
CFLAGS += -D LOG_LOCAL_LEVEL=ESP_LOG_INFO
COMPONENT_SRCDIRS := .