esp-idf/components/spi_flash
Darian Leung 3d2e674326 freertos: Move private API additions to "freertos_idf_additions_priv.h"
Previously, some IDF FreeRTOS API additions that were meant to be private were
exposed through the same "idf_additions.h" header. This commit moves those
functions to a separate header included via
"esp_private/freertos_idf_additions_priv.h" so that they are not mistaken as
public API by users.

This commit also fixes some missing include and C++ guards in idf_additions.h
2023-04-07 15:24:34 +08:00
..
esp32
esp32c2
esp32c3
esp32c6
esp32h2
esp32h4
esp32s2
esp32s3
include
mock
sim
test
test_apps add a test to verify SPI_FLASH_ENABLE_COUNTERS feature 2023-04-06 11:40:40 +08:00
.build-test-rules.yml
CMakeLists.txt
Kconfig
README.rst
cache_utils.c freertos: Move private API additions to "freertos_idf_additions_priv.h" 2023-04-07 15:24:34 +08:00
esp_flash_api.c
esp_flash_spi_init.c
flash_brownout_hook.c
flash_mmap.c
flash_ops.c
linker.lf
memspi_host_driver.c
sdkconfig.rename
spi_flash_chip_boya.c
spi_flash_chip_drivers.c
spi_flash_chip_gd.c
spi_flash_chip_generic.c
spi_flash_chip_issi.c
spi_flash_chip_mxic.c
spi_flash_chip_mxic_opi.c
spi_flash_chip_th.c
spi_flash_chip_winbond.c
spi_flash_hpm_enable.c
spi_flash_os_func_app.c
spi_flash_os_func_noos.c
spi_flash_wrap.c

README.rst

See the spi_flash.rst in the programming guide folder for more details.