Skip to content

Commit fb7bd6c

Browse files
committed
docs:peri:add sdmmc and spi flash driver api
Signed-off-by: Ajay Bhargav <[email protected]>
1 parent 5820a60 commit fb7bd6c

File tree

3 files changed

+17
-0
lines changed

3 files changed

+17
-0
lines changed

docs/book/api/peri/index.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,6 @@ Peripherals
1414
Bluetooth <bluetooth>
1515
Display Controller <display>
1616
GPS <gps>
17+
SD/MMC <sdmmc>
18+
SPI Flash <spifs>
1719
IMU Sensor Fusion <imu>

docs/book/api/peri/sdmmc.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
SD/MMC Driver
2+
=============
3+
4+
Following API only apply to 4G modems, On 2G modems SD card is mounted
5+
automatically if detected on power-up.
6+
7+
8+
API Reference
9+
-------------
10+
11+
.. include:: /inc/sdmmc.inc

docs/book/api/peri/spifs.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
SPI Flash Driver API
2+
====================
3+
4+
.. include:: /inc/spifs.inc

0 commit comments

Comments
 (0)