aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorEmil Fresk <emil.fresk@gmail.com>2020-10-01 20:01:25 +0200
committerEmil Fresk <emil.fresk@gmail.com>2020-10-01 20:01:25 +0200
commitfb61a78cdd99e27914cc355f721c04d901dd3ae4 (patch)
tree15ed9c4d9db6023f667c2d5c863fa1b8b0a4d12d /Cargo.toml
parent4d61437bb4debea5adc578ee072bff3619d8077b (diff)
Added `bare_metal::CriticalSection` to `init::Context`
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index d4ad4ef..6fe5fce 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -60,6 +60,7 @@ cortex-m-rtic-macros = { path = "macros", version = "0.5.2" }
rtic-core = "0.3.0"
cortex-m-rt = "0.6.9"
heapless = "0.5.0"
+bare-metal = "1.0.0"
[build-dependencies]
version_check = "0.9"