mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-30 18:17:13 +02:00
Add new ST Nucleo board
This commit is contained in:
@ -586,6 +586,22 @@
|
|||||||
"url": "https://developer.mbed.org/platforms/ST-Nucleo-L073RZ/",
|
"url": "https://developer.mbed.org/platforms/ST-Nucleo-L073RZ/",
|
||||||
"vendor": "ST"
|
"vendor": "ST"
|
||||||
},
|
},
|
||||||
|
"nucleo_l031k6": {
|
||||||
|
"build": {
|
||||||
|
"f_cpu": "32000000L",
|
||||||
|
"cpu": "cortex-m0plus",
|
||||||
|
"mcu": "stm32l031k6t6"
|
||||||
|
},
|
||||||
|
"frameworks": ["mbed"],
|
||||||
|
"name": "ST Nucleo L031K6",
|
||||||
|
"platform": "ststm32",
|
||||||
|
"upload": {
|
||||||
|
"maximum_ram_size": 8192,
|
||||||
|
"maximum_size": 32768
|
||||||
|
},
|
||||||
|
"url": "https://developer.mbed.org/platforms/ST-Nucleo-L031K6/",
|
||||||
|
"vendor": "ST"
|
||||||
|
},
|
||||||
"seeedArchMax": {
|
"seeedArchMax": {
|
||||||
"build": {
|
"build": {
|
||||||
"f_cpu": "168000000L",
|
"f_cpu": "168000000L",
|
||||||
|
Reference in New Issue
Block a user