Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/birkenfeld/stm_button_rust
https://github.com/birkenfeld/stm_button_rust
Last synced: 19 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/birkenfeld/stm_button_rust
- Owner: birkenfeld
- Created: 2018-12-19T17:12:00.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-05-31T14:08:14.000Z (over 3 years ago)
- Last Synced: 2024-10-31T10:43:01.597Z (2 months ago)
- Language: Rust
- Size: 6.79 MB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Make sound with STM32L0
### Build
Using nightly Rust and cargo, just do a `cargo build --release`.
### Flash
The default method uses openocd and GDB. Start openocd using a config
matching your programming adapter (the provided `openocd.cfg` assumes
ST-Link v2). Then `cargo run --release` runs GDB, flashes and runs the
image. `openocd` should just keep running in the background.An alternate way is to use the `st-flash` utility. To use this from
`cargo run --release`, change the runner in `.cargo/config`.