esp-idf/tools/test_apps/system
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
..
bootloader_sections fix(ota): additional checks for secure version in anti-rollback case 2024-02-07 22:23:10 +08:00
build_test feat(mac): Add a configuration to set custom MAC as base MAC 2023-12-06 10:46:22 +08:00
cxx_build_test feat(ci): Enable p4 example, test_apps and unit tests CI build 2023-08-24 12:51:19 +08:00
cxx_no_except tools: setting components to main to reduce build time 2023-04-25 15:42:22 +08:00
cxx_pthread_bluetooth build: Adds support for Clangs's toolchain compiler-rt 2023-06-08 16:49:37 +03:00
eh_frame tools: setting components to main to reduce build time 2023-04-25 15:42:22 +08:00
esp_intr_dump test: add missing host_test marker for qemu tests 2024-01-29 13:52:40 +01:00
g0_components feat(esp32c5): support esp32c5 g0 components 2023-12-08 15:12:24 +08:00
g1_components refactor(pthread): decouple pthread_init from esp_system 2024-02-08 09:40:46 +08:00
gdb feat(ci): Enable p4 example, test_apps and unit tests CI build 2023-08-24 12:51:19 +08:00
gdb_loadable_elf feat(ci): Enable p4 example, test_apps and unit tests CI build 2023-08-24 12:51:19 +08:00
gdbstub_runtime ci(p4): added todo jira for disabled tests on p4 2024-01-04 09:36:38 +08:00
longjmp_test tools: setting components to main to reduce build time 2023-04-25 15:42:22 +08:00
memprot feat(freertos): Introduced new Kconfig option CONFIG_FREERTOS_NUMBER_OF_CORES 2024-02-09 09:11:28 +01:00
no_embedded_paths feat(ble_mesh): Support Bluetooth Mesh Protocol v1.1 (Preview) 2023-09-08 21:37:33 +08:00
panic feat(coredump): use SHA ROM functions for all targets except ESP32 2024-01-25 15:13:56 +01:00
ram_loadable_app ci(p4): added todo jira for disabled tests on p4 2024-01-04 09:36:38 +08:00
startup feat(ci): Enable p4 example, test_apps and unit tests CI build 2023-08-24 12:51:19 +08:00
test_watchpoint bugfix(esp_system): made watchpoint setting configuration-dependent 2023-03-13 14:24:15 +08:00
unicore_bootloader test: fix custom additional app for multicore test cases 2024-01-16 20:20:42 +01:00