mirror of
https://github.com/platformio/platformio-core.git
synced 2025-08-03 20:04:27 +02:00
Reorder options
This commit is contained in:
@@ -2,11 +2,11 @@
|
|||||||
"stm32f4discovery": {
|
"stm32f4discovery": {
|
||||||
"build": {
|
"build": {
|
||||||
"core": "stm32",
|
"core": "stm32",
|
||||||
|
"extra_flags": "-DSTM32F40_41xxx",
|
||||||
"f_cpu": "168000000L",
|
"f_cpu": "168000000L",
|
||||||
"ldscript": "stm32f405x6.ld",
|
"ldscript": "stm32f405x6.ld",
|
||||||
"mcu": "cortex-m4",
|
"mcu": "cortex-m4",
|
||||||
"variant": "stm32f4",
|
"variant": "stm32f4"
|
||||||
"extra_flags": "-DSTM32F40_41xxx"
|
|
||||||
},
|
},
|
||||||
"name": "STM32F4Discovery (168 MHz) with digital accelerometer, digital microphone, audio DAC",
|
"name": "STM32F4Discovery (168 MHz) with digital accelerometer, digital microphone, audio DAC",
|
||||||
"platform": "stm32",
|
"platform": "stm32",
|
||||||
@@ -18,11 +18,11 @@
|
|||||||
"stm32ldiscovery": {
|
"stm32ldiscovery": {
|
||||||
"build": {
|
"build": {
|
||||||
"core": "stm32",
|
"core": "stm32",
|
||||||
|
"extra_flags": "-DSTM32L1XX_MD",
|
||||||
"f_cpu": "32000000L",
|
"f_cpu": "32000000L",
|
||||||
"ldscript": "stm32l15xx6.ld",
|
"ldscript": "stm32l15xx6.ld",
|
||||||
"mcu": "cortex-m3",
|
"mcu": "cortex-m3",
|
||||||
"variant": "stm32l1",
|
"variant": "stm32l1"
|
||||||
"extra_flags": "-DSTM32L1XX_MD"
|
|
||||||
},
|
},
|
||||||
"name": "STM32LDiscovery (32 MHz) ultra low-power development kit",
|
"name": "STM32LDiscovery (32 MHz) ultra low-power development kit",
|
||||||
"platform": "stm32",
|
"platform": "stm32",
|
||||||
@@ -34,11 +34,11 @@
|
|||||||
"stm32f3discovery": {
|
"stm32f3discovery": {
|
||||||
"build": {
|
"build": {
|
||||||
"core": "stm32",
|
"core": "stm32",
|
||||||
|
"extra_flags": "-DSTM32F303xC",
|
||||||
"f_cpu": "72000000L",
|
"f_cpu": "72000000L",
|
||||||
"ldscript": "stm32f30xx.ld",
|
"ldscript": "stm32f30xx.ld",
|
||||||
"mcu": "cortex-m4",
|
"mcu": "cortex-m4",
|
||||||
"variant": "stm32f3",
|
"variant": "stm32f3"
|
||||||
"extra_flags": "-DSTM32F303xC"
|
|
||||||
},
|
},
|
||||||
"name": "STM32F3Discovery (72 MHz) with accelerometer, gyroscope and e-compass",
|
"name": "STM32F3Discovery (72 MHz) with accelerometer, gyroscope and e-compass",
|
||||||
"platform": "stm32",
|
"platform": "stm32",
|
||||||
|
Reference in New Issue
Block a user