| Crates.io | stm32f030-hal |
| lib.rs | stm32f030-hal |
| version | 0.7.1 |
| created_at | 2018-12-03 12:37:50.737957+00 |
| updated_at | 2018-12-18 21:55:18.025613+00 |
| description | Peripheral access API for STM32F030 microcontrollers |
| homepage | |
| repository | https://github.com/david-sawatzke/stm32f030-hal |
| max_upload_size | |
| id | 99828 |
| size | 101,378 |
Use stm32f0xx-hal instead.
stm32f030-hal contains a hardware abstraction on top of the peripheral access API for the STMicro stm32f030 series microcontroller. It's heavily based on stm32f042-hal by therealprof.
This crate implements a partial set of the embedded-hal traits.
The following chips are supported, choose via features:
Some of the implementation was shamelessly adapted from the stm32f103xx-hal crate by Jorge Aparicio.