Daniel Egger
cb9581a4ed
Bump stm32f0 to 0.10
...
Signed-off-by: Daniel Egger <daniel@eggers-club.de>
3 years ago
Daniel Egger
2a561a279f
Add a stopwatch example
...
Signed-off-by: Daniel Egger <daniel@eggers-club.de>
3 years ago
Daniel Egger
b6b18400c4
Release 0.16.0
...
Signed-off-by: Daniel Egger <daniel@eggers-club.de>
3 years ago
Daniel Egger
49dc85c295
Add a new timer and interrupt based blinky example
...
Signed-off-by: Daniel Egger <daniel@eggers-club.de>
3 years ago
Daniel Egger
67e29bfa8b
Bump stm32f0 version to 0.9 and upgrade code accordingly
...
Signed-off-by: Daniel Egger <daniel@eggers-club.de>
3 years ago
Vadim Kaushan
f6d087944e
Generate usb docs on docs.rs
4 years ago
Vadim Kaushan
83a0e618f3
Add USB example
4 years ago
Vadim Kaushan
86c7f95c0e
Add USB driver
4 years ago
Daniel Egger
d0c81220b2
Bumped version to 0.15.2
...
Signed-off-by: Daniel Egger <daniel@eggers-club.de>
4 years ago
Daniel Egger
1310978435
Lift specificity of some dependencies and re-enabled LTO for all, yay!
...
Signed-off-by: Daniel Egger <daniel@eggers-club.de>
4 years ago
Mike Panetta
4c3504c8e1
Add dac ( #70 )
...
* Added dac.rs from stm32g4xx-hal crate and modified it a bit.
* Removed IDE files.
* Fix feature gating for DAC module.
* Remove unused calibrate function from DacPin trait.
* Add feature gates for all devices that support DAC.
* Added docs and example.
* Some cleanup, fixed feature gate.
4 years ago
Daniel Egger
35ba490c2a
Release 0.15.1
...
Signed-off-by: Daniel Egger <daniel@eggers-club.de>
4 years ago
Daniel Egger
4ba30c4edd
Bumped version to 0.15.0
...
Signed-off-by: Daniel Egger <daniel@eggers-club.de>
4 years ago
Daniel Egger
221c570f24
Release 0.14.1
...
Signed-off-by: Daniel Egger <daniel@eggers-club.de>
4 years ago
Daniel Egger
88b9c8fd44
Bumped version to 0.14.0
...
Signed-off-by: Daniel Egger <daniel@eggers-club.de>
4 years ago
Jesse Braham
208396d7b6
Update to stm32f0 v0.7.0
4 years ago
Daniel Egger
99c3a38c82
Release v0.13.0
...
Signed-off-by: Daniel Egger <daniel@eggers-club.de>
4 years ago
Daniel Egger
d30b844a60
Remove lto from Cargo.toml to fix nightly builds
...
Signed-off-by: Daniel Egger <daniel@eggers-club.de>
4 years ago
Tom
1524cb1967
Update to stm32f0 - 0.6.0 ( #52 )
...
* Updated stm32f0 to 0.6.0 and neatened other deps
* Adjusted names and removed unneeded unsafe blocks
* Overhauled RCC to gate HSI48 correctly and add a selector function for it to CFGR
4 years ago
Jesse Braham
0dccc8956c
Add self to authors
4 years ago
Jesse Braham
32b14bf976
Add support for stm32f098
4 years ago
Jesse Braham
fca47168d2
Add support for stm32f078
4 years ago
Jesse Braham
c79c69c0f3
Add support for stm32f058
4 years ago
Jesse Braham
e225bc0f68
Add support for stm32f048
4 years ago
Jesse Braham
95aadbbe18
Add support for stm32f038
4 years ago
Tom
7e0b205292
Add myself to authors list ( #48 )
...
* Add myself to authors list
Co-Authored-By: HarkonenBade <github@harkonen.net>
4 years ago
Daniel Egger
2dbe5cf753
Forgot to commit version change, DOH! Now 0.12.0 for real...
...
Signed-off-by: Daniel Egger <daniel@eggers-club.de>
4 years ago
Jesse Braham
c4967c2645
Add support for stm32f071
4 years ago
Jesse Braham
b016ffdfe9
Add support for stm32f051
4 years ago
Jesse Braham
e6db427c09
Add support for stm32f031
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
Daniel Egger
35abc7a88f
Released 0.11.1
...
Signed-off-by: Daniel Egger <daniel@eggers-club.de>
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
Daniel Egger
2de56b0878
Bumped version to 0.11.0 for release
...
Signed-off-by: Daniel Egger <daniel@eggers-club.de>
4 years ago
Daniel Egger
11ff76c315
Release 0.10.1
...
Signed-off-by: Daniel Egger <daniel@eggers-club.de>
4 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>
4 years ago
david-sawatzke
00c46e179a
Make examples more generic ( #20 )
...
* Make examples more generic
4 years ago
Daniel Egger
1a010012c1
Bumped version to 0.10.0
...
Signed-off-by: Daniel Egger <daniel@eggers-club.de>
4 years ago
Daniel Egger
386b24bb11
Remove examples requiring external driver crates
...
Signed-off-by: Daniel Egger <daniel@eggers-club.de>
4 years ago
Jesse Braham
16bd62ea2b
Merge branch 'master' into stm32f070-support
5 years ago
David Sawatzke
50f76b93bd
Remove duplicate features
5 years ago
Jesse Braham
c68731fd4d
Implement GPIO for STM32F070
5 years ago
David Sawatzke
d0b3ea7414
Require rt for interrupt example
5 years ago
David Sawatzke
0841ae8c32
Disable some examples on stm32f030
5 years ago
Daniel Egger
6b3f3bc34f
Bumped stm32f0 dependency, changed interrupt handler, bumped version to 0.9.0
...
Signed-off-by: Daniel Egger <daniel@eggers-club.de>
5 years ago
David Sawatzke
c4c40f7046
Fix missed feature dependencies
5 years ago
David Sawatzke
8e60bd30be
Implement gpio for stm32f030
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