File tree 1 file changed +9
-0
lines changed
1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -37,6 +37,7 @@ platforms:
37
37
- __SAM3X8E__
38
38
- ARDUINO_ARCH_SAM
39
39
- ARDUINO_SAM_DUE
40
+ - NUM_SERIAL_PORTS=4
40
41
warnings :
41
42
flags :
42
43
zero :
@@ -48,6 +49,8 @@ platforms:
48
49
- __SAMD21G18A__
49
50
- ARDUINO_ARCH_SAMD
50
51
- ARDUINO_SAMD_ZERO
52
+ # This also has SerialUSB, which is not included here.
53
+ - NUM_SERIAL_PORTS=2
51
54
warnings :
52
55
flags :
53
56
esp32 :
@@ -59,6 +62,7 @@ platforms:
59
62
- ESP32
60
63
- ARDUINO_ARCH_ESP32
61
64
- ARDUINO_FEATHER_ESP32
65
+ - NUM_SERIAL_PORTS=3
62
66
warnings :
63
67
flags :
64
68
esp8266 :
@@ -70,6 +74,7 @@ platforms:
70
74
- ESP8266
71
75
- ARDUINO_ARCH_ESP8266
72
76
- ARDUINO_ESP8266_ESP12
77
+ - NUM_SERIAL_PORTS=2
73
78
warnings :
74
79
flags :
75
80
leonardo :
@@ -118,6 +123,8 @@ platforms:
118
123
- __SAMD51J19A__
119
124
- ARDUINO_ARCH_SAMD
120
125
- ARDUINO_METRO_M4
126
+ # Serial is actually USB virtual serial, not HardwareSerial
127
+ - NUM_SERIAL_PORTS=2
121
128
warnings :
122
129
flags :
123
130
mega2560 :
@@ -153,6 +160,8 @@ platforms:
153
160
- __SAMD21G18A__
154
161
- ARDUINO_ARCH_SAMD
155
162
- ARDUINO_SAMD_CIRCUITPLAYGROUND_EXPRESS
163
+ # Serial is actually an alias of SerialUSB, not a HardwareSerial
164
+ - NUM_SERIAL_PORTS=2
156
165
warnings :
157
166
flags :
158
167
You can’t perform that action at this time.
0 commit comments