diff options
| author | Dario Nieuwenhuis <[email protected]> | 2021-06-15 23:12:55 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-06-15 23:12:55 +0200 |
| commit | 927be5010926f5ce1f81bd2cec75b1e8883be377 (patch) | |
| tree | 2e09b668f465183498173b6d023bff7d09b46a27 | |
| parent | c9bf039cae73fb21fa1d2e14d4ce7137df76c8f8 (diff) | |
| parent | 76ae9e0e7cd398b1d26914374a0286438c2740ff (diff) | |
Merge pull request #249 from embassy-rs/nrf-pacs
nrf: use released nrf52805-pac, nrf52820-pac
| -rw-r--r-- | embassy-nrf/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/embassy-nrf/Cargo.toml b/embassy-nrf/Cargo.toml index 07524fa2d..eeba1f54e 100644 --- a/embassy-nrf/Cargo.toml +++ b/embassy-nrf/Cargo.toml | |||
| @@ -34,10 +34,10 @@ embedded-dma = { version = "0.1.2" } | |||
| 34 | futures = { version = "0.3.5", default-features = false } | 34 | futures = { version = "0.3.5", default-features = false } |
| 35 | critical-section = "0.2.1" | 35 | critical-section = "0.2.1" |
| 36 | 36 | ||
| 37 | nrf52805-pac = { version = "0.1.0", optional = true, features = [ "rt" ], git = "https://github.com/Dirbaio/nrf52805-pac"} | 37 | nrf52805-pac = { version = "0.1.0", optional = true, features = [ "rt" ]} |
| 38 | nrf52810-pac = { version = "0.9.0", optional = true, features = [ "rt" ]} | 38 | nrf52810-pac = { version = "0.9.0", optional = true, features = [ "rt" ]} |
| 39 | nrf52811-pac = { version = "0.9.1", optional = true, features = [ "rt" ]} | 39 | nrf52811-pac = { version = "0.9.1", optional = true, features = [ "rt" ]} |
| 40 | nrf52820-pac = { version = "0.1.0", optional = true, features = [ "rt" ], git = "https://github.com/Dirbaio/nrf52820-pac"} | 40 | nrf52820-pac = { version = "0.1.0", optional = true, features = [ "rt" ]} |
| 41 | nrf52832-pac = { version = "0.9.0", optional = true, features = [ "rt" ]} | 41 | nrf52832-pac = { version = "0.9.0", optional = true, features = [ "rt" ]} |
| 42 | nrf52833-pac = { version = "0.9.0", optional = true, features = [ "rt" ]} | 42 | nrf52833-pac = { version = "0.9.0", optional = true, features = [ "rt" ]} |
| 43 | nrf52840-pac = { version = "0.9.0", optional = true, features = [ "rt" ]} | 43 | nrf52840-pac = { version = "0.9.0", optional = true, features = [ "rt" ]} |
