This commit is contained in:
J / Jacob Babich
2022-04-29 23:24:13 -04:00
parent 18e9a5d7de
commit 062441b5e2
12 changed files with 353 additions and 536 deletions

View File

@@ -5,10 +5,7 @@ name = "driver-and-task-library"
version = "4.14.0"
[dependencies]
cortex-m = "0.6.0"
cortex-m-rt = "0.6.10"
cortex-m-semihosting = "0.3.3"
panic-halt = "0.2.0"
[lib]
path = "src/lib/mod.rs"
@@ -22,6 +19,7 @@ test = false
bench = false
[profile.release]
# These comments are from the starter project (not written by me). I left them in since they explain it:
codegen-units = 1 # better optimizations
debug = true # symbols are nice and they don't increase the size on Flash
lto = true # better optimizations