update embedded examples

This commit is contained in:
2025-01-31 18:20:06 +01:00
parent ed266a11f6
commit 73286e36c2
8 changed files with 322 additions and 339 deletions

View File

@ -22,12 +22,11 @@ version = "2"
features = ["thumbv7-backend"]
[dependencies.rtic-monotonics]
version = "1"
version = "2"
features = ["cortex-m-systick"]
[dependencies.cobs]
git = "https://github.com/robamu/cobs.rs.git"
branch = "all_features"
version = "0.3"
default-features = false
[dependencies.stm32f3xx-hal]