https://github.com/bschwind/rp2040-template
https://github.com/bschwind/rp2040-template
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bschwind/rp2040-template
- Owner: bschwind
- Created: 2022-06-25T13:36:38.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-09-23T11:28:33.000Z (over 2 years ago)
- Last Synced: 2025-07-06T06:47:55.441Z (11 months ago)
- Language: Rust
- Size: 8.79 KB
- Stars: 10
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RP2040 Template
## Dependencies
```
rustup target add thumbv6m-none-eabi
cargo install elf2uf2-rs
```
## Flash Code
```
cargo run --release
```
### Troubleshooting
If you get an error such as:
```
Error: "Memory segment 0x010000->0x010094 is outside of valid address range for device"
```
Double check that your `RUSTFLAGS` environment variable, as it will take precedence over the values set in `./cargo/config.toml`.