esp-idf/components/esp_timer/test_apps
fl0wl0w 90d1dcfd76 feat(freertos): Introduced new Kconfig option CONFIG_FREERTOS_NUMBER_OF_CORES
This commit replaces the use of portNUM_PROCESSORS and configNUM_CORES
macros in all of ESP-IDF. These macros are needed to realize an SMP
scenario by fetching the number of active cores FreeRTOS is running on.
Instead, a new Kconfig option, CONFIG_FREERTOS_NUMBER_OF_CORES, has been
added as a proxy for the FreeRTOS config option, configNUMBER_OF_CORES.
This new commit is now used to realize an SMP scenario in various places
in ESP-IDF.

[Sudeep Mohanty: Added new Kconfig option CONFIG_FREERTOS_NUMBER_OF_CORES]

Signed-off-by: Sudeep Mohanty <sudeep.mohanty@espressif.com>
2024-02-09 09:11:28 +01:00
..
main feat(freertos): Introduced new Kconfig option CONFIG_FREERTOS_NUMBER_OF_CORES 2024-02-09 09:11:28 +01:00
CMakeLists.txt ci: fixed test apps overriding pytest configs 2023-04-26 11:07:35 +08:00
README.md feat(esp_timer): Re-enable tests on ESP32P4 2024-01-30 13:39:23 +02:00
pytest_esp_timer_ut.py 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

README.md

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