* Switched to stable Rust instead of nightly.
* Updated to latest published version of Embassy. * Updated to stable release of embedded-hal. * Version bump other dependencies. * Changed examples to use stm32 blackpill.
This commit is contained in:
@ -16,6 +16,8 @@ features = ["embassy-sync"]
|
||||
[dependencies.physical-ads1256]
|
||||
path = "../../peripheral-components/ads1256/node"
|
||||
features = ["poll"]
|
||||
[dependencies.static_cell]
|
||||
workspace = true
|
||||
[dependencies.ads1256]
|
||||
workspace = true
|
||||
[dependencies.uom]
|
||||
@ -31,7 +33,7 @@ features = ["critical-section-single-core"]
|
||||
workspace = true
|
||||
[dependencies.embassy-stm32]
|
||||
workspace = true
|
||||
features = ["stm32f429zi", "memory-x", "time", "exti", "time-driver-any"]
|
||||
features = ["stm32f411ce", "memory-x", "time", "exti", "time-driver-any"]
|
||||
[dependencies.embassy-executor]
|
||||
workspace = true
|
||||
[dependencies.embassy-futures]
|
||||
|
Reference in New Issue
Block a user