mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-30 10:07:14 +02:00
Add libopenCM3 support for nucleo_f103rb board.
This commit is contained in:
@ -205,11 +205,14 @@
|
|||||||
},
|
},
|
||||||
"nucleo_f103rb": {
|
"nucleo_f103rb": {
|
||||||
"build": {
|
"build": {
|
||||||
|
"core": "stm32",
|
||||||
"f_cpu": "72000000L",
|
"f_cpu": "72000000L",
|
||||||
|
"ldscript": "stm32f103xb.ld",
|
||||||
"cpu": "cortex-m3",
|
"cpu": "cortex-m3",
|
||||||
"mcu": "stm32f103rbt6"
|
"mcu": "stm32f103rbt6",
|
||||||
|
"variant": "stm32f1"
|
||||||
},
|
},
|
||||||
"frameworks": ["mbed"],
|
"frameworks": ["mbed","libopencm3"],
|
||||||
"name": "ST Nucleo F103RB",
|
"name": "ST Nucleo F103RB",
|
||||||
"platform": "ststm32",
|
"platform": "ststm32",
|
||||||
"upload": {
|
"upload": {
|
||||||
|
Reference in New Issue
Block a user