Commit Graph

10 Commits (f54423aa9c057b4c55b6863a15e3ac2a1069f821)

Author SHA1 Message Date
Tom 94eea3924b Tweaks to travis to run plain builds and faster cargo executions (#39)
* Tweaks to travis to run plain builds and faster cargo executions
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
Jesse Braham a1d147fc0d Update Travis config and README to include new devices 5 years ago
David Sawatzke 168fdd8aa1 Use the smallest available flash& ram size
Build as release so we can be sure they fit
5 years ago
David Sawatzke 9c864d8c37 Make sure the examples build as well 5 years ago
David Sawatzke ff670cf452 Fix travis build config 5 years ago
David Sawatzke 55ddaf6b6b Improve travis build config 5 years ago
David Sawatzke cbd45a956d Add new variants to travis 5 years ago
Daniel Egger 3024514f71 Added travis CI config
Signed-off-by: Daniel Egger <daniel@eggers-club.de>
5 years ago