Skip to content

Add Basic baremetal application example #1022

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Mar 22, 2019
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -719,6 +719,12 @@
"sources": [{
"path": "docs/baremetal_api.md"
}]
},
{
"title": "Bare metal example application",
"sources": [{
"path": "docs/baremetal_example.md"
}]
}
]
},
Expand Down
5 changes: 5 additions & 0 deletions docs/baremetal_example.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
## Bare metal example

To start using the bare metal profile on Mbed OS 5, please see the blinky bare metal example:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Isn't it normally Blinky?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We have a new example that's basically blinky for bare metal; it's different from the standard blinky.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh, do you just mean capitalization?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, capitalisation.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How about changing this sentence to - "To learn about using the bare metal profile on Mbed OS 5,... ".

Everything else looks great.


[![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)