slimmed down the binary in release mode.

This commit is contained in:
Gabe Venberg 2023-10-29 20:41:34 -05:00
parent 4e4b314ccd
commit f859ea683e
3 changed files with 19 additions and 6 deletions

View file

@ -17,6 +17,7 @@ cortex-m = "0.7.3"
cortex-m-rt = "0.7.0"
rtt-target = { version = "0.3.1", features = ["cortex-m"] }
panic-rtt-target = { version = "0.1.2", features = ["cortex-m"] }
panic-halt = "0.2.0"
lsm303agr = "0.2.2"
libm = "0.2.1"
embedded-hal = "0.2.6"