Skip to content

Commit

Permalink
Merge branch 'release/v2.1.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
ivankravets committed Feb 12, 2020
2 parents 6cbf9c8 + ad725e4 commit 5003ddb
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 6 deletions.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ environment:

install:
- cmd: git submodule update --init --recursive
- cmd: SET PATH=%PATH%;C:\Python36\Scripts
- cmd: SET PATH=C:\Python36\Scripts;%PATH%
- cmd: pip3 install -U https://github.com/platformio/platformio/archive/develop.zip
- cmd: platformio platform install file://.

Expand Down
4 changes: 3 additions & 1 deletion boards/lplm4f120h5qr.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
{
"build": {
"arduino":{
"ldscript": "lm4fcpp_blizzard.ld"
},
"core": "tivac",
"cpu": "cortex-m4",
"extra_flags": "-DENERGIA_ARCH_TIVAC -DENERGIA_EK_TM4C123GXL",
"f_cpu": "80000000L",
"ldscript": "lm4fcpp_blizzard.ld",
"mcu": "lplm4f120h5qr",
"variant": "EK-TM4C123GXL"
},
Expand Down
4 changes: 3 additions & 1 deletion boards/lptm4c1230c3pm.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
{
"build": {
"arduino":{
"ldscript": "lm4fcpp_blizzard.ld"
},
"core": "tivac",
"cpu": "cortex-m4",
"extra_flags": "-DENERGIA_ARCH_TIVAC -DENERGIA_EK_TM4C123GXL",
"f_cpu": "80000000L",
"ldscript": "lm4fcpp_blizzard.ld",
"mcu": "lptm4c1230c3pm",
"variant": "EK-TM4C123GXL"
},
Expand Down
4 changes: 3 additions & 1 deletion boards/lptm4c1294ncpdt.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
{
"build": {
"arduino":{
"ldscript": "lm4fcpp_snowflake.ld"
},
"core": "tivac",
"cpu": "cortex-m4",
"extra_flags": "-DENERGIA_ARCH_TIVAC -DENERGIA_EK_TM4C1294XL",
"f_cpu": "120000000L",
"ldscript": "lm4fcpp_snowflake.ld",
"mcu": "lptm4c1294ncpdt",
"variant": "EK-TM4C1294XL"
},
Expand Down
2 changes: 2 additions & 0 deletions builder/frameworks/energia.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,8 @@
]
)

if not env.BoardConfig().get("build.ldscript", ""):
env.Replace(LDSCRIPT_PATH=env.BoardConfig().get("build.arduino.ldscript", ""))

#
# Target: Build Core Library
Expand Down
2 changes: 1 addition & 1 deletion builder/frameworks/libopencm3
Submodule libopencm3 updated 1 files
+14 −17 libopencm3.py
2 changes: 1 addition & 1 deletion 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-titiva.git"
},
"version": "2.1.0",
"version": "2.1.1",
"packageRepositories": [
"https://dl.bintray.com/platformio/dl-packages/manifest.json",
"http://dl.platformio.org/packages/manifest.json"
Expand Down

0 comments on commit 5003ddb

Please sign in to comment.