mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
90d1dcfd76
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> |
||
---|---|---|
.. | ||
esp32 | ||
esp32c2 | ||
esp32c3 | ||
esp32c6 | ||
esp32h2 | ||
esp32p4 | ||
esp32s2 | ||
esp32s3 | ||
include | ||
linux | ||
mock | ||
sim/stubs/soc/include/hal | ||
test | ||
test_apps | ||
cache_utils.c | ||
CMakeLists.txt | ||
esp_flash_api.c | ||
esp_flash_spi_init.c | ||
flash_brownout_hook.c | ||
flash_mmap.c | ||
flash_ops.c | ||
Kconfig | ||
linker.lf | ||
memspi_host_driver.c | ||
README.rst | ||
sdkconfig.rename | ||
spi_flash_chip_boya.c | ||
spi_flash_chip_drivers.c | ||
spi_flash_chip_gd.c | ||
spi_flash_chip_generic.c | ||
spi_flash_chip_issi.c | ||
spi_flash_chip_mxic_opi.c | ||
spi_flash_chip_mxic.c | ||
spi_flash_chip_th.c | ||
spi_flash_chip_winbond.c | ||
spi_flash_hpm_enable.c | ||
spi_flash_os_func_app.c | ||
spi_flash_os_func_noos.c | ||
spi_flash_wrap.c |
See the spi_flash.rst in the programming guide folder for more details.