Add support for new boards: Espotel LoRa Module, NAMote72, MTS Dragonfly, ST Nucleo F303ZE, u-blox EVK-ODIN-W2, MultiTech xDot

This commit is contained in:
Ivan Kravets 2016-12-18 20:20:07 +02:00
parent eb55fd03f8
commit 49c83731cc
10 changed files with 162 additions and 0 deletions

17
boards/elmo_f411re.json Normal file
View File

@ -0,0 +1,17 @@
{
"build": {
"cpu": "cortex-m4",
"f_cpu": "100000000L",
"mcu": "stm32f411ret6"
},
"frameworks": [
"mbed"
],
"name": "Espotel LoRa Module",
"upload": {
"maximum_ram_size": 131072,
"maximum_size": 524288
},
"url": "https://developer.mbed.org/platforms/Espotel-ELMO/",
"vendor": "Espotel"
}

17
boards/mote_l152rc.json Normal file
View File

@ -0,0 +1,17 @@
{
"build": {
"cpu": "cortex-m3",
"f_cpu": "32000000L",
"mcu": "stm32l152rc"
},
"frameworks": [
"mbed"
],
"name": "NAMote72",
"upload": {
"maximum_ram_size": 32768,
"maximum_size": 262144
},
"url": "https://developer.mbed.org/platforms/NAMote-72/",
"vendor": "Semtech"
}

View File

@ -0,0 +1,17 @@
{
"build": {
"cpu": "cortex-m4",
"f_cpu": "100000000L",
"mcu": "stm32f411ret6"
},
"frameworks": [
"mbed"
],
"name": "MTS Dragonfly",
"upload": {
"maximum_ram_size": 131072,
"maximum_size": 524288
},
"url": "https://developer.mbed.org/platforms/MTS-Dragonfly/",
"vendor": "MultiTech"
}

17
boards/nucleo_f303ze.json Normal file
View File

@ -0,0 +1,17 @@
{
"build": {
"cpu": "cortex-m4",
"f_cpu": "72000000L",
"mcu": "stm32f303zet6"
},
"frameworks": [
"mbed"
],
"name": "ST Nucleo F303ZE",
"upload": {
"maximum_ram_size": 65536,
"maximum_size": 524288
},
"url": "https://developer.mbed.org/platforms/ST-Nucleo-F303ZE/",
"vendor": "ST"
}

View File

@ -0,0 +1,17 @@
{
"build": {
"cpu": "cortex-m4",
"f_cpu": "168000000L",
"mcu": "stm32f439ziy6"
},
"frameworks": [
"mbed"
],
"name": "u-blox EVK-ODIN-W2",
"upload": {
"maximum_ram_size": 262144,
"maximum_size": 2097152
},
"url": "https://developer.mbed.org/platforms/ublox-EVK-ODIN-W2/",
"vendor": "u-blox"
}

17
boards/xdot_l151cc.json Normal file
View File

@ -0,0 +1,17 @@
{
"build": {
"cpu": "cortex-m3",
"f_cpu": "32000000L",
"mcu": "stm32l151ccu6"
},
"frameworks": [
"mbed"
],
"name": "MultiTech xDot",
"upload": {
"maximum_ram_size": 32768,
"maximum_size": 262144
},
"url": "https://developer.mbed.org/platforms/MTS-xDot-L151CC/",
"vendor": "MultiTech"
}

View File

@ -76,3 +76,18 @@ board = disco_l053c8
platform = ststm32
framework = mbed
board = mts_mdot_f411re
[env:elmo_f411re]
platform = ststm32
framework = mbed
board = elmo_f411re
[env:mote_l152rc]
platform = ststm32
framework = mbed
board = mote_l152rc
[env:mts_dragonfly_f411re]
platform = ststm32
framework = mbed
board = mts_dragonfly_f411re

View File

@ -76,3 +76,18 @@ board = disco_l053c8
platform = ststm32
framework = mbed
board = mts_mdot_f411re
[env:elmo_f411re]
platform = ststm32
framework = mbed
board = elmo_f411re
[env:mote_l152rc]
platform = ststm32
framework = mbed
board = mote_l152rc
[env:mts_dragonfly_f411re]
platform = ststm32
framework = mbed
board = mts_dragonfly_f411re

View File

@ -71,3 +71,18 @@ board = nucleo_l152re
; platform = ststm32
; framework = mbed
; board = seeedArchMax
[env:elmo_f411re]
platform = ststm32
framework = mbed
board = elmo_f411re
[env:mote_l152rc]
platform = ststm32
framework = mbed
board = mote_l152rc
[env:mts_dragonfly_f411re]
platform = ststm32
framework = mbed
board = mts_dragonfly_f411re

View File

@ -76,3 +76,18 @@ board = disco_l053c8
platform = ststm32
framework = mbed
board = mts_mdot_f411re
[env:elmo_f411re]
platform = ststm32
framework = mbed
board = elmo_f411re
[env:mote_l152rc]
platform = ststm32
framework = mbed
board = mote_l152rc
[env:mts_dragonfly_f411re]
platform = ststm32
framework = mbed
board = mts_dragonfly_f411re