nrf: update to cortex-m-rt 0.7

This commit is contained in:
Dario Nieuwenhuis
2021-08-19 17:11:17 +02:00
parent a665b83a19
commit fe355af4f0
2 changed files with 8 additions and 8 deletions

View File

@ -42,10 +42,10 @@ futures = { version = "0.3.5", default-features = false }
critical-section = "0.2.1"
rand_core = "0.6.3"
nrf52805-pac = { version = "0.10.0", optional = true, features = [ "rt" ]}
nrf52810-pac = { version = "0.10.0", optional = true, features = [ "rt" ]}
nrf52811-pac = { version = "0.10.0", optional = true, features = [ "rt" ]}
nrf52820-pac = { version = "0.10.0", optional = true, features = [ "rt" ]}
nrf52832-pac = { version = "0.10.0", optional = true, features = [ "rt" ]}
nrf52833-pac = { version = "0.10.0", optional = true, features = [ "rt" ]}
nrf52840-pac = { version = "0.10.0", optional = true, features = [ "rt" ]}
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" ]}