Skip to content

Commit 9973795

Browse files
author
Amanda Butler
authored
Rearrange tutorials_intro.md
Rearrange sections, and add platform examples.
1 parent 4c2ad80 commit 9973795

File tree

1 file changed

+78
-21
lines changed

1 file changed

+78
-21
lines changed

docs/tutorials/tutorials_intro.md

Lines changed: 78 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -19,35 +19,69 @@ The Arm Mbed ecosystem is expansive and offers many opportunities. In contrast t
1919

2020
These tutorials show you how to perform specific tasks that use the Arm Mbed APIs:
2121

22-
#### Using connectivity APIs
22+
#### Using platform APIs
23+
24+
### Platform APIs
25+
26+
[Platform APIs](platform.html) provide general purpose MCU management infrastructure, common data structures and a consistent user experience on top of different standard libraries and toolchains.
2327

2428
<table>
2529
<tbody>
2630
<tr>
27-
<td><a href="cellular-tcp-sockets.html">TCP sockets tutorial</a></td>
28-
<td><a href="../tutorials/light-control.html">Mesh light control tutorial</a></td>
29-
<td><a href="../apis/heartrateservice.html#heartrateservice-example">BLE heart rate example</a></td>
30-
<td><a href="https://os.mbed.com/teams/mbed-os-examples/code/mbed-os-example-ble-Thermometer">BLE thermometer example</a></td>
31-
<td><a href="https://os.mbed.com/teams/mbed-os-examples/code/mbed-os-example-nfc-SmartPoster">NFC example</a></td>
31+
<td><a href="../apis/wait.html#example">Wait example</a></td>
32+
<td><a href="../apis/criticalsectionlock.html#criticalsectionlock-example">CriticalSectionLock example</a></td>
33+
<td><a href="../apis/assert.html#assert-example">Assert example</a></td>
34+
<td><a href="../apis/circularbuffer.html#circularbuffer-example">CircularBuffer example</a></td>
35+
<td><a href="../apis/mbed-statistics.html#cpu-usage-example">CPU usage example</a></td>
3236
</tr>
3337
<tr>
34-
<td><a href="../apis/socket.html#socket-example">Socket example</a></td>
35-
<td><a href="ble-tutorial.html">BLE tutorial</a></td>
36-
<td><a href="../apis/ibeacon.html#ibeacon-example">BLE ibeacon example</a></td>
37-
<td><a href="https://os.mbed.com/teams/mbed-os-examples/code/mbed-os-example-ble-Button">BLE service template example</a></td>
38-
<td><a href="https://os.mbed.com/docs/development/apis/socketstats.html#socketstats-example">SocketStats example</a></td>
38+
<td><a href="../apis/callback.html#serial-passthrough-example-with-callbacks">Serial passthrough example with callbacks</a></td>
39+
<td><a href="../apis/time.html#time-example">Time example</a></td>
40+
<td><a href="../apis/shared-pointer.html#shared-pointer-example">SharedPtr example</a></td>
41+
<td><a href="../apis/atcmdparser.html#atcmdparser-examples">ATCmdParser example</a></td>
42+
<td><a href="../apis/mpu-management.html#example">MPU management example</a></td>
3943
</tr>
4044
<tr>
41-
<td><a href="../apis/wi-fi.html#wi-fi-example">Wi-Fi example</a></td>
42-
<td><a href="https://os.mbed.com/teams/mbed-os-examples/code/mbed-os-example-ble-GAPButton">BLE GAP button count example</a></td>
43-
<td><a href="https://os.mbed.com/teams/mbed-os-examples/code/mbed-os-example-ble-LED">BLE LED example</a></td>
44-
<td><a href="LoRa-tutorial.html">LoRa tutorial</a></td>
45+
<td><a href="../apis/callback.html#thread-example-with-callbacks">Thread example with callbacks</a></td>
46+
<td><a href="../apis/rtc.html#rtc-time-example">RTC example</a></td>
47+
<td><a href="../apis/span.html#span-example">Span example</a></td>
48+
<td><a href="../apis/mbed-statistics.html#memory-statistics-example">Mbed statistics example</a></td>
49+
<td><a href="../apis/scopedramexecutionlock.html#example">ScopedRamExecutionLock example</a></td>
4550
</tr>
4651
<tr>
47-
<td><a href="../apis/cellular-api.html#cellular-example-connection-establishment">Cellular example</a></td>
48-
<td><a href="../apis/batteryservice.html#batteryservice-example">BLE battery level example</a></td>
49-
<td><a href="https://os.mbed.com/teams/mbed-os-examples/code/mbed-os-example-ble-LEDBlinker">BLE LED blinker example</a></td>
50-
<td><a href="../apis/lorawan-api.html#lorawan-example">LoRaWAN example</a></td>
52+
<td><a href="../apis/callback.html#sonar-example">Sonar example with callbacks</a></td>
53+
<td><a href="../apis/debug.html#debug-example">Debug example</a></td>
54+
<td><a href="../apis/filehandle.html#filehandle-using-c-library-example">FileHandle example using the C library</a></td>
55+
<td><a href="../apis/mbed-statistics.html#memory-statistics-example">Memory statistics example</a></td>
56+
<td><a href="../apis/scopedromwritelock.html#scopedromwritelock-class-reference">ScopedRomWriteLock example</a></td>
57+
</tr>
58+
<tr>
59+
<td><a href="../apis/deepsleeplock.html#example">DeepSleepLock example</a></td>
60+
<td><a href="../apis/memory-tracing.html#memory-tracing-example">Memory tracing example</a></td>
61+
<td><a href="../apis/filehandle.html#filehandle-sigio-example">FileHandle sigio example</a></td>
62+
<td><a href="../apis/mbed-statistics.html#thread-statistics-example">Thread statistics example</a></td>
63+
</tr>
64+
<tr>
65+
<td><a href="../apis/power-management.html#example">PowerManagement example</a></td>
66+
<td><a href="../apis/error-handling.html#error-handling-example">Error handling example</a></td>
67+
<td><a href="../apis/poll.html#poll-example">Poll example</a></td>
68+
<td><a href="../apis/mbed-statistics.html#system-information-example">System information example</a></td>
69+
</tr>
70+
<tr>
71+
<td><a href="../apis/idle-loop.html#example">IdleLoop example</a></td>
72+
<td><a href="../apis/error-handling.html#crash-reporting-example">Crash reporting example</a></td>
73+
<td><a href="../apis/platformmutex.html#platformmutex-example">PlatformMutex example</a></td>
74+
<td><a href="../apis/mbed-statistics.html#cpu-statistics-example">CPU statistics example</a></td>
75+
</tr>
76+
</tbody>
77+
</table>
78+
79+
#### Using drivers APIs
80+
81+
<table>
82+
<tbody>
83+
<tr>
84+
<td><a href="application-flow-control.html">Flow control tutorial</a></td>
5185
</tr>
5286
</tbody>
5387
</table>
@@ -72,12 +106,35 @@ These tutorials show you how to perform specific tasks that use the Arm Mbed API
72106
</tbody>
73107
</table>
74108

75-
#### Using drivers APIs
109+
#### Using connectivity APIs
76110

77111
<table>
78112
<tbody>
79113
<tr>
80-
<td><a href="application-flow-control.html">Flow control tutorial</a></td>
114+
<td><a href="cellular-tcp-sockets.html">TCP sockets tutorial</a></td>
115+
<td><a href="../tutorials/light-control.html">Mesh light control tutorial</a></td>
116+
<td><a href="../apis/heartrateservice.html#heartrateservice-example">BLE heart rate example</a></td>
117+
<td><a href="https://os.mbed.com/teams/mbed-os-examples/code/mbed-os-example-ble-Thermometer">BLE thermometer example</a></td>
118+
<td><a href="https://os.mbed.com/teams/mbed-os-examples/code/mbed-os-example-nfc-SmartPoster">NFC example</a></td>
119+
</tr>
120+
<tr>
121+
<td><a href="../apis/socket.html#socket-example">Socket example</a></td>
122+
<td><a href="ble-tutorial.html">BLE tutorial</a></td>
123+
<td><a href="../apis/ibeacon.html#ibeacon-example">BLE ibeacon example</a></td>
124+
<td><a href="https://os.mbed.com/teams/mbed-os-examples/code/mbed-os-example-ble-Button">BLE service template example</a></td>
125+
<td><a href="https://os.mbed.com/docs/development/apis/socketstats.html#socketstats-example">SocketStats example</a></td>
126+
</tr>
127+
<tr>
128+
<td><a href="../apis/wi-fi.html#wi-fi-example">Wi-Fi example</a></td>
129+
<td><a href="https://os.mbed.com/teams/mbed-os-examples/code/mbed-os-example-ble-GAPButton">BLE GAP button count example</a></td>
130+
<td><a href="https://os.mbed.com/teams/mbed-os-examples/code/mbed-os-example-ble-LED">BLE LED example</a></td>
131+
<td><a href="LoRa-tutorial.html">LoRa tutorial</a></td>
132+
</tr>
133+
<tr>
134+
<td><a href="../apis/cellular-api.html#cellular-example-connection-establishment">Cellular example</a></td>
135+
<td><a href="../apis/batteryservice.html#batteryservice-example">BLE battery level example</a></td>
136+
<td><a href="https://os.mbed.com/teams/mbed-os-examples/code/mbed-os-example-ble-LEDBlinker">BLE LED blinker example</a></td>
137+
<td><a href="../apis/lorawan-api.html#lorawan-example">LoRaWAN example</a></td>
81138
</tr>
82139
</tbody>
83140
</table>

0 commit comments

Comments
 (0)