esp-idf/components/esp_timer
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
..
include docs(esp_timer): Rewrite esp_timer api ref and related docs 2024-02-08 12:13:18 +08:00
private_include refactor(system): reformated esp_timer, linux and log comp with astyle 2024-02-04 14:50:54 +08:00
src Merge branch 'feature/move_esp_timer_related_inits_into_component' into 'master' 2024-02-20 16:49:31 +08:00
test_apps feat(soc): Add soc_caps macros for sleep support 2024-03-05 07:05:40 +01:00
CMakeLists.txt feat(esp_timer): Move esp_timer-related init steps into the component 2024-02-19 19:21:40 +08:00
Kconfig docs(esp_timer): Rewrite esp_timer api ref and related docs 2024-02-08 12:13:18 +08:00
sdkconfig.rename esp32: add implementation of esp_timer based on TG0 LAC timer 2020-02-06 14:00:18 +08:00