esp-idf/components/esp_timer/test_apps
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
..
main feat(soc): Add soc_caps macros for sleep support 2024-03-05 07:05:40 +01:00
CMakeLists.txt ci: fixed test apps overriding pytest configs 2023-04-26 11:07:35 +08:00
pytest_esp_timer_ut.py feat(esp_timer): Re-enable tests on ESP32P4 2024-01-30 13:39:23 +02:00
README.md feat(esp_timer): Re-enable tests on ESP32P4 2024-01-30 13:39:23 +02:00
sdkconfig.ci.26mhz_esp32c2 esp_timer: Migrate esp_timer unit tests from unit-test-app to component test app 2022-11-05 22:53:38 +08:00
sdkconfig.ci.any_cpu_esp32 esp_timer: Adds AFFINITY options for task and ISR 2023-03-02 20:08:02 +08:00
sdkconfig.ci.any_cpu_esp32s3 esp_timer: Adds AFFINITY options for task and ISR 2023-03-02 20:08:02 +08:00
sdkconfig.ci.cpu1_esp32 esp_timer: Adds AFFINITY options for task and ISR 2023-03-02 20:08:02 +08:00
sdkconfig.ci.cpu1_esp32s3 esp_timer: Adds AFFINITY options for task and ISR 2023-03-02 20:08:02 +08:00
sdkconfig.ci.freertos_compliance esp_timer: Migrate esp_timer unit tests from unit-test-app to component test app 2022-11-05 22:53:38 +08:00
sdkconfig.ci.general esp_timer: Migrate esp_timer unit tests from unit-test-app to component test app 2022-11-05 22:53:38 +08:00
sdkconfig.ci.isr_dispatch_esp32 esp_timer: Migrate esp_timer unit tests from unit-test-app to component test app 2022-11-05 22:53:38 +08:00
sdkconfig.ci.isr_dispatch_esp32c3 fix(esp_timer): Fix delay in ISR dispatch callbacks 2023-07-12 16:30:45 +08:00
sdkconfig.ci.psram ci: update idf-core related tests for C6 2023-02-13 13:01:57 +08:00
sdkconfig.ci.release esp_timer: Migrate esp_timer unit tests from unit-test-app to component test app 2022-11-05 22:53:38 +08:00
sdkconfig.ci.single_core ci: update idf-core related tests for C6 2023-02-13 13:01:57 +08:00
sdkconfig.defaults esp_timer: Migrate esp_timer unit tests from unit-test-app to component test app 2022-11-05 22:53:38 +08:00
sdkconfig.defaults.esp32 esp_timer: Migrate esp_timer unit tests from unit-test-app to component test app 2022-11-05 22:53:38 +08:00
sdkconfig.defaults.esp32c2 esp_timer: Migrate esp_timer unit tests from unit-test-app to component test app 2022-11-05 22:53:38 +08:00
sdkconfig.defaults.esp32c3 esp_timer: Migrate esp_timer unit tests from unit-test-app to component test app 2022-11-05 22:53:38 +08:00
sdkconfig.defaults.esp32s2 esp_timer: Migrate esp_timer unit tests from unit-test-app to component test app 2022-11-05 22:53:38 +08:00
sdkconfig.defaults.esp32s3 esp_timer: Migrate esp_timer unit tests from unit-test-app to component test app 2022-11-05 22:53:38 +08:00

Supported Targets ESP32 ESP32-C2 ESP32-C3 ESP32-C6 ESP32-H2 ESP32-P4 ESP32-S2 ESP32-S3