esp-idf/examples/system/console/advanced/components
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
..
cmd_nvs system: fix printf format errors in all system and cxx examples 2022-12-12 12:55:02 +08:00
cmd_system feat(soc): Add soc_caps macros for sleep support 2024-03-05 07:05:40 +01:00
cmd_wifi fix(esp_wifi): Support for esp_wifi_remote 2024-02-01 12:17:43 +01:00