Skip to content

Commit da2e789

Browse files
committed
Disable cc3200 builds for arduino libs
Because TI C++ compiler doesn't support `nullptr`; we'll look into a proper solution later. PUBLISHED_FROM=473590da1819085320882f1df4b7bba35f8ac776
1 parent c5baf71 commit da2e789

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

mos.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@ description: Arduino compatibility
33
type: lib
44
version: 1.0
55

6-
platforms: [ cc3200, esp32, esp8266 ]
6+
# 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 ]
79

810
sources:
911
- src

0 commit comments

Comments
 (0)