esp-idf/components/esp_timer/test_apps/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
test_app_main.c
test_esp_timer.c feat(freertos): Introduced new Kconfig option CONFIG_FREERTOS_NUMBER_OF_CORES 2024-02-09 09:11:28 +01:00
test_esp_timer_light_sleep.c feat(soc): Add soc_caps macros for sleep support 2024-03-05 07:05:40 +01:00
test_ets_timer.c refactor(system): reformated esp_timer, linux and log comp with astyle 2024-02-04 14:50:54 +08:00