mirror of
https://github.com/rust-embedded/awesome-embedded-rust.git
synced 2025-02-02 20:02:19 +00:00
Add 1bitsy board support crate
I've been working on a board support crate for the [1bitsy](https://1bitsy.org/) board, which is based on an STM32F415 MCU. The board is relatively simple, so there's only a few things to abstract: * one LED * one Button * a 25MHz high-frequency external clock source
This commit is contained in:
parent
dddcb6050d
commit
fb0705ef5c
1 changed files with 6 additions and 0 deletions
|
@ -387,6 +387,12 @@ Crates tailored for specific boards.
|
||||||
[STM32F4DISCOVERY]: https://www.st.com/en/evaluation-tools/stm32f4discovery.html
|
[STM32F4DISCOVERY]: https://www.st.com/en/evaluation-tools/stm32f4discovery.html
|
||||||
[STM32F429DISCOVERY]: https://www.st.com/en/evaluation-tools/32f429idiscovery.html
|
[STM32F429DISCOVERY]: https://www.st.com/en/evaluation-tools/32f429idiscovery.html
|
||||||
|
|
||||||
|
### 1BitSquared
|
||||||
|
|
||||||
|
- [`onebitsy`](https://crates.io/crates/onebitsy) - Board support crate for the [1bitsy] STM32F4-based board - ![crates.io](https://img.shields.io/crates/v/onebitsy.svg)
|
||||||
|
|
||||||
|
[1bitsy]: https://1bitsy.org/
|
||||||
|
|
||||||
### Adafruit
|
### Adafruit
|
||||||
|
|
||||||
- [`metro_m4`](https://crates.io/crates/metro_m4) - ![crates.io](https://img.shields.io/crates/v/metro_m4.svg)
|
- [`metro_m4`](https://crates.io/crates/metro_m4) - ![crates.io](https://img.shields.io/crates/v/metro_m4.svg)
|
||||||
|
|
Loading…
Reference in a new issue