Skip to content

Rename Baremetal-Blinky example to Direct Register Blinky example #31

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 2 commits into from
Mar 7, 2019
Merged
Show file tree
Hide file tree
Changes from all 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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Baremetal Blinky example using Mbed OS
## Direct Register Blinky example using Mbed OS

This guide reviews the steps required to build and run a baremetal Blinky application on FRDM-K64F without using DigitalOut class and timers.
This guide reviews the steps required to build and run a Blinky application on the FRDM-K64F without using DigitalOut class and timers by manipulating the hardware mapped IO registers directly.

Please install [Mbed CLI](https://github.com/ARMmbed/mbed-cli#installing-mbed-cli).

Expand All @@ -10,14 +10,13 @@ From the command-line, import the example:

```
git clone https://github.com/ARMmbed/mbed-os-examples-docs_only.git
cd mbed-os-examples-docs_only/Baremetal-Blinky
cd mbed-os-examples-docs_only/Direct-Register-Blinky
mbed config root .
mbed deploy
```

#### Now compile


```
mbed compile -m k64f -t gcc_arm
```
Expand Down
File renamed without changes.
File renamed without changes.