File tree Expand file tree Collapse file tree 1 file changed +32
-0
lines changed Expand file tree Collapse file tree 1 file changed +32
-0
lines changed Original file line number Diff line number Diff line change @@ -13,3 +13,35 @@ The [APIs](/docs/development/introduction/glossary.html) in this document are or
13
13
- [ Storage] ( /docs/development/reference/storage.html ) : working with the file system.
14
14
15
15
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 >  ; [Wait](wait.html)</td >
24
+ <td >  ; [CriticalSectionLock](criticalsectionlock.html)</td >
25
+ <td >  ; [Memory tracing](memory-tracing.html)</td >
26
+ <td >  ; [PlatformMutex](platformmutex.html)</td >
27
+ </tr >
28
+ <tr >
29
+ <td >  ; [CallBack](callback.html)</td >
30
+ <td >  ; [Time](time.html)</td >
31
+ <td >  ; [Error handling](error-handling.html)</td >
32
+ <td >  ; [CircularBuffer](circularbuffer.html)</td >
33
+ </tr >
34
+ <tr >
35
+ <td >  ; [DeepSleepLock](deepsleeplock.html)</td >
36
+ <td >  ; [RTC](rtc.html)</td >
37
+ <td >  ; [Assert](assert.html)</td >
38
+ <td >  ; [ATCmdParser](atcmdparser.html)</td >
39
+ </tr >
40
+ <tr >
41
+ <td >  ; [Power management](power-management.html)</td >
42
+ <td >  ; [Debug](debug.html)</td >
43
+ <td >  ; [NonCopyable](noncopyable.html)</td >
44
+ <td >  ; [Mbed statistics](mbed-statistics.html)</td >
45
+ </tr >
46
+ </tbody >
47
+ </table >
You can’t perform that action at this time.
0 commit comments