Closed
Description
Reporting my expirement
$ cargo +nightly-2021-01-07 build -Z build-std=core --target avr-atmega328p.json --release
Compiling blink v0.1.0 (/home/gs0604/src/rust/RustAVR/blink)
error[E0432]: unresolved import `ruduino::cores::atmega328`
--> src/main.rs:6:5
|
6 | use ruduino::cores::atmega328 as avr_core;
| ^^^^^^^^^^^^^^^^---------^^^^^^^^^^^^
| | |
| | help: a similar name exists in the module: `atmega328p`
| no `atmega328` in `cores`
The +nightly-2021-01-07
is because #29, the README.md
says.
cargo build -Z build-std=core --target avr-atmega328p.json --release
Metadata
Metadata
Assignees
Labels
No labels