Skip to content

Commit

Permalink
[Fixes #72] Fix examples to work with new alpha release
Browse files Browse the repository at this point in the history
  • Loading branch information
michalfita committed Dec 23, 2023
1 parent f6739f5 commit 56ee0f9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions boards/atsame70_xpro/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ cortex-m = "0.7"
panic-halt = "0.2"
panic-rtt-target = { version = "0.1.2", features = ["cortex-m"] }
rtt-target = { version = "0.3.1", features = ["cortex-m"] }
usbd-serial = "0.1.1"
usbd-serial = "0.2.0"
heapless = "0.7"

[dependencies.atsamx7x-hal]
version = "0.4.3-alpha1"
version = "0.4.3-alpha3"
path = "../../hal"
features = ["same70q21b-rt", "unproven"]
features = ["same70q21b", "rt", "unproven"]

[profile.dev]
debug = true
Expand Down
4 changes: 2 additions & 2 deletions boards/atsamv71_xult/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@ cortex-m = { version = "0.7.6", features = ["critical-section-single-core"] }
panic-rtt-target = { version = "0.1.2", features = ["cortex-m"] }
rtt-target = { version = "0.4.0" }
heapless = "0.7"
usbd-serial = "0.1.1"
usbd-serial = "0.2.0"
dwt-systick-monotonic = "1.0.0"

[dev-dependencies]
mcan = "0.2"
typenum = "1"

[dependencies.atsamx7x-hal]
version = "0.4.3-alpha1"
version = "0.4.3-alpha3"
path = "../../hal"
features = ["samv71q21b-rt", "unproven"]

Expand Down

0 comments on commit 56ee0f9

Please sign in to comment.