Files
Andrea Santaniello d6c2757f21 First push, clean slate
2026-03-08 18:48:37 +01:00

18 lines
407 B
JSON

{
"name": "libusb_stm32",
"description": "Lightweight USB Device Stack",
"version": "0.1.0",
"keywords": "stm32, usb",
"authors": {
"name": "Dmitry Filimonchuk",
"email": "dmitrystu@gmail.com"
},
"repository": {
"type": "git",
"url": "https://github.com/dmitrystu/libusb_stm32.git"
},
"platforms": [ "ststm32" ],
"headers": ["stm32_compat.h", "usb.h"],
"build": { "includeDir": "inc" }
}