Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 516 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 516 Bytes

Minimal Project Template for RP2040 + Embassy

Current template created by copying the contents of the Embassy/examples/rp folder.

Additional requirements link:

  • Probe-run
  • target: thumbv6m-none-eabi
  • nightly compiler ("rustup override set nightly")

To do:

  • Reduce dependencies in cargo.toml to minimum required to run blinky example
  • incorporate knurling tools and compiler options similar to link