mirror of
https://github.com/embassy-rs/embassy.git
synced 2024-11-22 14:53:03 +00:00
Update nRF PACs
This commit is contained in:
parent
ef4e156482
commit
2e8f39ffdd
@ -72,13 +72,13 @@ cfg-if = "1.0.0"
|
||||
nrf-usbd = {version = "0.1.1"}
|
||||
usb-device = "0.2.8"
|
||||
|
||||
nrf52805-pac = { version = "0.10.1", optional = true, features = [ "rt" ] }
|
||||
nrf52810-pac = { version = "0.10.1", optional = true, features = [ "rt" ] }
|
||||
nrf52811-pac = { version = "0.10.1", optional = true, features = [ "rt" ] }
|
||||
nrf52820-pac = { version = "0.10.1", optional = true, features = [ "rt" ] }
|
||||
nrf52832-pac = { version = "0.10.1", optional = true, features = [ "rt" ] }
|
||||
nrf52833-pac = { version = "0.10.1", optional = true, features = [ "rt" ] }
|
||||
nrf52840-pac = { version = "0.10.1", optional = true, features = [ "rt" ] }
|
||||
nrf5340-app-pac = { version = "0.10.1", optional = true, features = [ "rt" ] }
|
||||
nrf5340-net-pac = { version = "0.10.1", optional = true, features = [ "rt" ] }
|
||||
nrf9160-pac = { version = "0.10.1", optional = true, features = [ "rt" ] }
|
||||
nrf52805-pac = { version = "0.11.0", optional = true, features = [ "rt" ] }
|
||||
nrf52810-pac = { version = "0.11.0", optional = true, features = [ "rt" ] }
|
||||
nrf52811-pac = { version = "0.11.0", optional = true, features = [ "rt" ] }
|
||||
nrf52820-pac = { version = "0.11.0", optional = true, features = [ "rt" ] }
|
||||
nrf52832-pac = { version = "0.11.0", optional = true, features = [ "rt" ] }
|
||||
nrf52833-pac = { version = "0.11.0", optional = true, features = [ "rt" ] }
|
||||
nrf52840-pac = { version = "0.11.0", optional = true, features = [ "rt" ] }
|
||||
nrf5340-app-pac = { version = "0.11.0", optional = true, features = [ "rt" ] }
|
||||
nrf5340-net-pac = { version = "0.11.0", optional = true, features = [ "rt" ] }
|
||||
nrf9160-pac = { version = "0.11.0", optional = true, features = [ "rt" ] }
|
||||
|
Loading…
Reference in New Issue
Block a user