File tree Expand file tree Collapse file tree 1 file changed +2
-8
lines changed
docs/program-setup/bare_metal Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Original file line number Diff line number Diff line change 1
1
# Bare metal example
2
2
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 ) .
4
4
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 ) :
12
6
13
7
[ ![ 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 )
You can’t perform that action at this time.
0 commit comments