Commit Graph

13 Commits (6f13445bfcdd699edec4a8a95d37092a3b6319a3)

Author SHA1 Message Date
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
Daniel Egger 3691709340 Adressed a few clippy lints
Signed-off-by: Daniel Egger <daniel@eggers-club.de>
5 years ago
Daniel Egger ef855a0829 Added "device-selected" meta-feature and simplified feature gates
Also reworked some use statements to reduce amount of meta code

Signed-off-by: Daniel Egger <daniel@eggers-club.de>
5 years ago
David Sawatzke 2f486c62c6 Add documentation about systick to delay & timers 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 8c48095e32 STM32F070X6 devices do not have TIM6, TIM7 and TIM15 5 years ago
Jesse Braham 16bd62ea2b Merge branch 'master' into stm32f070-support 5 years ago
David Sawatzke 5f7e6a60cd Rework timers so there are no warnings 5 years ago
Jesse Braham 12c9bda4a8 Format timers 5 years ago
Jesse Braham 7ae024ed43 Implement RCC and Timers for STM32F070 5 years ago
David Sawatzke 200543b80b Add documentation to timers 5 years ago
David Sawatzke 34ce33ccac Add timer implementation 5 years ago