Skip to content

Commit

Permalink
Use published derive-mmio.
Browse files Browse the repository at this point in the history
Now has const new functions.
  • Loading branch information
jonathanpallant committed Feb 26, 2025
1 parent 094a3ac commit d1c6714
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
10 changes: 6 additions & 4 deletions example-code/qemu-aarch32v8r/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions example-code/qemu-common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ description = "Common drivers for Arm QEMU hardware"
[dependencies]
critical-section = "1.2.0"
defmt = "0.3.10"
# derive-mmio = "0.2.0"
derive-mmio = { git = "https://github.com/knurling-rs/derive-mmio", rev = "d2152029ed1892a24dbbfd47bcb29ee46691838b" }
derive-mmio = "0.3.0"
heapless = "0.8.0"
nb = "1.1.0"

0 comments on commit d1c6714

Please sign in to comment.