esp-idf/components/esp_hw_support/test_apps/esp_hw_support_unity_tests/main
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
..
CMakeLists.txt fix(esp_hw_support): Update key manager support 2024-01-23 10:24:39 +05:30
digital_signature_test_cases_3072.h
digital_signature_test_cases_4096.h
gen_digital_signature_tests.py
test_app_main.c
test_config.h
test_dport.c fix(uart,usj...): Fix wrong serial number that has been parsed to rom functions, 2024-01-18 10:51:51 +08:00
test_dport_xt_highint5.S
test_ds.c change(all): Clearing unused efuse rom headers 2024-01-22 18:02:55 +02:00
test_esp_clock_output.c
test_fp.c feat(freertos): Introduced new Kconfig option CONFIG_FREERTOS_NUMBER_OF_CORES 2024-02-09 09:11:28 +01:00
test_hmac.c
test_intr_alloc.c
test_key_mgr.c fix(esp_hw_support): Update key manager support 2024-01-23 10:24:39 +05:30
test_ldo.c
test_random.c