Skip to content

Commit ce2ef0d

Browse files
committed
Fix build error, update CHANGELOG and README
1 parent c4967c2 commit ce2ef0d

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
99

1010
### Added
1111

12-
- Support for STM32F091 - @jessebraham
12+
- Support for stm32f0x1 line - @jessebraham
1313
- Support for HSE as a system clocksource (#25 - breaking change) - @zklapow
1414

1515
### Changed
@@ -66,7 +66,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
6666

6767
- Reworked GPIOs and added fully erased pins
6868
- Timer support
69-
- Support for STM32F070
69+
- Support for STM32F070 - @jessebraham
7070
- Additional peripheral support for STM32F030
7171
- Watchdog support
7272

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,11 @@ Supported Configurations
1818
------------------------
1919

2020
* __stm32f030__ (stm32f030x4, stm32f030x6, stm32f030x8, stm32f030xc)
21+
* __stm32f031__
2122
* __stm32f042__
23+
* __stm32f051__
2224
* __stm32f070__ (stm32f070x6, stm32f070xb)
25+
* __stm32f071__
2326
* __stm32f072__
2427
* __stm32f091__
2528

src/spi.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ use crate::stm32::SPI1;
4949
#[cfg(any(
5050
feature = "stm32f030x8",
5151
feature = "stm32f030xc",
52+
feature = "stm32f051",
5253
feature = "stm32f070xb",
5354
feature = "stm32f071",
5455
feature = "stm32f091",

0 commit comments

Comments
 (0)