using embassy
git clone https://github.com/embassy-rs/embassy.git
&cd embassy/examples/rp
- edit the
.cargo/config.toml
file and replace runner line with this:runner = "elf2uf2-rs -d"
cargo run --bin wifi_blinky --release
using embassy
git clone https://github.com/embassy-rs/embassy.git
& cd embassy/examples/rp
.cargo/config.toml
file and replace runner line with this: runner = "elf2uf2-rs -d"
cargo run --bin wifi_blinky --release