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
f55163cd5c
Ran rustfmt on the code
...
Signed-off-by: Daniel Egger <daniel@eggers-club.de>
5 years ago
Daniel Egger
4c81088ce5
Added interupt enabling/disabling support to USART ports
...
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
Daniel Egger
97128234d7
Applied a healthy dose of warning cleanup
...
Signed-off-by: Daniel Egger <daniel@eggers-club.de>
5 years ago
Daniel Egger
1ed311cd62
impl Send for serial Rx and Tx abstractions
...
Signed-off-by: Daniel Egger <daniel@eggers-club.de>
5 years ago
Jesse Braham
982b5039dd
Re-implement Serial for STM32F070 devices following merge
5 years ago
Jesse Braham
16bd62ea2b
Merge branch 'master' into stm32f070-support
5 years ago
David Sawatzke
ad830af23c
Remove unecessary serial pin restriction
5 years ago
David Sawatzke
928fd640c3
Settle PB10
...
Found a way to confirm binding
5 years ago
David Sawatzke
0e03a324c7
Adjust note for confusing pin
5 years ago
HarkonenBade
e5f7a2c5be
Make USART pins macro more flexible
5 years ago
David Sawatzke
b8ec4e4957
Enable usart6, since stm32f0 crate was updated
5 years ago
David Sawatzke
4d5f926c6d
Add serial single pin traits and implement all af pins
5 years ago
David Sawatzke
1c21cc7cd9
Add some documentation to serial
5 years ago
David Sawatzke
a26e44c6d4
Use macros for initalization code
5 years ago
David Sawatzke
d059c11b3b
Enable macro less implementations of multiple usarts
5 years ago
Jesse Braham
bc4e0d101b
Implement Serial for the STM32F070
5 years ago
David Sawatzke
83f354ac4e
Add feature gates to everything
5 years ago
David Sawatzke
117c8121da
Implement partial uart port to stm32f030
...
Missing are uart3-uart6
5 years ago
Daniel Egger
162083af74
Updated to edition 2018, bumped crate version to 0.8.0
...
Signed-off-by: Daniel Egger <daniel@eggers-club.de>
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