Skip to content

Commit 16f4cb2

Browse files
author
Amanda Butler
authored
Add block diagram to bare_metal.md
Add block diagram image to bare metal profile overview page to fill gap in content.
1 parent 6b3d374 commit 16f4cb2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/bare_metal.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
There are many use cases for IoT devices. Different use cases require different configurations, connectivity and security. These different use cases also have different requirements for resource consumption. Many IoT use cases that need to operate in ultraconstrained environments on tiny MCUs with low memory and compute power available. We created the Mbed OS bare metal profile for IoT device use cases on ultraconstrained resources.
44

5+
<span class="images">![Mbed OS bare metal profile block diagram](https://raw.githubusercontent.com/ARMmbed/mbed-os-5-docs/development/docs/images/bare_metal_block_diagram.png)<span>Mbed OS bare metal profile block digram</span></span>
6+
57
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.
68

79
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)