more esp32 cmake clean up

This commit is contained in:
hathach
2023-03-30 11:37:36 +07:00
parent 641613c428
commit cf7aad790c
9 changed files with 9 additions and 46 deletions

View File

@@ -1,7 +1,3 @@
idf_component_register(SRCS "main.c"
INCLUDE_DIRS "."
REQUIRES freertos soc tinyusb_src)
target_include_directories(${COMPONENT_TARGET} PUBLIC
"${TOP}/hw"
)
REQUIRES boards tinyusb_src)