mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-30 10:07:14 +02:00
Change framework order
This commit is contained in:
@ -9,7 +9,7 @@
|
|||||||
"mcu": "stm32f407vgt6",
|
"mcu": "stm32f407vgt6",
|
||||||
"variant": "stm32f407xx"
|
"variant": "stm32f407xx"
|
||||||
},
|
},
|
||||||
"frameworks": ["cmsis", "spl", "libopencm3", "mbed"],
|
"frameworks": ["mbed", "cmsis", "spl", "libopencm3"],
|
||||||
"name": "ST STM32F4DISCOVERY",
|
"name": "ST STM32F4DISCOVERY",
|
||||||
"platform": "ststm32",
|
"platform": "ststm32",
|
||||||
"upload": {
|
"upload": {
|
||||||
@ -49,7 +49,7 @@
|
|||||||
"mcu": "stm32f303vct6",
|
"mcu": "stm32f303vct6",
|
||||||
"variant": "stm32f303xc"
|
"variant": "stm32f303xc"
|
||||||
},
|
},
|
||||||
"frameworks": ["cmsis", "spl", "libopencm3", "mbed"],
|
"frameworks": ["mbed", "cmsis", "spl", "libopencm3"],
|
||||||
"name": "ST STM32F3DISCOVERY",
|
"name": "ST STM32F3DISCOVERY",
|
||||||
"platform": "ststm32",
|
"platform": "ststm32",
|
||||||
"upload": {
|
"upload": {
|
||||||
|
Reference in New Issue
Block a user