| 123456789101112131415161718 |
- [package]
- name = "hackamp-firmware"
- version = "0.1.0"
- authors = ["Mathias Gottschlag <mgottschlag@gmail.com>"]
- edition = "2018"
-
- [dependencies]
- cortex-m = "0.6"
- cortex-m-rt = "0.6"
- cortex-m-rtic = "0.5.3"
- embedded-hal = "0.2.3"
- panic-semihosting = "0.5"
- stm32f4xx-hal = { version = "0.8.3", features = ["stm32f429", "usb_hs"] }
-
- [profile]
- [profile.release]
- debug = true
- lto = true
|