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 15fadbc commit 4b00047Copy full SHA for 4b00047
CHANGELOG.md
@@ -11,6 +11,7 @@
11
values. `VAL::get().read()` becomes `VAL::read()`
12
* adc: Allow parallel execution of multiple ADCs through `start_conversion()`
13
* Rename the PeripheralREC object for BDMA2 on 7B3, 7B0, 7A3 parts from BDMA to BDMA2
14
+* pac: Upgrade to stm32-rs v0.14.0
15
16
## [v0.10.0] 2021-07-xx
17
Cargo.toml
@@ -29,7 +29,7 @@ embedded-hal = "0.2.4"
29
embedded-dma = "0.1.2"
30
cortex-m = "^0.7.1"
31
cortex-m-rt = "^0.6.15"
32
-stm32h7 = "^0.13.0"
+stm32h7 = "^0.14.0"
33
void = { version = "1.0.2", default-features = false }
34
cast = { version = "0.2.3", default-features = false }
35
nb = "1.0.0"
0 commit comments