Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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