Merge branch 'bugfix/protocols_examples_common_driver_dep' into 'master'

remove leftover dependencies on `driver` component

See merge request espressif/esp-idf!33548
This commit is contained in:
Ivan Grokhotkov
2024-11-14 22:21:57 +08:00
30 changed files with 41 additions and 55 deletions
@@ -1,6 +1,6 @@
idf_component_register(SRCS "cmd_system.c" "cmd_system_common.c"
INCLUDE_DIRS .
REQUIRES console spi_flash driver esp_driver_gpio)
REQUIRES console spi_flash esp_driver_uart esp_driver_gpio)
if(CONFIG_SOC_DEEP_SLEEP_SUPPORTED OR CONFIG_SOC_LIGHT_SLEEP_SUPPORTED)
target_sources(${COMPONENT_LIB} PRIVATE cmd_system_sleep.c)