diff --git a/platformio/boards/ststm32.json b/platformio/boards/ststm32.json index f843170f..272c1286 100644 --- a/platformio/boards/ststm32.json +++ b/platformio/boards/ststm32.json @@ -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": {