Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kixunil/stm32f072-hal
Hardware abstraction on top of the peripheral access API for the STMicro stm32f072 series microcontroller.
https://github.com/kixunil/stm32f072-hal
Last synced: about 2 months ago
JSON representation
Hardware abstraction on top of the peripheral access API for the STMicro stm32f072 series microcontroller.
- Host: GitHub
- URL: https://github.com/kixunil/stm32f072-hal
- Owner: Kixunil
- License: 0bsd
- Created: 2018-12-08T17:54:39.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-08T17:55:55.000Z (about 6 years ago)
- Last Synced: 2024-11-24T20:08:51.831Z (about 2 months ago)
- Language: Rust
- Size: 69.3 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-0BSD.txt
Awesome Lists containing this project
README
stm32f072-hal
=============_stm32f072rb-hal_ contains a hardware abstraction on top of the peripheral access
API for the STMicro stm32f072 series microcontroller.This crate is mostly a shameless copy of [stm32f042-hal][] crate with appropriate
changes. **Warning: added serial and spi ports weren't tested yet! Only mechanical
changes in code were made**If you want a board to try this there is a [nucleo-f072rb][] board on the market.
[stm32f042]: https://github.com/therealprof/stm32f042.git
[nucleo-f072rb]: https://os.mbed.com/platforms/ST-Nucleo-F072RB/License
-------[0-clause BSD license](LICENSE-0BSD.txt).