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
2019-01-06 00:06:29 +01:00
..
adc.rs Add support for the STM32f091 (#35) 2019-01-06 00:06:29 +01:00
delay.rs Allow multi delay instances for the systick timer (#23) 2019-01-04 01:59:18 +01:00
gpio.rs Add support for the STM32f091 (#35) 2019-01-06 00:06:29 +01:00
i2c.rs Add support for the STM32f091 (#35) 2019-01-06 00:06:29 +01:00
lib.rs Add support for the STM32f091 (#35) 2019-01-06 00:06:29 +01:00
prelude.rs Implementation of ADC interface 2018-12-24 12:12:28 +00:00
rcc.rs Add support for the STM32f091 (#35) 2019-01-06 00:06:29 +01:00
serial.rs Add support for the STM32f091 (#35) 2019-01-06 00:06:29 +01:00
spi.rs Add support for the STM32f091 (#35) 2019-01-06 00:06:29 +01:00
time.rs First release of stm32f0xx-hal based on stm32f042-hal 2018-12-06 23:04:26 +01:00
timers.rs Add support for the STM32f091 (#35) 2019-01-06 00:06:29 +01:00
watchdog.rs Added "device-selected" meta-feature and simplified feature gates 2018-12-24 23:13:34 +01:00