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": {
"package": "framework-arduinoststm32",
"script": "builder/frameworks/arduino.py"
},
"arduino": {
"package": "framework-arduinoSTM32GENERIC",
"script": "builder/frameworks/arduino.py"
}
},
"packages": {
@ -70,6 +74,11 @@
"optional": true,
"version": "~2.0.0"
},
"framework-arduinoSTM32GENERIC": {
"type": "framework",
"optional": true,
"version": "~1.0.0"
},
"tool-stlink": {
"type": "uploader",
"optional": true,