summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorDario Nieuwenhuis <dirbaio@dirbaio.net>2020-09-14 00:38:09 +0200
committerDario Nieuwenhuis <dirbaio@dirbaio.net>2020-09-14 00:38:09 +0200
commit203b152788e4714c49b79b34fb13be8b2327d971 (patch)
tree48cefee4e24b9d7e6c1b16cfb0cd90dadcabc8ff /Cargo.toml
parentf8c2b540fb9e87f8b8b1529a3286cc61d262bd8b (diff)
downloadnrf-softdevice-203b152788e4714c49b79b34fb13be8b2327d971.zip
Build with released cortex-m and PACs, instead of cortex-m HEAD.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml5
1 files changed, 0 insertions, 5 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 4afd34b..1e0eaab 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -21,14 +21,9 @@ exclude = [
]
[patch.crates-io]
-cortex-m = { git = "https://github.com/Dirbaio/cortex-m"}
panic-probe = { git = "https://github.com/knurling-rs/probe-run", branch="main" }
defmt-rtt = { git = "https://github.com/knurling-rs/defmt", branch="main" }
defmt = { git = "https://github.com/knurling-rs/defmt", branch="main" }
-nrf52810-pac = { git = "https://github.com/Dirbaio/nrf52810-pac" }
-nrf52832-pac = { git = "https://github.com/Dirbaio/nrf52832-pac" }
-nrf52833-pac = { git = "https://github.com/Dirbaio/nrf52833-pac" }
-nrf52840-pac = { git = "https://github.com/Dirbaio/nrf52840-pac" }
static-executor = { git = "https://github.com/Dirbaio/static-executor" }
static-executor-cortex-m = { git = "https://github.com/Dirbaio/static-executor" }