We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5820a60 commit fb7bd6cCopy full SHA for fb7bd6c
docs/book/api/peri/index.rst
@@ -14,4 +14,6 @@ Peripherals
14
Bluetooth <bluetooth>
15
Display Controller <display>
16
GPS <gps>
17
+ SD/MMC <sdmmc>
18
+ SPI Flash <spifs>
19
IMU Sensor Fusion <imu>
docs/book/api/peri/sdmmc.rst
@@ -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
@@ -0,0 +1,4 @@
+SPI Flash Driver API
+====================
+.. include:: /inc/spifs.inc
0 commit comments