update all cmake for esp32 build

This commit is contained in:
hathach
2023-03-30 10:41:11 +07:00
parent 96718b7ca0
commit 641613c428
13 changed files with 40 additions and 84 deletions

View File

@@ -5,7 +5,3 @@ idf_component_register(SRCS "main.c" "usb_descriptors.c" "msc_disk.c"
target_include_directories(${COMPONENT_TARGET} PUBLIC
"${TOP}/hw"
)
target_compile_definitions(${COMPONENT_TARGET} PUBLIC
ESP_PLATFORM
)