설명 없음
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

Cargo.toml 357B

123456789101112
  1. [package]
  2. name = "multiesc-firmware"
  3. version = "0.1.0"
  4. authors = ["Mathias Gottschlag <mgottschlag@gmail.com>"]
  5. edition = "2018"
  6. [dependencies]
  7. cortex-m-rt = "0.6.14"
  8. cortex-m-rtic = "0.5.7"
  9. cortex-m-semihosting = "0.3.7"
  10. panic-semihosting = "0.5.6"
  11. stm32g4xx-hal = { git = "https://github.com/stm32-rs/stm32g4xx-hal.git", features = ["stm32g474", "rt"] }