Skip to content

Commit 7362e55

Browse files
author
Amanda Butler
authored
Merge pull request #31 from kegilbert/bm-blinky-rename
Rename Baremetal-Blinky example to Direct Register Blinky example
2 parents ccd1473 + 23a150f commit 7362e55

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

Baremetal-Blinky/README.md renamed to Direct-Register-Blinky/README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
## Baremetal Blinky example using Mbed OS
1+
## Direct Register Blinky example using Mbed OS
22

3-
This guide reviews the steps required to build and run a baremetal Blinky application on FRDM-K64F without using DigitalOut class and timers.
3+
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.
44

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

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

1111
```
1212
git clone https://github.com/ARMmbed/mbed-os-examples-docs_only.git
13-
cd mbed-os-examples-docs_only/Baremetal-Blinky
13+
cd mbed-os-examples-docs_only/Direct-Register-Blinky
1414
mbed config root .
1515
mbed deploy
1616
```
1717

1818
#### Now compile
1919

20-
2120
```
2221
mbed compile -m k64f -t gcc_arm
2322
```
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)