31
31
# Install the ArduinoModbus library from the local path
32
32
- source-path: ./
33
33
- name: ArduinoRS485
34
+ - name: Arduino_10BASE_T1S
34
35
UNIVERSAL_SKETCH_PATHS : |
35
36
- examples/RTU
36
37
@@ -42,24 +43,38 @@ jobs:
42
43
- fqbn : arduino:megaavr:uno2018:mode=off
43
44
ethernet : true
44
45
nina : true
46
+ spe : false
45
47
artifact-name-suffix : arduino-megaavr-uno2018
46
48
- fqbn : arduino:samd:mkrwifi1010
47
49
ethernet : true
48
50
nina : true
51
+ spe : false
49
52
artifact-name-suffix : arduino-samd-mkrwifi1010
50
53
- fqbn : arduino:mbed_nano:nano33ble
51
54
ethernet : false
52
55
nina : false
56
+ spe : false
53
57
artifact-name-suffix : arduino-mbed_nano-nano33ble
54
58
- fqbn : arduino:mbed_portenta:envie_m7
55
59
ethernet : false
56
60
nina : false
61
+ spe : false
57
62
artifact-name-suffix : arduino-mbed_portenta-envie_m7
58
63
- fqbn : arduino:mbed_opta:opta
59
64
ethernet : true
60
65
nina : false
66
+ spe : false
61
67
artifact-name-suffix : arduino-mbed_opta-opta
62
-
68
+ - fqbn : arduino:renesas_uno:unor4wifi
69
+ ethernet : false
70
+ nina : false
71
+ spe : true
72
+ artifact-name-suffix : arduino-renesas_uno-unor4wifi
73
+ - fqbn : arduino:renesas_uno:minima
74
+ ethernet : false
75
+ nina : false
76
+ spe : true
77
+ artifact-name-suffix : arduino-renesas_uno-minima
63
78
# Make board type-specific customizations to the matrix jobs
64
79
include :
65
80
- board :
@@ -90,6 +105,21 @@ jobs:
90
105
nina : false
91
106
nina-libraries : " "
92
107
nina-sketch-paths : " "
108
+ - board :
109
+ # Boards with T1S shield
110
+ spe : true
111
+ # Install these libraries in addition to the ones defined by env.UNIVERSAL_LIBRARIES
112
+ spe-libraries : " "
113
+ # Compile these sketches in addition to the ones defined by env.UNIVERSAL_SKETCH_PATHS
114
+ nina-sketch-paths : |
115
+ - examples/T1S
116
+ - board :
117
+ # Boards with T1S shield
118
+ spe : false
119
+ # Install these libraries in addition to the ones defined by env.UNIVERSAL_LIBRARIES
120
+ spe-libraries : " "
121
+ # Compile these sketches in addition to the ones defined by env.UNIVERSAL_SKETCH_PATHS
122
+ nina-sketch-paths : " "
93
123
94
124
steps :
95
125
- name : Checkout
0 commit comments