mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-29 17:47:14 +02:00
Change framework order
This commit is contained in:
@ -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": {
|
||||
|
Reference in New Issue
Block a user