Nav apraksta
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

1234567891011121314151617181920
  1. [package]
  2. name = "hackamp-firmware"
  3. version = "0.1.0"
  4. authors = ["Mathias Gottschlag <mgottschlag@gmail.com>"]
  5. edition = "2018"
  6. [dependencies]
  7. cortex-m = "0.6"
  8. cortex-m-rt = "0.6"
  9. cortex-m-rtic = "0.5.3"
  10. #cortex-m-semihosting = "0.3.5"
  11. embedded-hal = "0.2.3"
  12. panic-semihosting = "0.5"
  13. #stm32f4xx-hal = { git = "https://github.com/stm32-rs/stm32f4xx-hal.git", features = ["stm32f429", "usb_hs"] }
  14. stm32f4xx-hal = { path = "/home/mathias/Projects/microcontroller/stm32-usb-audio/stm32f4xx-hal", features = ["stm32f429", "usb_hs"] }
  15. [profile]
  16. [profile.release]
  17. debug = true
  18. lto = true