Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/unfunco/microbit-experiments
Experiments with Rust on the BBC micro:bit.
https://github.com/unfunco/microbit-experiments
bbc-microbit cortex-m embedded microbit microbit-v2 rust rust-lang
Last synced: about 1 month ago
JSON representation
Experiments with Rust on the BBC micro:bit.
- Host: GitHub
- URL: https://github.com/unfunco/microbit-experiments
- Owner: unfunco
- License: apache-2.0
- Created: 2023-03-16T20:00:20.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-16T20:43:04.000Z (almost 2 years ago)
- Last Synced: 2024-10-27T07:50:26.741Z (3 months ago)
- Topics: bbc-microbit, cortex-m, embedded, microbit, microbit-v2, rust, rust-lang
- Language: Rust
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# micro:bit experiments
## 🔨 Getting started
### Requirements
- [Rust] 1.68
### Development and testing
```bash
brew install --cask gcc-arm-embedded
brew install minicom openocd
``````bash
cargo install flip-link probe-run
``````bash
cargo run --release --target thumbv7em-none-eabihf
```## License
© 2023 [Daniel Morris]\
Made available under the terms of the [Apache License 2.0].[apache license 2.0]: LICENSE.md
[daniel morris]: https://unfun.co
[rust]: https://www.rust-lang.org