Skip to content

Commit 6364614

Browse files
committed
Release 0.1.0
Release 0.1.0
1 parent df92918 commit 6364614

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@ Dependencies
2828
Configure Toolchain
2929
---------
3030

31-
`$ rustup target add thumbv6m-none-eabi`
31+
`$ rustup target add thumbv6m-none-eabi`
3232

3333
Build Examples
3434
---------
3535

36-
`$ cargo build --release --examples --features stm32l0x1,rt`
36+
`$ cargo build --release --examples --features stm32l0x1,rt`
3737

3838
Dependecies for Flashing
3939
---------
@@ -62,14 +62,14 @@ Flashing
6262
The following is a how-to on flashing the 'serial' example code. This can be extended to any other example code.
6363

6464
1. Generate the hex file
65-
```
66-
$ arm-none-eabi-objcopy -O ihex target/thumbv6m-none-eabi/release/examples/serial serial.hex
67-
```
65+
```
66+
$ arm-none-eabi-objcopy -O ihex target/thumbv6m-none-eabi/release/examples/serial serial.hex
67+
```
6868
6969
2. Flash the microcontroller
70-
```
71-
$ st-flash --format ihex write serial.hex
72-
```
70+
```
71+
$ st-flash --format ihex write serial.hex
72+
```
7373
7474
Contibutor Notes
7575
---------

0 commit comments

Comments
 (0)