Skip to content

Commit

Permalink
Update ieee802154
Browse files Browse the repository at this point in the history
  • Loading branch information
blueluna committed Dec 26, 2023
1 parent d5ef16a commit 01584e3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions adafruit-feather-nrf52840-express/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@ nrf52840-hal = "0.15"
panic-itm = "0.4"
cortex-m-rtic = "1.1"
bbqueue = "0.5"
ieee802154 = "0.3"
ieee802154 = { git = "https://github.com/blueluna/ieee-802.15.4.git" }
byteorder = { version = "1", default-features = false }
esercom = { git = "https://github.com/blueluna/esercom.git", branch = "master" }
nrf52-cryptocell = { path = "../nrf52-cryptocell" }
psila-nrf52 = { git = "https://github.com/blueluna/psila-nrf52.git", features = ["52840"] }

psila-crypto = { git = "https://github.com/blueluna/psila.git" }
psila-data = { git = "https://github.com/blueluna/psila.git", features = ["core"] }
psila-service = { git = "https://github.com/blueluna/psila.git", features = ["core"] }
psila-service = { git = "https://github.com/blueluna/psila.git", features = ["core", "defmt"] }

smart-leds-trait = "0.2.0"
smart-leds = "0.3.0"
Expand Down
2 changes: 1 addition & 1 deletion nrf52840-dk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ nrf52840-pac = "0.11"
nrf52840-hal = "0.15"
cortex-m-rtic = "1.1"
bbqueue = "0.5"
ieee802154 = "0.3"
ieee802154 = { git = "https://github.com/blueluna/ieee-802.15.4.git" }
esercom = { git = "https://github.com/blueluna/esercom.git", branch = "master" }
psila-nrf52 = { git = "https://github.com/blueluna/psila-nrf52.git", features = ["52840"] }
nrf52-cryptocell = { path = "../nrf52-cryptocell" }
Expand Down
3 changes: 1 addition & 2 deletions nrf52840-mdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,10 @@ cortex-m-rtic = "1.1"
defmt = "0.3"
defmt-rtt = "0.3"
esercom = { git = "https://github.com/blueluna/esercom.git", branch = "master" }
ieee802154 = "0.3"
ieee802154 = { git = "https://github.com/blueluna/ieee-802.15.4.git" }
nrf52-cryptocell = { path = "../nrf52-cryptocell" }
nrf52840-pac = "0.11"
nrf52840-hal = "0.15"
panic-probe = "0.3"
psila-crypto = { git = "https://github.com/blueluna/psila.git" }
psila-nrf52 = { git = "https://github.com/blueluna/psila-nrf52.git", features = ["52840"] }

0 comments on commit 01584e3

Please sign in to comment.