lights0123 / async-avr

async/await for AVR with Rust
https://lights0123.com/blog/2020/07/25/async-await-for-avr-with-rust/
Apache License 2.0
33 stars 5 forks source link

Adding build-std to config.toml #2

Closed audioXD closed 4 years ago

audioXD commented 4 years ago

Added build-std = ["core"], so you can just cargo build. Added instructions for the packages need. Made the command for building shorter. Changes the buld commands to build the examples.

lights0123 commented 4 years ago

Added build-std = ["core"], so you can just cargo build.

Woah, I didn't know you could do that! Thanks for the PR!