We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5baf71 commit da2e789Copy full SHA for da2e789
mos.yml
@@ -3,7 +3,9 @@ description: Arduino compatibility
3
type: lib
4
version: 1.0
5
6
-platforms: [ cc3200, esp32, esp8266 ]
+# cc3200 c++ compiler doesn't understand nullptr, so we disable cc3200 builds.
7
+# TODO(rojer): look into updating TI c++ compiler.
8
+platforms: [ esp32, esp8266 ]
9
10
sources:
11
- src
0 commit comments