library.json 407 B

1234567891011121314151617
  1. {
  2. "name": "libusb_stm32",
  3. "description": "Lightweight USB Device Stack",
  4. "version": "0.1.0",
  5. "keywords": "stm32, usb",
  6. "authors": {
  7. "name": "Dmitry Filimonchuk",
  8. "email": "dmitrystu@gmail.com"
  9. },
  10. "repository": {
  11. "type": "git",
  12. "url": "https://github.com/dmitrystu/libusb_stm32.git"
  13. },
  14. "platforms": [ "ststm32" ],
  15. "headers": ["stm32_compat.h", "usb.h"],
  16. "build": { "includeDir": "inc" }
  17. }