add arduino 'framework-arduinoSTM32GENERIC' package for existing framework

This commit is contained in:
Michael L 2017-05-07 21:19:24 +03:00
parent 3bcd0d4a73
commit fbfb5fdfbf
1 changed files with 9 additions and 0 deletions

View File

@ -38,6 +38,10 @@
"arduino": { "arduino": {
"package": "framework-arduinoststm32", "package": "framework-arduinoststm32",
"script": "builder/frameworks/arduino.py" "script": "builder/frameworks/arduino.py"
},
"arduino": {
"package": "framework-arduinoSTM32GENERIC",
"script": "builder/frameworks/arduino.py"
} }
}, },
"packages": { "packages": {
@ -70,6 +74,11 @@
"optional": true, "optional": true,
"version": "~2.0.0" "version": "~2.0.0"
}, },
"framework-arduinoSTM32GENERIC": {
"type": "framework",
"optional": true,
"version": "~1.0.0"
},
"tool-stlink": { "tool-stlink": {
"type": "uploader", "type": "uploader",
"optional": true, "optional": true,