https://github.com/bschwind/super-sanic
Send digital audio over longer distances
https://github.com/bschwind/super-sanic
Last synced: about 1 year ago
JSON representation
Send digital audio over longer distances
- Host: GitHub
- URL: https://github.com/bschwind/super-sanic
- Owner: bschwind
- Created: 2023-09-23T12:16:17.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-28T02:58:11.000Z (over 2 years ago)
- Last Synced: 2025-03-20T17:51:47.059Z (about 1 year ago)
- Language: Rust
- Size: 51.8 KB
- Stars: 2
- 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`.