Skip to content

Commit ffd73aa

Browse files
committed
Merge branch 'master' into dma
2 parents 25dda1b + 8232126 commit ffd73aa

File tree

2 files changed

+1346
-1381
lines changed

2 files changed

+1346
-1381
lines changed

CHANGELOG.md

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

1010
### Added
1111

12+
- Implement `InputPin` for `Output<OpenDrain>` pins ([#114](https://github.com/stm32-rs/stm32f3xx-hal/pull/114))
1213
- Support for safe one-shot DMA transfers ([#86](https://github.com/stm32-rs/stm32f3xx-hal/pull/86))
1314
- DMA support for serial reception and transmission ([#86](https://github.com/stm32-rs/stm32f3xx-hal/pull/86))
1415

@@ -33,7 +34,7 @@ let clocks = rcc
3334
.use_hse(32.mhz())
3435
.sysclk(72.mhz())
3536
```
36-
This is possible through utilizing the divider, which can devide the
37+
This is possible through utilizing the divider, which can divide the
3738
external oscillator clock on most devices. Some devices have even the
3839
possibility to divide the internal oscillator clock.
3940

0 commit comments

Comments
 (0)