60
60
61
61
matrix :
62
62
board : [
63
- {"fqbn": "arduino:samd:arduino_zero_edbg", "type": "usb"}, # normal
63
+ {"fqbn": "arduino:samd:arduino_zero_edbg", "type": "usb"},
64
64
{"fqbn": "arduino:samd:arduino_zero_native", "type": "usb"},
65
65
{"fqbn": "arduino:samd:mkr1000", "type": "usb"},
66
66
{"fqbn": "arduino:samd:mkrzero", "type": "usb"},
@@ -73,11 +73,10 @@ jobs:
73
73
{"fqbn": "arduino:samd:mkrnb1500", "type": "mkrNB1500"},
74
74
{"fqbn": "arduino:samd:mkrvidor4000", "type": "vidor"},
75
75
{"fqbn": "arduino:samd:adafruit_circuitplayground_m0", "type": "adafruit_playg"},
76
- {"fqbn": "arduino:samd:mzero_pro_bl_dbg", "type": "mzero"}, # normal
76
+ {"fqbn": "arduino:samd:mzero_pro_bl_dbg", "type": "mzero"},
77
77
{"fqbn": "arduino:samd:mzero_pro_bl", "type": "mzero"},
78
78
{"fqbn": "arduino:samd:mzero_bl", "type": "mzero"},
79
- {"fqbn": "arduino:samd:tian", "type": "tian"} # ,
80
- #{"fqbn": "arduino:samd:tian_cons", "type": "usb"} # normal
79
+ {"fqbn": "arduino:samd:tian", "type": "tian"}
81
80
]
82
81
83
82
# make board type-specific customizations to the matrix jobs
0 commit comments