暫無描述
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.

12345678910111213
  1. [package]
  2. name = "mkl25z4-usbd"
  3. version = "0.1.0"
  4. authors = ["Mathias Gottschlag <mgottschlag@gmail.com>"]
  5. edition = "2018"
  6. # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
  7. [dependencies]
  8. cortex-m = "0.6"
  9. mkl25z4 = { version = "0.0.3", features = ["rt"] }
  10. mkl25z4-hal = { git = "https://github.com/mgottschlag/mkl25z4-hal" }
  11. usb-device = "0.2.4"