-
Notifications
You must be signed in to change notification settings - Fork 178
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
Conversation
Edit file, mostly for precise language and example formatting.
docs/baremetal_example.md
Outdated
@@ -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: |
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, capitalisation.
docs/baremetal_example.md
Outdated
@@ -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: |
There was a problem hiding this comment.
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.
Fix phrasing as suggested in comments, and capitalize "Blinky" for consistency as suggested in comments.
ping @bulislaw |
Add example page for a starting bare-metal application the baremetal book.
@bulislaw