esp-idf/components/vfs/test_apps/main
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
..
CMakeLists.txt refactor(uart_vfs): Move uart implementation of vfs to esp_driver_uart 2023-12-15 17:14:55 +08:00
idf_component.yml ci: Delete ccomp_timer in IDF(witch has been moved to component manager) 2023-05-15 14:58:51 +08:00
test_app_main.c VFS: move tests from unit-test-app to a component test app 2023-04-25 17:24:20 +05:30
test_vfs_access.c uart: Support LP_UART port with UART driver on esp32c6 2023-06-16 07:31:40 +00:00
test_vfs_append.c VFS: move tests from unit-test-app to a component test app 2023-04-25 17:24:20 +05:30
test_vfs_eventfd.c VFS: move tests from unit-test-app to a component test app 2023-04-25 17:24:20 +05:30
test_vfs_fd.c feat(freertos): Introduced new Kconfig option CONFIG_FREERTOS_NUMBER_OF_CORES 2024-02-09 09:11:28 +01:00
test_vfs_lwip.c VFS: move tests from unit-test-app to a component test app 2023-04-25 17:24:20 +05:30
test_vfs_open.c VFS: move tests from unit-test-app to a component test app 2023-04-25 17:24:20 +05:30
test_vfs_paths.c VFS: move tests from unit-test-app to a component test app 2023-04-25 17:24:20 +05:30
test_vfs_select.c refactor(uart_vfs): Move uart implementation of vfs to esp_driver_uart 2023-12-15 17:14:55 +08:00