We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ac30d7 commit b94d335Copy full SHA for b94d335
CHANGELOG.md
@@ -52,6 +52,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
52
- Add possibility to use DMA with the ADC abstraction, add example for ADC with DMA [#258]
53
- Remove unsafe code from ADC DMA example
54
- [breaking-change] DMA: Memory to peripheral transfers now only require `StaticReadBuffer` [#257].
55
+- Rename erased `Pin` to `EPin`, partially erased `PXx` to `PEPin`, `PX` to `Pin`.
56
57
[#299]: https://github.com/stm32-rs/stm32f4xx-hal/pull/299
58
[#258]: https://github.com/stm32-rs/stm32f4xx-hal/pull/258
0 commit comments