Change framework order

This commit is contained in:
Ivan Kravets
2015-12-15 20:10:28 +02:00
parent 3afc8c7908
commit 997cfbf488

View File

@ -9,7 +9,7 @@
"mcu": "stm32f407vgt6",
"variant": "stm32f407xx"
},
"frameworks": ["cmsis", "spl", "libopencm3", "mbed"],
"frameworks": ["mbed", "cmsis", "spl", "libopencm3"],
"name": "ST STM32F4DISCOVERY",
"platform": "ststm32",
"upload": {
@ -49,7 +49,7 @@
"mcu": "stm32f303vct6",
"variant": "stm32f303xc"
},
"frameworks": ["cmsis", "spl", "libopencm3", "mbed"],
"frameworks": ["mbed", "cmsis", "spl", "libopencm3"],
"name": "ST STM32F3DISCOVERY",
"platform": "ststm32",
"upload": {