Skip to content

Commit 7602e27

Browse files
committed
Trying tables in the API intro
1 parent 3da2ba7 commit 7602e27

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

docs/reference/api/api.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,35 @@ The [APIs](/docs/development/introduction/glossary.html) in this document are or
1313
- [Storage](/docs/development/reference/storage.html): working with the file system.
1414

1515
We also provide guidelines for [contributing to Mbed OS](/docs/development/reference/contributing.html).
16+
17+
18+
### Platform APIs
19+
20+
<table>
21+
<tbody>
22+
<tr>
23+
<td>&nbsp;[Wait](wait.html)</td>
24+
<td>&nbsp;[CriticalSectionLock](criticalsectionlock.html)</td>
25+
<td>&nbsp;[Memory tracing](memory-tracing.html)</td>
26+
<td>&nbsp;[PlatformMutex](platformmutex.html)</td>
27+
</tr>
28+
<tr>
29+
<td>&nbsp;[CallBack](callback.html)</td>
30+
<td>&nbsp;[Time](time.html)</td>
31+
<td>&nbsp;[Error handling](error-handling.html)</td>
32+
<td>&nbsp;[CircularBuffer](circularbuffer.html)</td>
33+
</tr>
34+
<tr>
35+
<td>&nbsp;[DeepSleepLock](deepsleeplock.html)</td>
36+
<td>&nbsp;[RTC](rtc.html)</td>
37+
<td>&nbsp;[Assert](assert.html)</td>
38+
<td>&nbsp;[ATCmdParser](atcmdparser.html)</td>
39+
</tr>
40+
<tr>
41+
<td>&nbsp;[Power management](power-management.html)</td>
42+
<td>&nbsp;[Debug](debug.html)</td>
43+
<td>&nbsp;[NonCopyable](noncopyable.html)</td>
44+
<td>&nbsp;[Mbed statistics](mbed-statistics.html)</td>
45+
</tr>
46+
</tbody>
47+
</table>

0 commit comments

Comments
 (0)