Skip to content

Instantly share code, notes, and snippets.

@sturmenta
Created March 28, 2024 10:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sturmenta/b3572ebb8c3177602ec66abc454bdd7d to your computer and use it in GitHub Desktop.
Save sturmenta/b3572ebb8c3177602ec66abc454bdd7d to your computer and use it in GitHub Desktop.
raspberry pico w hello world (without probe) blink example

using embassy

  1. git clone https://github.com/embassy-rs/embassy.git & cd embassy/examples/rp
  2. edit the .cargo/config.toml file and replace runner line with this: runner = "elf2uf2-rs -d"
  3. cargo run --bin wifi_blinky --release
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment