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",
"mcu": "stm32f407zet6"
},
"frameworks": [
"mbed",
"frameworks": [
"arduino"
],
"name": "Black F407ZE",
"upload": {
"maximum_ram_size": 196608,
"maximum_size": 1048768
"maximum_size": 1048576
},
"url": "",
"vendor": ""

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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