https://github.com/eugeny/shutterspeed2
https://github.com/eugeny/shutterspeed2
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/eugeny/shutterspeed2
- Owner: Eugeny
- Created: 2023-12-23T22:21:49.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-06T23:36:33.000Z (6 months ago)
- Last Synced: 2024-11-07T00:33:10.957Z (6 months ago)
- Language: Rust
- Size: 357 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Shutte speed tester
## Adapting to a different board
* If needed, change the target in both `rust-toolchain.toml` and each Cargo.toml's `forced-target`.
* Tweak [config/src/lib.rs]
* Tweak interrupt names in lines in [app/src/main.rs] marked with `// HWCONFIG`.## Prerequisites
```shell
cargo install cargo-binutils
rustup component add llvm-tools
```## Building
Build & flash in DFU mode: `./flash.sh`