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

github.com/flipperdevices/libusb_stm32.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormin <mamins1376@gmail.com>2022-08-02 00:55:00 +0300
committerGitHub <noreply@github.com>2022-08-02 00:55:00 +0300
commit33bbf99efc0ed43e1cafe80e11e6d6fa268c7d1f (patch)
treea26ff8eefb04cdb6ae9d7190a09e3ad54a770f78
parent5bd04984242e4fd9481dda8b2f52e09bcc074bc3 (diff)
Lift framework restriction
-rw-r--r--library.json1
1 files changed, 0 insertions, 1 deletions
diff --git a/library.json b/library.json
index dfa2fa3..210c991 100644
--- a/library.json
+++ b/library.json
@@ -11,7 +11,6 @@
"type": "git",
"url": "https://github.com/dmitrystu/libusb_stm32.git"
},
- "frameworks": [ "cmsis", "stm32cube" ],
"platforms": [ "ststm32" ],
"headers": ["stm32_compat.h", "usb.h"],
"build": { "includeDir": "inc" }