Skip to content

Commit

Permalink
Merge branch 'release/v7.0.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
valeros committed Oct 31, 2021
2 parents 9d9b184 + ba7037e commit cfb7014
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-16.04, windows-latest, macos-latest]
os: [ubuntu-18.04, windows-latest, macos-latest]
python-version: [3.7]
example:
- "examples/arduino-blink"
Expand Down
1 change: 1 addition & 0 deletions boards/adafruit_pyportal_m4_titano.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"cpu": "cortex-m4",
"extra_flags": [
"-DARDUINO_PYPORTAL_M4_TITANO",
"-DADAFRUIT_PYPORTAL_M4_TITANO",
"-DADAFRUIT_PYPORTAL",
"-D__SAMD51J20A__",
"-D__SAMD51__",
Expand Down
3 changes: 3 additions & 0 deletions builder/frameworks/arduino/arduino-samd.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,9 @@

if VENDOR_CORE == "adafruit":
env.Append(
CPPDEFINES=[
"ARDUINO_SAMD_ADAFRUIT"
],
CPPPATH=[
os.path.join(
FRAMEWORK_DIR,
Expand Down
8 changes: 4 additions & 4 deletions platform.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"type": "git",
"url": "https://github.com/platformio/platform-atmelsam.git"
},
"version": "6.3.1",
"version": "7.0.0",
"frameworks": {
"arduino": {
"package": "framework-arduino-sam",
Expand Down Expand Up @@ -145,7 +145,7 @@
"type": "framework",
"optional": true,
"owner": "platformio",
"version": "~2.20600.0"
"version": "~2.20700.0"
},
"tool-avrdude": {
"type": "uploader",
Expand All @@ -171,7 +171,7 @@
"type": "uploader",
"optional": true,
"owner": "platformio",
"version": "~2.1000.0"
"version": "~2.1100.0"
},
"tool-jlink": {
"type": "uploader",
Expand All @@ -182,7 +182,7 @@
"tool-cmake": {
"optional": true,
"owner": "platformio",
"version": "~3.16.0"
"version": "~3.21.0"
},
"tool-dtc": {
"optional": true,
Expand Down

0 comments on commit cfb7014

Please sign in to comment.