zephyr/doc/reference/storage/index.rst
Johann Fischer 5c7787c912 doc: update disk access docu regarding SD card support
This patch removes sdhc_api references since such API
does not actually exist. SD card controller drivers
use disc driver interface. Accordingly, the SDHC documentation,
which actually describes how to connect a SD card via SPI
and has little to do with SD host controller (SDHC),
is also moved to disk access page and adapted.

Signed-off-by: Johann Fischer <johann.fischer@nordicsemi.no>
2021-03-23 12:16:01 +01:00

14 lines
174 B
ReStructuredText

.. _storage_reference:
Storage
#######
.. toctree::
:maxdepth: 1
nvs/nvs.rst
disk/access.rst
flash_map/flash_map.rst
fcb/fcb.rst
stream/stream_flash.rst