We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 30fe0f9 + a76f26e commit 20353afCopy full SHA for 20353af
2 files changed
builder/frameworks/arduino.py
@@ -154,7 +154,8 @@
154
"-fno-rtti",
155
"-std=gnu++17",
156
"-Wno-error=narrowing",
157
- "-fpermissive"
+ "-fpermissive",
158
+ "-Wno-psabi"
159
],
160
161
CPPDEFINES=[
platform.json
@@ -19,7 +19,7 @@
19
"type": "git",
20
"url": "https://github.com/platformio/platform-teensy.git"
21
},
22
- "version": "5.0.0",
+ "version": "5.1.0",
23
"frameworks": {
24
"arduino": {
25
"package": "framework-arduinoteensy",
@@ -54,7 +54,7 @@
54
"type": "framework",
55
"optional": true,
56
"owner": "platformio",
57
- "version": "~1.159.0"
+ "version": "~1.160.0"
58
59
"framework-zephyr": {
60
0 commit comments