54
54
- ~/Arduino/libraries/MFRC522/examples/rfid_read_personal_data
55
55
- ~/Arduino/libraries/MFRC522/examples/rfid_write_personal_data
56
56
- ~/Arduino/libraries/WiFi101/examples
57
- - ~/Arduino/libraries/WiFiNINA/examples
58
57
59
58
strategy :
60
59
fail-fast : false
@@ -65,13 +64,13 @@ jobs:
65
64
{"fqbn": "arduino:samd:arduino_zero_native", "type": "usb"},
66
65
{"fqbn": "arduino:samd:mkr1000", "type": "usb"},
67
66
{"fqbn": "arduino:samd:mkrzero", "type": "usb"},
68
- {"fqbn": "arduino:samd:mkrwifi1010", "type": "mkrwifi_nb1500 "},
69
- {"fqbn": "arduino:samd:nano_33_iot", "type": "nano_mkrwan1310 "},
67
+ {"fqbn": "arduino:samd:mkrwifi1010", "type": "mkrWiFi1010 "},
68
+ {"fqbn": "arduino:samd:nano_33_iot", "type": "nano33IoT "},
70
69
{"fqbn": "arduino:samd:mkrfox1200", "type": "usb"},
71
70
{"fqbn": "arduino:samd:mkrwan1300", "type": "usb"},
72
- {"fqbn": "arduino:samd:mkrwan1310", "type": "nano_mkrwan1310 "},
71
+ {"fqbn": "arduino:samd:mkrwan1310", "type": "mkrwan1310 "},
73
72
{"fqbn": "arduino:samd:mkrgsm1400", "type": "usb"},
74
- {"fqbn": "arduino:samd:mkrnb1500", "type": "mkrwifi_nb1500 "},
73
+ {"fqbn": "arduino:samd:mkrnb1500", "type": "mkrNB1500 "},
75
74
{"fqbn": "arduino:samd:mkrvidor4000", "type": "vidor"},
76
75
{"fqbn": "arduino:samd:adafruit_circuitplayground_m0", "type": "adafruit_playg"},
77
76
{"fqbn": "arduino:samd:mzero_pro_bl_dbg", "type": "mzero"}, # normal
@@ -104,15 +103,28 @@ jobs:
104
103
additional-sketch-paths : |
105
104
- libraries/SAMD_BootloaderUpdater/examples
106
105
- libraries/I2S/examples
107
- # mkrwifi1010 and mkrnb1500 boards
106
+ # mkrwifi1010
108
107
- board :
109
- type : " mkrwifi_nb1500 "
108
+ type : " mkrWiFi1010 "
110
109
additional-sketch-paths : |
111
110
- libraries/I2S/examples
112
111
- libraries/SDU/examples
113
- # nano_33_iot and mkrwan1310 boards
112
+ - ~/Arduino/libraries/WiFiNINA/examples
113
+ # mkrnb1500 boards
114
114
- board :
115
- type : " nano_mkrwan1310"
115
+ type : " mkrNB1500"
116
+ additional-sketch-paths : |
117
+ - libraries/I2S/examples
118
+ - libraries/SDU/examples
119
+ # nano_33_iot
120
+ - board :
121
+ type : " nano33IoT"
122
+ additional-sketch-paths : |
123
+ - libraries/I2S/examples
124
+ - ~/Arduino/libraries/WiFiNINA/examples
125
+ # mkrwan1310
126
+ - board :
127
+ type : " mkrwan1310"
116
128
additional-sketch-paths : |
117
129
- libraries/I2S/examples
118
130
# adafruit_cicrcuitplayground board
0 commit comments