esp-idf/examples/system/console/advanced/main
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 examples: console: move duplicated cmd_wifi files into a new component 2022-05-04 11:34:06 +02:00
console_example_main.c feat(soc): Add soc_caps macros for sleep support 2024-03-05 07:05:40 +01:00
Kconfig.projbuild console: re-use the available REPL console API and improve linenoise 2021-07-15 11:37:11 +08:00