Skip to content

Commit f28ff17

Browse files
committed
Add build instructions to README
1 parent 8dbdab6 commit f28ff17

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,14 @@ A template for Rust based AVR executables.
77
Provides:
88

99
* A Rust target specification JSON for ATmega328P - `avr-atmega328p.json`
10+
11+
## Build instructions
12+
13+
Install Rust nightly.
14+
15+
Then run:
16+
17+
```
18+
cargo build --target avr-atmega328p.json -Z build-std=core --release
19+
```
20+

0 commit comments

Comments
 (0)