Skip to content

Commit 1c7e2cd

Browse files
committed
Update CHANGELOG and README
1 parent e3d7111 commit 1c7e2cd

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
### Added
11+
12+
- Support for stm32f0x8 line - @jessebraham
13+
1014
## [v0.12.0] - 2019-01-13
1115

1216
### Added

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ stm32f0xx-hal
77

88
[_stm32f0xx-hal_](https://github.com/stm32-rs/stm32f0xx-hal) contains a hardware abstraction on top of the peripheral access API for the STMicro STM32F0xx family of microcontrollers.
99

10-
This crate replaces the [stm32f042-hal](https://github.com/therealprof/stm32f042-hal) by a more ubiqitous version suitable for additional families. The idea behind this crate is to gloss over the slight differences in the various peripherals available on those MCUs so a HAL can be written for all chips in that same family without having to cut and paste crates for every single model.
10+
This crate replaces the [stm32f042-hal](https://github.com/therealprof/stm32f042-hal) by a more ubiquitous version suitable for additional families. The idea behind this crate is to gloss over the slight differences in the various peripherals available on those MCUs so a HAL can be written for all chips in that same family without having to cut and paste crates for every single model.
1111

1212
This crate relies on Adam Greig's fantastic [stm32f0](https://crates.io/crates/stm32f0) crate to provide appropriate register definitions, and implements a partial set of the [embedded-hal](https://github.com/rust-embedded/embedded-hal) traits. Some of the implementation was shamelessly adapted from the [stm32f103xx-hal](https://github.com/japaric/stm32f103xx-hal) crate by Jorge Aparicio.
1313

@@ -19,12 +19,17 @@ Supported Configurations
1919

2020
* __stm32f030__ (stm32f030x4, stm32f030x6, stm32f030x8, stm32f030xc)
2121
* __stm32f031__
22+
* __stm32f038__
2223
* __stm32f042__
24+
* __stm32f048__
2325
* __stm32f051__
26+
* __stm32f058__
2427
* __stm32f070__ (stm32f070x6, stm32f070xb)
2528
* __stm32f071__
2629
* __stm32f072__
30+
* __stm32f078__
2731
* __stm32f091__
32+
* __stm32f098__
2833

2934

3035
Getting Started

0 commit comments

Comments
 (0)