We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fed870f commit f83e024Copy full SHA for f83e024
README.md
@@ -29,6 +29,10 @@ export AVR_CPU_FREQUENCY_HZ=16000000
29
# Compile the crate to an ELF executable.
30
cargo build -Z build-std=core --target avr-atmega328p.json --release
31
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
36
```
37
There should now be an ELF file at `target/avr-atmega328p/release/blink.elf`. It
38
can be flashed directly to an AVR microcontroller or ran inside a simulator.
0 commit comments