Skip to content

Commit 165c6e0

Browse files
committed
Update baremetal_example.md to refer to baremetal_application.md
1 parent 83a87f8 commit 165c6e0

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed
Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,7 @@
11
# Bare metal example
22

3-
To enable Mbed OS bare metal, create an `mbed_app.json` with the following contents:
3+
For a guide on creating a bare metal application, see [Creating a bare metal application](bare_metal_usage.md#creating-a-bare-metal-application).
44

5-
```
6-
{
7-
"requires": ["bare-metal"]
8-
}
9-
```
10-
11-
To learn about using the bare metal profile, please see the Blinky bare metal example:
5+
The following Blinky bare metal example uses [Bare metal APIs](bare_metal_api.md#bare-metal-apis):
126

137
[![View code](https://www.mbed.com/embed/?url=https://github.com/armmbed/mbed-os-example-blinky-baremetal/)](https://github.com/armmbed/mbed-os-example-blinky-baremetal/blob/master/main.cpp)

0 commit comments

Comments
 (0)