Skip to content

Commit

Permalink
Merge branch 'release/v1.6.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
ivankravets committed Dec 18, 2016
2 parents 3a7e883 + d0b2a38 commit 72dbb2c
Show file tree
Hide file tree
Showing 12 changed files with 165 additions and 3 deletions.
17 changes: 17 additions & 0 deletions boards/elmo_f411re.json
Original file line number Diff line number Diff line change
@@ -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 changes: 17 additions & 0 deletions boards/mote_l152rc.json
Original file line number Diff line number Diff line change
@@ -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"
}
17 changes: 17 additions & 0 deletions boards/mts_dragonfly_f411re.json
Original file line number Diff line number Diff line change
@@ -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 changes: 17 additions & 0 deletions boards/nucleo_f303ze.json
Original file line number Diff line number Diff line change
@@ -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"
}
17 changes: 17 additions & 0 deletions boards/ublox_evk_odin_w2.json
Original file line number Diff line number Diff line change
@@ -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 changes: 17 additions & 0 deletions boards/xdot_l151cc.json
Original file line number Diff line number Diff line change
@@ -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"
}
2 changes: 1 addition & 1 deletion builder/frameworks/mbed
Submodule mbed updated 2 files
+46 −46 .travis.yml
+45 −33 mbed.py
15 changes: 15 additions & 0 deletions examples/mbed-blink/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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
15 changes: 15 additions & 0 deletions examples/mbed-dsp/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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
15 changes: 15 additions & 0 deletions examples/mbed-rtos/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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
15 changes: 15 additions & 0 deletions examples/mbed-serial/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions platform.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"type": "git",
"url": "https://github.com/platformio/platform-ststm32.git"
},
"version": "1.5.0",
"version": "1.6.0",
"packageRepositories": [
"https://dl.bintray.com/platformio/dl-packages/manifest.json",
"https://sourceforge.net/projects/platformio-storage/files/packages/manifest.json/download",
Expand Down Expand Up @@ -48,7 +48,7 @@
"framework-mbed": {
"type": "framework",
"optional": true,
"version": "~3.126.0"
"version": "~3.131.0"
},
"framework-cmsis": {
"type": "framework",
Expand Down

0 comments on commit 72dbb2c

Please sign in to comment.