Commit Graph

11 Commits (b6b18400c441d4b8f7aa97d40cc2455692ea7403)

Author SHA1 Message Date
Daniel Egger e529a105a0 Mention MSRV of 1.39.0 and test it in CI
Signed-off-by: Daniel Egger <daniel@eggers-club.de>
3 years ago
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
4 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
4 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
4 years ago
Jesse Braham a1d147fc0d Update Travis config and README to include new devices 4 years ago
David Sawatzke 168fdd8aa1 Use the smallest available flash& ram size
Build as release so we can be sure they fit
4 years ago
David Sawatzke 9c864d8c37 Make sure the examples build as well 4 years ago
David Sawatzke ff670cf452 Fix travis build config 4 years ago
David Sawatzke 55ddaf6b6b Improve travis build config 4 years ago
David Sawatzke cbd45a956d Add new variants to travis 4 years ago
Daniel Egger 3024514f71 Added travis CI config
Signed-off-by: Daniel Egger <daniel@eggers-club.de>
4 years ago