Welcome to mirror list, hosted at ThFree Co, Russian Federation.

library.json - github.com/flipperdevices/libusb_stm32.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 210c991c72c57864d654735f919758f7a8cd36d4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
	"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" }
}