35
35
36
36
matrix :
37
37
board : [
38
- {"fqbn": "arduino:samd:mkr1000", "type": "wifi "},
39
- {"fqbn": "arduino:samd:mkrwifi1010", "type": "wifi "},
40
- {"fqbn": "arduino:samd:nano_33_iot", "type": "wifi "},
38
+ {"fqbn": "arduino:samd:mkr1000", "type": "mkr1000 "},
39
+ {"fqbn": "arduino:samd:mkrwifi1010", "type": "nina "},
40
+ {"fqbn": "arduino:samd:nano_33_iot", "type": "nina "},
41
41
{"fqbn": "arduino:samd:mkrwan1300", "type": "wan"},
42
42
{"fqbn": "arduino:samd:mkrgsm1400", "type": "gsm"},
43
43
{"fqbn": "arduino:samd:mkrnb1500", "type": "nb"},
@@ -48,19 +48,30 @@ jobs:
48
48
49
49
# make board type-specific customizations to the matrix jobs
50
50
include :
51
- # WiFi boards
51
+ # MKR 1000
52
52
- board :
53
- type : " wifi "
53
+ type : " mkr1000 "
54
54
platforms : |
55
55
# Install Arduino SAMD Boards via Boards Manager for the toolchain
56
56
- name: arduino:samd
57
57
libraries : |
58
58
- name: ArduinoECCX08
59
59
- name: RTCZero
60
60
- name: WiFi101
61
- - source-url: https://github.com/arduino-libraries/WiFiNINA.git
62
- - name: Arduino_MKRMEM
63
61
sketch-paths : ' "examples/utility/Provisioning"'
62
+ # MKR WiFi 1010, Nano 33 IoT
63
+ - board :
64
+ type : " nina"
65
+ platforms : |
66
+ # Install Arduino SAMD Boards via Boards Manager for the toolchain
67
+ - name: arduino:samd
68
+ libraries : |
69
+ - name: ArduinoECCX08
70
+ - name: RTCZero
71
+ - source-url: https://github.com/arduino-libraries/WiFiNINA.git
72
+ - name: Arduino_JSON
73
+ - name: ArduinoBearSSL
74
+ sketch-paths : ' "examples/utility/Provisioning" "examples/utility/SelfProvisioning"'
64
75
# LoRaWAN boards
65
76
- board :
66
77
type : " wan"
0 commit comments