esp-idf/tools/test_apps/system/memprot
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 tools: setting components to main to reduce build time 2023-04-25 15:42:22 +08:00
pytest_memprot.py ci: migrate system test apps to pytest 2022-07-26 11:47:28 +08:00
README.md System/Security: Memprot API unified (ESP32S3) 2022-06-20 02:36:44 +00:00
sdkconfig.defaults System/Security: Memprot API unified (ESP32C3) 2021-12-21 01:50:36 +01:00

Supported Targets ESP32-C3 ESP32-S2 ESP32-S3