esp-idf/components/esp_hw_support/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
..
dma fix(dw_gdma): write back the link list items after creation 2024-01-15 16:56:28 +08:00
dma2d feat(esp_hw_support/dma2d): Add 2D-DMA support on ESP32P4 2024-01-22 20:51:43 +08:00
esp_hw_support_unity_tests feat(freertos): Introduced new Kconfig option CONFIG_FREERTOS_NUMBER_OF_CORES 2024-02-09 09:11:28 +01:00
etm ci(p4): temporarily disable failed ci tests on p4 2024-01-04 09:36:06 +08:00
host_test_linux
mspi ci(flash): remove hpm-dc configs from octal flash 2024-01-22 12:44:27 +08:00
mspi_psram_with_dfs ci(flash): remove hpm-dc configs from octal flash 2024-01-22 12:44:27 +08:00
rtc_8md256 refactor(uart): make uart driver as component, and fix astyle 2023-12-15 17:03:51 +08:00
rtc_clk fix(uart,usj...): Fix wrong serial number that has been parsed to rom functions, 2024-01-18 10:51:51 +08:00
rtc_power_modes refactor(uart): make uart driver as component, and fix astyle 2023-12-15 17:03:51 +08:00
wakeup_tests change(pm): change test_io_wakeup 2024-01-11 11:07:16 +08:00
.build-test-rules.yml feat(esp_hw_support/dma2d): Add 2D-DMA support on ESP32P4 2024-01-22 20:51:43 +08:00