WIP debug console for testing playback

This commit is contained in:
jacqueline
2022-11-15 16:39:54 +11:00
parent aef2eb7566
commit 07e1b5a328
11 changed files with 280 additions and 80 deletions
+4 -1
View File
@@ -9,7 +9,10 @@ idf_build_set_property(
# Treat warnings as errors for test purposes.
list(APPEND EXTRA_WARNINGS "-Werror")
list(APPEND EXTRA_COMPONENT_DIRS "$ENV{PROJ_PATH}/src/drivers")
list(APPEND EXTRA_COMPONENT_DIRS
"$ENV{PROJ_PATH}/src/drivers"
"$ENV{PROJ_PATH}/src/dev_console"
)
# List all components that include tests here.
set(TEST_COMPONENTS "drivers")