1
0

library.json 448 B

123456789101112131415161718
  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. "frameworks": [ "cmsis", "stm32cube" ],
  15. "platforms": [ "ststm32" ],
  16. "headers": ["stm32_compat.h", "usb.h"],
  17. "build": { "includeDir": "inc" }
  18. }