mirror of
https://github.com/D4C1-Labs/Flipper-ARF.git
synced 2026-04-27 16:55:10 +00:00
18 lines
407 B
JSON
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" }
|
|
}
|