aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2022-02-15 16:35:54 +0100
committerDario Nieuwenhuis <[email protected]>2022-02-15 16:35:54 +0100
commit2e8f39ffdd041a1e12c94768dbbd19983d17757a (patch)
tree612a102148f5c2c582793ed6788c3beb9292283b
parentef4e1564826bd842aee26b53ac1e9e6a40553830 (diff)
Update nRF PACs
-rw-r--r--embassy-nrf/Cargo.toml20
1 files changed, 10 insertions, 10 deletions
diff --git a/embassy-nrf/Cargo.toml b/embassy-nrf/Cargo.toml
index 5ced9b1b2..aa377580f 100644
--- a/embassy-nrf/Cargo.toml
+++ b/embassy-nrf/Cargo.toml
@@ -72,13 +72,13 @@ cfg-if = "1.0.0"
72nrf-usbd = {version = "0.1.1"} 72nrf-usbd = {version = "0.1.1"}
73usb-device = "0.2.8" 73usb-device = "0.2.8"
74 74
75nrf52805-pac = { version = "0.10.1", optional = true, features = [ "rt" ] } 75nrf52805-pac = { version = "0.11.0", optional = true, features = [ "rt" ] }
76nrf52810-pac = { version = "0.10.1", optional = true, features = [ "rt" ] } 76nrf52810-pac = { version = "0.11.0", optional = true, features = [ "rt" ] }
77nrf52811-pac = { version = "0.10.1", optional = true, features = [ "rt" ] } 77nrf52811-pac = { version = "0.11.0", optional = true, features = [ "rt" ] }
78nrf52820-pac = { version = "0.10.1", optional = true, features = [ "rt" ] } 78nrf52820-pac = { version = "0.11.0", optional = true, features = [ "rt" ] }
79nrf52832-pac = { version = "0.10.1", optional = true, features = [ "rt" ] } 79nrf52832-pac = { version = "0.11.0", optional = true, features = [ "rt" ] }
80nrf52833-pac = { version = "0.10.1", optional = true, features = [ "rt" ] } 80nrf52833-pac = { version = "0.11.0", optional = true, features = [ "rt" ] }
81nrf52840-pac = { version = "0.10.1", optional = true, features = [ "rt" ] } 81nrf52840-pac = { version = "0.11.0", optional = true, features = [ "rt" ] }
82nrf5340-app-pac = { version = "0.10.1", optional = true, features = [ "rt" ] } 82nrf5340-app-pac = { version = "0.11.0", optional = true, features = [ "rt" ] }
83nrf5340-net-pac = { version = "0.10.1", optional = true, features = [ "rt" ] } 83nrf5340-net-pac = { version = "0.11.0", optional = true, features = [ "rt" ] }
84nrf9160-pac = { version = "0.10.1", optional = true, features = [ "rt" ] } 84nrf9160-pac = { version = "0.11.0", optional = true, features = [ "rt" ] }