From 01584e3b47d87a20811e46623ab1f40ad16b949b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Erik=20B=C3=A5nvik?= Date: Tue, 26 Dec 2023 18:11:29 +0100 Subject: [PATCH] Update ieee802154 --- adafruit-feather-nrf52840-express/Cargo.toml | 4 ++-- nrf52840-dk/Cargo.toml | 2 +- nrf52840-mdk/Cargo.toml | 3 +-- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/adafruit-feather-nrf52840-express/Cargo.toml b/adafruit-feather-nrf52840-express/Cargo.toml index 01c8e83..5af63d9 100644 --- a/adafruit-feather-nrf52840-express/Cargo.toml +++ b/adafruit-feather-nrf52840-express/Cargo.toml @@ -22,7 +22,7 @@ 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" } @@ -30,7 +30,7 @@ psila-nrf52 = { git = "https://github.com/blueluna/psila-nrf52.git", features = 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" diff --git a/nrf52840-dk/Cargo.toml b/nrf52840-dk/Cargo.toml index ac26f4b..bc516bb 100644 --- a/nrf52840-dk/Cargo.toml +++ b/nrf52840-dk/Cargo.toml @@ -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" } diff --git a/nrf52840-mdk/Cargo.toml b/nrf52840-mdk/Cargo.toml index 5407d2f..fc32902 100644 --- a/nrf52840-mdk/Cargo.toml +++ b/nrf52840-mdk/Cargo.toml @@ -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"] } -