esp-idf/components/app_trace
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
..
gcov feat(system): move esp_dbg_stubs_init into component 2024-01-31 20:12:45 +01:00
include fix(app_trace): fix gcov for gcc 13.1.0 2023-10-09 12:13:02 +04:00
port feat(freertos): Introduced new Kconfig option CONFIG_FREERTOS_NUMBER_OF_CORES 2024-02-09 09:11:28 +01:00
private_include feat(system): move esp_dbg_stubs_init into component 2024-01-31 20:12:45 +01:00
sys_view Merge branch 'contrib/github_pr_12481' into 'master' 2023-12-01 19:33:19 +08:00
test_apps refactor(gptimer): refactor gptimer driver into a component 2023-11-06 17:09:31 +08:00
app_trace_membufs_proto.c feat(license): Dual-license source files built by OpenOCD stub flasher 2024-01-15 23:45:23 +01:00
app_trace_util.c feat(license): Dual-license source files built by OpenOCD stub flasher 2024-01-15 23:45:23 +01:00
app_trace.c feat(license): Dual-license source files built by OpenOCD stub flasher 2024-01-15 23:45:23 +01:00
CMakeLists.txt feat(system): move esp_dbg_stubs_init into component 2024-01-31 20:12:45 +01:00
debug_stubs.c feat(system): move esp_dbg_stubs_init into component 2024-01-31 20:12:45 +01:00
heap_trace_tohost.c heap: Add a configuration that places all the heap component and related functionalities in flash when enabled 2023-04-12 08:11:24 +02:00
host_file_io.c fix(app_trace): fix gcov for gcc 13.1.0 2023-10-09 12:13:02 +04:00
Kconfig Use configuration option instead of in components not related to FreeRTOS 2023-11-28 07:49:20 +00:00
linker.lf refactor(gptimer): refactor gptimer driver into a component 2023-11-06 17:09:31 +08:00
project_include.cmake cmake: using toolchain prefix determined by cmake itself 2022-01-10 10:06:09 +08:00
sdkconfig.rename app_trace: support gptimer as timestamp source 2022-01-07 14:59:09 +08:00