We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b725b5c commit d8b88cbCopy full SHA for d8b88cb
2 files changed
builder/frameworks/arduino/nrf5.py
@@ -34,7 +34,7 @@
34
env.Append(
35
ASFLAGS=["-x", "assembler-with-cpp"],
36
37
- CFLAGS=["-std=gnu11"],
+ CFLAGS=["-std=gnu17"],
38
39
CCFLAGS=[
40
"-Os", # optimize for size
@@ -50,7 +50,7 @@
50
CXXFLAGS=[
51
"-fno-rtti",
52
"-fno-exceptions",
53
- "-std=gnu++11",
+ "-std=gnu++20",
54
"-fno-threadsafe-statics"
55
],
56
platform.json
@@ -36,10 +36,7 @@
"toolchain-gccarmnoneeabi": {
"type": "toolchain",
"owner": "platformio",
- "version": ">=1.80301.0,<1.100301.0",
- "optionalVersions": [
41
- "~1.90301.0"
42
- ]
+ "version": "1.100301.220327"
43
},
44
"tool-adafruit-nrfutil": {
45
@@ -69,4 +66,4 @@
69
66
"version": "~1.164.0"
70
67
}
71
68
72
-}
+}
0 commit comments