nrf/system: add configure
This commit is contained in:
@ -31,8 +31,8 @@ embedded-hal = { version = "0.2.4" }
|
||||
embedded-dma = { version = "0.1.2" }
|
||||
futures = { version = "0.3.5", default-features = false }
|
||||
|
||||
nrf52810-pac = { version = "0.9.0", optional = true }
|
||||
nrf52811-pac = { version = "0.9.1", optional = true }
|
||||
nrf52832-pac = { version = "0.9.0", optional = true }
|
||||
nrf52833-pac = { version = "0.9.0", optional = true }
|
||||
nrf52840-pac = { version = "0.9.0", optional = true }
|
||||
nrf52810-pac = { version = "0.9.0", optional = true, features = [ "rt" ]}
|
||||
nrf52811-pac = { version = "0.9.1", optional = true, features = [ "rt" ]}
|
||||
nrf52832-pac = { version = "0.9.0", optional = true, features = [ "rt" ]}
|
||||
nrf52833-pac = { version = "0.9.0", optional = true, features = [ "rt" ]}
|
||||
nrf52840-pac = { version = "0.9.0", optional = true, features = [ "rt" ]}
|
||||
|
Reference in New Issue
Block a user