esp-idf/components/fatfs
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
..
diskio fix: diskio format all error message codes to hex 2024-01-29 10:32:31 +01:00
fatfs_utils feat(fatfs): Add an option to use 2 FATs (file allocation tables) in FATFS volumes 2024-01-18 14:03:28 +01:00
host_test ci(p4): added todo jira for disabled tests on p4 2024-01-04 09:36:38 +08:00
port fatfs: Update to version 0.15 2023-01-30 13:14:54 +00:00
src Add option to configure FATFS_USE_LABEL in menuconfig 2023-11-11 23:00:08 +00:00
test_apps feat(freertos): Introduced new Kconfig option CONFIG_FREERTOS_NUMBER_OF_CORES 2024-02-09 09:11:28 +01:00
test_fatfsgen feat(fatfs): Add an option to use 2 FATs (file allocation tables) in FATFS volumes 2024-01-18 14:03:28 +01:00
vfs feat(fatfs): VFS FATFS add format functions with config argument 2024-01-29 15:09:50 +08:00
CMakeLists.txt refactor(sdspi): place sdspi driver into a new component 2023-11-20 12:30:03 +08:00
fatfsgen.py feat(fatfs): Add an option to use 2 FATs (file allocation tables) in FATFS volumes 2024-01-18 14:03:28 +01:00
fatfsparse.py fix(fatfsgen): Fix incompatibility with the latest version of construct 2024-01-16 18:54:15 +08:00
Kconfig fix(storage/fatfs): add missing locks in fatfs wrapper for vfs 2023-11-27 07:47:28 +01:00
project_include.cmake feat(fatfs): Add an option to use 2 FATs (file allocation tables) in FATFS volumes 2024-01-18 14:03:28 +01:00
sbom.yml fix(storage/fatfs): add Organization prefix to originator 2023-12-04 08:16:48 +01:00
wl_fatfsgen.py feat(fatfs): Add an option to use 2 FATs (file allocation tables) in FATFS volumes 2024-01-18 14:03:28 +01:00