Skip to content

Commit f83e024

Browse files
committed
README note on how to build
1 parent fed870f commit f83e024

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@ export AVR_CPU_FREQUENCY_HZ=16000000
2929
# Compile the crate to an ELF executable.
3030
cargo build -Z build-std=core --target avr-atmega328p.json --release
3131

32+
# Note: there is work in progress to make that easier
33+
# peeking in .cargo/config.tom will show that
34+
# cargo build --release
35+
# is the short version
3236
```
3337
There should now be an ELF file at `target/avr-atmega328p/release/blink.elf`. It
3438
can be flashed directly to an AVR microcontroller or ran inside a simulator.

0 commit comments

Comments
 (0)