WIP merge cyclically dependent components into one big component

This commit is contained in:
jacqueline
2024-05-02 19:12:26 +10:00
parent a231fd1c8a
commit 1573a8c4cd
152 changed files with 79 additions and 670 deletions
+1 -4
View File
@@ -2,8 +2,5 @@
#
# SPDX-License-Identifier: GPL-3.0-only
idf_component_register(
SRCS "main.cpp"
INCLUDE_DIRS "."
REQUIRES "audio" "ui" "system_fsm" "events")
idf_component_register(SRCS "main.cpp" INCLUDE_DIRS "." REQUIRES "tangara")
target_compile_options(${COMPONENT_LIB} PRIVATE ${EXTRA_WARNINGS})