You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
stm32f0xx-hal/src
Jesse Braham 6f13445bfc Add support for the STM32f091 (#35)
* Add GPIO support for the stm32f091
* Implement RCC, Serial and Timers for stm32f091
* Implement ADC, I2C and SPI for stm32f091
* Add STM32F091 to Travis config, CHANGELOG and README
4 years ago
..
adc.rs Add support for the STM32f091 (#35) 4 years ago
delay.rs Allow multi delay instances for the systick timer (#23) 4 years ago
gpio.rs Add support for the STM32f091 (#35) 4 years ago
i2c.rs Add support for the STM32f091 (#35) 4 years ago
lib.rs Add support for the STM32f091 (#35) 4 years ago
prelude.rs Implementation of ADC interface 4 years ago
rcc.rs Add support for the STM32f091 (#35) 4 years ago
serial.rs Add support for the STM32f091 (#35) 4 years ago
spi.rs Add support for the STM32f091 (#35) 4 years ago
time.rs First release of stm32f0xx-hal based on stm32f042-hal 4 years ago
timers.rs Add support for the STM32f091 (#35) 4 years ago
watchdog.rs Added "device-selected" meta-feature and simplified feature gates 4 years ago