esp-idf/examples/system/console/advanced/components/cmd_system
Guillaume Souchere 0b9f01ac20 feat(soc): Add soc_caps macros for sleep support
- modify console example to use the new SOC_LIGHT_SLEEP_SUPPORTED
and SOC_DEEP_SLEEP_SUPPORTED macros when registering sleep commands

- remove exclusion of esp32p4 in basic and advanced example in
.build-test-rules.yml

- replace exclusion of esp32p4 for deep and light sleep tests with newly introduced macro

- remove the temporary disable check for esp32p4 and uses the
SOC_LIGHT_SLEEP_SUPPORTED maccro instead.
2024-03-05 07:05:40 +01:00
..
CMakeLists.txt refactor(gpio): make gpio driver as component, and fix astyle 2023-11-03 15:42:23 +08:00
cmd_system_common.c esp32h4: remove esp32h4 target from ci 2023-04-20 15:19:47 +08:00
cmd_system_sleep.c feat(soc): Add soc_caps macros for sleep support 2024-03-05 07:05:40 +01:00
cmd_system.c feat(soc): Add soc_caps macros for sleep support 2024-03-05 07:05:40 +01:00
cmd_system.h feat(soc): Add soc_caps macros for sleep support 2024-03-05 07:05:40 +01:00