Skip to content

Commit 4b00047

Browse files
committed
Upgrade stm32-rs to v0.14.0
1 parent 15fadbc commit 4b00047

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
values. `VAL::get().read()` becomes `VAL::read()`
1212
* adc: Allow parallel execution of multiple ADCs through `start_conversion()`
1313
* Rename the PeripheralREC object for BDMA2 on 7B3, 7B0, 7A3 parts from BDMA to BDMA2
14+
* pac: Upgrade to stm32-rs v0.14.0
1415

1516
## [v0.10.0] 2021-07-xx
1617

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ embedded-hal = "0.2.4"
2929
embedded-dma = "0.1.2"
3030
cortex-m = "^0.7.1"
3131
cortex-m-rt = "^0.6.15"
32-
stm32h7 = "^0.13.0"
32+
stm32h7 = "^0.14.0"
3333
void = { version = "1.0.2", default-features = false }
3434
cast = { version = "0.2.3", default-features = false }
3535
nb = "1.0.0"

0 commit comments

Comments
 (0)