esp-idf/components/esp_hw_support/include/soc
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
..
esp32 esp_hw_support: add crypto lock layer for esp32 2023-04-24 16:15:11 +05:30
esp32c2 feat(esp_hw_support): Add esp_crypto_lock layer for esp32c2 2023-09-20 16:05:49 +05:30
esp32c3 esp_hw_support: Merge esp_ds.h file for different targets into one 2022-11-24 16:03:30 +05:30
esp32c5 feat(esp32c5): add system related supports 2024-01-02 11:17:11 +08:00
esp32c6 feat(esp_hw_support): Added locking mechanism for the ECDSA and ECC peripheral 2023-09-20 16:05:50 +05:30
esp32h2 feat(esp_hw_support): Added locking mechanism for the ECDSA and ECC peripheral 2023-09-20 16:05:50 +05:30
esp32p4 fix(esp_hw_support): Update key manager support 2024-01-23 10:24:39 +05:30
esp32s2 memprot: move memprot functions out of IRAM 2023-03-17 14:51:20 +08:00
esp32s3 feat(freertos): Introduced new Kconfig option CONFIG_FREERTOS_NUMBER_OF_CORES 2024-02-09 09:11:28 +01:00
soc_memory_types.h esp_hw_support: move soc_memory_types.h helper functions into esp_hw_support 2022-04-08 11:46:10 +08:00