https://github.com/minoru/stm32f411e-disc
Board support crate for the STM32F411E DISCOVERY microcontroller board
https://github.com/minoru/stm32f411e-disc
Last synced: 5 months ago
JSON representation
Board support crate for the STM32F411E DISCOVERY microcontroller board
- Host: GitHub
- URL: https://github.com/minoru/stm32f411e-disc
- Owner: Minoru
- License: 0bsd
- Created: 2020-09-08T21:18:52.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-11-21T22:17:07.000Z (over 3 years ago)
- Last Synced: 2025-04-07T03:48:34.467Z (about 1 year ago)
- Language: Rust
- Size: 56.6 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE-0BSD.txt
Awesome Lists containing this project
README
stm32f411e-disc
===============
_stm32f411e-disc_ contains a board support package for the [STM32F411E-DISC][]
microcontroller board, enabling you to write firmware using the Rust language.
That experimentation board features four user-programmable LEDs, a push-button,
a gyroscope, an accelerometer, a magnetic sensor, a thermometer, a microphone,
an audio DAC with a 3.5mm jack connector, a Full-Speed USB OTG micro-B
connector, complete with 128KB of RAM and 512 KB of Flash storage. It also
contains a (non-removable) capable ST-Link V2 debugging interface.
This crate is a work in progress. Current support status for peripherals is:
- [x] LEDs
- [x] push-buttons
- [x] gyroscope
- [x] accelerometer
- [x] magnetic sensor
- [x] thermometer
- [ ] microphone
- [ ] audio DAC
- [ ] USB OTG
Contributions of all kinds are very much welcome!
[STM32F411E-DISC]: https://www.st.com/en/evaluation-tools/32f411ediscovery.html
License
-------
[0-clause BSD license](LICENSE-0BSD.txt).