add arduino framework boards

This commit is contained in:
Michael L 2017-05-08 09:44:58 +03:00
parent 43ff1a5a9a
commit 95723340b7
12 changed files with 24 additions and 14 deletions

View File

@ -5,14 +5,13 @@
"extra_flags": "-DSTM32F407ZE", "extra_flags": "-DSTM32F407ZE",
"mcu": "stm32f407zet6" "mcu": "stm32f407zet6"
}, },
"frameworks": [ "frameworks": [
"mbed",
"arduino" "arduino"
], ],
"name": "Black F407ZE", "name": "Black F407ZE",
"upload": { "upload": {
"maximum_ram_size": 196608, "maximum_ram_size": 196608,
"maximum_size": 1048768 "maximum_size": 1048576
}, },
"url": "", "url": "",
"vendor": "" "vendor": ""

View File

@ -12,7 +12,8 @@
"mbed", "mbed",
"cmsis", "cmsis",
"spl", "spl",
"libopencm3" "libopencm3",
"arduino"
], ],
"name": "ST STM32F4DISCOVERY", "name": "ST STM32F4DISCOVERY",
"upload": { "upload": {

View File

@ -5,7 +5,8 @@
"mcu": "stm32f429zit6" "mcu": "stm32f429zit6"
}, },
"frameworks": [ "frameworks": [
"mbed" "mbed",
"arduino"
], ],
"name": "ST 32F429IDISCOVERY", "name": "ST 32F429IDISCOVERY",
"upload": { "upload": {

View File

@ -5,7 +5,8 @@
"mcu": "stm32l053c8t6" "mcu": "stm32l053c8t6"
}, },
"frameworks": [ "frameworks": [
"mbed" "mbed",
"arduino"
], ],
"name": "ST 32L0538DISCOVERY", "name": "ST 32L0538DISCOVERY",
"upload": { "upload": {

View File

@ -5,7 +5,8 @@
"mcu": "stm32f030r8t6" "mcu": "stm32f030r8t6"
}, },
"frameworks": [ "frameworks": [
"mbed" "mbed",
"arduino"
], ],
"name": "ST Nucleo F030R8", "name": "ST Nucleo F030R8",
"upload": { "upload": {

View File

@ -9,7 +9,8 @@
}, },
"frameworks": [ "frameworks": [
"mbed", "mbed",
"libopencm3" "libopencm3",
"arduino"
], ],
"name": "ST Nucleo F103RB", "name": "ST Nucleo F103RB",
"upload": { "upload": {

View File

@ -5,7 +5,8 @@
"mcu": "stm32f303ret6" "mcu": "stm32f303ret6"
}, },
"frameworks": [ "frameworks": [
"mbed" "mbed",
"arduino"
], ],
"name": "ST Nucleo F303RE", "name": "ST Nucleo F303RE",
"upload": { "upload": {

View File

@ -11,7 +11,8 @@
"frameworks": [ "frameworks": [
"mbed", "mbed",
"cmsis", "cmsis",
"spl" "spl",
"arduino"
], ],
"name": "ST Nucleo F401RE", "name": "ST Nucleo F401RE",
"upload": { "upload": {

View File

@ -5,7 +5,8 @@
"mcu": "stm32f411ret6" "mcu": "stm32f411ret6"
}, },
"frameworks": [ "frameworks": [
"mbed" "mbed",
"arduino"
], ],
"name": "ST Nucleo F411RE", "name": "ST Nucleo F411RE",
"upload": { "upload": {

View File

@ -5,7 +5,8 @@
"mcu": "stm32l053r8t6" "mcu": "stm32l053r8t6"
}, },
"frameworks": [ "frameworks": [
"mbed" "mbed",
"arduino"
], ],
"name": "ST Nucleo L053R8", "name": "ST Nucleo L053R8",
"upload": { "upload": {

View File

@ -5,7 +5,8 @@
"mcu": "stm32l152ret6" "mcu": "stm32l152ret6"
}, },
"frameworks": [ "frameworks": [
"mbed" "mbed",
"arduino"
], ],
"name": "ST Nucleo L152RE", "name": "ST Nucleo L152RE",
"upload": { "upload": {

View File

@ -5,7 +5,8 @@
"mcu": "stm32l476rgt6" "mcu": "stm32l476rgt6"
}, },
"frameworks": [ "frameworks": [
"mbed" "mbed",
"arduino"
], ],
"name": "ST Nucleo L476RG", "name": "ST Nucleo L476RG",
"upload": { "upload": {