Skip to content

Commit f9f3dcf

Browse files
author
Amanda Butler
authored
Add table to bare_metal.md
Add comparison table.
1 parent 16f4cb2 commit f9f3dcf

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

docs/bare_metal.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,17 @@ There are many use cases for IoT devices. Different use cases require different
66

77
The Mbed OS bare metal profile is a compact profile of Mbed OS 5 without an RTOS. The Mbed OS bare metal profile is API compatible with Mbed OS 5 and supports a subset of features of Mbed OS 5, such as analog I/O, digital I/O, timers and digital interfaces, such as SPI, I2C, Serial and CAN. Mbed Studio, Mbed CLI and the Mbed Online Compiler all support the Mbed OS bare metal profile.
88

9+
| Features | Mbed OS 5 bare metal | Mbed OS 5 |
10+
| --- | --- | --- |
11+
| Analog I/O | Available | Available |
12+
| Digital I/O | Available | Available |
13+
| Digital interfaces | Available | Available |
14+
| Timers | Available | Available |
15+
| Development tools<br> (For example, Mbed CLI, Mbed Studio, Mbed Online Compiler, GCC, Arm Compiler 6 and so on) | Available | Available |
16+
| Support for Mbed Enabled development boards | Available | Available |
17+
| RTOS | Not available | Available |
18+
| Storage | Ecosystem libraries | Available |
19+
| Mbed TLS | Not available | Available |
20+
| Mbed PSA | Not available | Available |
21+
922
To begin using the Mbed OS bare metal profile from Mbed OS 2, please follow our [instructions](../tutorials/migrating-to-mbed-os-5.html).

0 commit comments

Comments
 (0)