mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-07 20:00:53 +00:00
feat(esp32h4): finnal introduce hello world
This commit is contained in:
@@ -173,6 +173,13 @@ set(public_include_dirs "include" "include/soc" "include/soc/${target}"
|
||||
"dma/include" "ldo/include" "debug_probe/include"
|
||||
"mspi_timing_tuning/include" "power_supply/include")
|
||||
|
||||
if(CONFIG_IDF_TARGET_ESP32H4)
|
||||
list(REMOVE_ITEM srcs
|
||||
"sleep_modes.c"
|
||||
"sleep_gpio.c" # TODO: [ESP32H4] IDF-12279, IDF-12281
|
||||
)
|
||||
endif()
|
||||
|
||||
idf_component_register(SRCS ${srcs}
|
||||
INCLUDE_DIRS ${public_include_dirs}
|
||||
PRIV_INCLUDE_DIRS port/include include/esp_private
|
||||
|
Reference in New Issue
Block a user