Commit Graph

8 Commits (f54423aa9c057b4c55b6863a15e3ac2a1069f821)

Author SHA1 Message Date
Jesse Braham be98d3ce8d Overhaul README, add Getting Started section 5 years ago
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
5 years ago
Yatekii 7da190e507 Added definitions for the stm32f072xx chips (#31)
* Fixed wrong gpio definitions with #[cfg(any(feature = "stm32f030", feature = "stm32f070"))]
* Added definitions for the 072 series
5 years ago
HarkonenBade 187ea7d5b0 Add badges to README 5 years ago
Daniel Egger 97128234d7 Applied a healthy dose of warning cleanup
Signed-off-by: Daniel Egger <daniel@eggers-club.de>
5 years ago
Jesse Braham a1d147fc0d Update Travis config and README to include new devices 5 years ago
David Sawatzke ab3015e319 Update README 5 years ago
Daniel Egger 3db793e9d6 First release of stm32f0xx-hal based on stm32f042-hal
Signed-off-by: Daniel Egger <daniel@eggers-club.de>
5 years ago