esp-idf/components/spiffs
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
..
host_test feat(storage): Update build test rules for storage related components 2024-01-02 13:10:59 +01:00
include fix(spiffs): SPIFFS print formatter errors out 2023-08-15 15:40:19 +02:00
spiffs@0dbb3f71c5 spiffs: update submodule to fix SPIFFS_readdir errno issue 2022-06-02 18:42:48 +02:00
test_apps feat(freertos): Introduced new Kconfig option CONFIG_FREERTOS_NUMBER_OF_CORES 2024-02-09 09:11:28 +01:00
test_spiffsgen spiffs, wear_levelling: update copyright headers 2022-02-22 00:09:24 +03:00
CMakeLists.txt fix(spiffs): SPIFFS print formatter errors out 2023-08-15 15:40:19 +02:00
esp_spiffs.c feat(partition_table): Add read-only partition flag and functionality 2023-10-11 00:01:05 +02:00
Kconfig spiffs: add esp_spiffs_gc function to force garbage collection 2022-04-11 11:19:10 +02:00
project_include.cmake build-system: replace ADDITIONAL_MAKE_CLEAN_FILES with ADDITIONAL_CLEAN_FILES 2023-05-08 15:51:48 +08:00
spiffs_api.c storage: fix and re-enable -Wformat warnings 2022-10-06 16:16:32 +02:00
spiffs_api.h spiffs: convert host tests from Make to CMake 2022-09-12 14:14:09 +00:00
spiffsgen.py Tools: Fix flake8 version 5 warnings 2022-08-12 08:13:13 +00:00