Skip to content

Commit 20353af

Browse files
committed
Merge branch 'release/v5.1.0'
2 parents 30fe0f9 + a76f26e commit 20353af

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

builder/frameworks/arduino.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,8 @@
154154
"-fno-rtti",
155155
"-std=gnu++17",
156156
"-Wno-error=narrowing",
157-
"-fpermissive"
157+
"-fpermissive",
158+
"-Wno-psabi"
158159
],
159160

160161
CPPDEFINES=[

platform.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"type": "git",
2020
"url": "https://github.com/platformio/platform-teensy.git"
2121
},
22-
"version": "5.0.0",
22+
"version": "5.1.0",
2323
"frameworks": {
2424
"arduino": {
2525
"package": "framework-arduinoteensy",
@@ -54,7 +54,7 @@
5454
"type": "framework",
5555
"optional": true,
5656
"owner": "platformio",
57-
"version": "~1.159.0"
57+
"version": "~1.160.0"
5858
},
5959
"framework-zephyr": {
6060
"type": "framework",

0 commit comments

Comments
 (0)