|
65 | 65 | "examples/04.Communication/SerialEvent"
|
66 | 66 | "examples/04.Communication/VirtualColorMixer"
|
67 | 67 | "examples/05.Control"
|
68 |
| -"examples/06.Sensors" |
| 68 | +"examples/06.Sensors/ADXL3xx" |
| 69 | +"examples/06.Sensors/Knock" |
69 | 70 | "examples/07.Display"
|
70 | 71 | "examples/08.Strings"
|
71 | 72 | "examples/11.ArduinoISP"
|
@@ -81,45 +82,55 @@ jobs:
|
81 | 82 | serial1: false
|
82 | 83 | starter-kit: true
|
83 | 84 | tone: true
|
| 85 | +pulsein: true |
84 | 86 | # Adding this in addition to the Uno because it has 1.5 kB less available flash
|
85 | 87 | - fqbn: arduino:avr:nano
|
86 | 88 | usb: false
|
87 | 89 | serial1: false
|
88 | 90 | starter-kit: false
|
89 | 91 | tone: true
|
| 92 | +pulsein: true |
90 | 93 | - fqbn: arduino:avr:leonardo
|
91 | 94 | usb: true
|
92 | 95 | serial1: true
|
93 | 96 | starter-kit: false
|
94 | 97 | tone: true
|
| 98 | +pulsein: true |
95 | 99 | - fqbn: arduino:megaavr:uno2018:mode=off
|
96 | 100 | usb: false
|
97 | 101 | serial1: true
|
98 | 102 | starter-kit: false
|
99 | 103 | tone: true
|
| 104 | +pulsein: true |
100 | 105 | - fqbn: arduino:samd:mkrzero
|
101 | 106 | usb: true
|
102 | 107 | serial1: true
|
103 | 108 | starter-kit: false
|
104 | 109 | tone: true
|
| 110 | +pulsein: true |
105 | 111 | - fqbn: arduino:mbed:nano33ble
|
106 | 112 | usb: false
|
107 | 113 | serial1: true
|
108 | 114 | starter-kit: false
|
109 | 115 | tone: true
|
| 116 | +pulsein: true |
110 | 117 | # Change this to arduino:mbed:envie_m7 once there is a production release of the Arduino Mbed OS Boards platform
|
111 | 118 | - fqbn: arduino-beta:mbed:envie_m7
|
112 | 119 | usb: false
|
113 | 120 | serial1: true
|
114 | 121 | starter-kit: false
|
115 | 122 | tone: true
|
| 123 | +# Bug report: https://.com/arduino/ArduinoCore-mbed/issues/48 |
| 124 | +# Change the value to true once it is fixed. |
| 125 | +pulsein: false |
116 | 126 | - fqbn: arduino:sam:arduino_due_x
|
117 | 127 | usb: true
|
118 | 128 | serial1: true
|
119 | 129 | starter-kit: false
|
120 | 130 | # Bug report: https://.com/arduino/ArduinoCore-sam/issues/24
|
121 | 131 | # Change the value to true once it is fixed.
|
122 | 132 | tone: false
|
| 133 | +pulsein: true |
123 | 134 |
|
124 | 135 | # Make board type-specific customizations to the matrix jobs
|
125 | 136 | include:
|
@@ -163,6 +174,14 @@ jobs:
|
163 | 174 | - board:
|
164 | 175 | tone: false
|
165 | 176 | tone-sketch-paths: ""
|
| 177 | +- board: |
| 178 | +pulsein: true |
| 179 | +pulsein-sketch-paths: >- |
| 180 | +"examples/06.Sensors/Memsic2125" |
| 181 | +"examples/06.Sensors/Ping" |
| 182 | + - board: |
| 183 | +pulsein: false |
| 184 | +pulsein-sketch-paths: "" |
166 | 185 |
|
167 | 186 | steps:
|
168 | 187 | - name: Checkout
|
@@ -181,5 +200,6 @@ jobs:
|
181 | 200 | ${{ matrix.serial1-sketch-paths }}
|
182 | 201 | ${{ matrix.starter-kit-sketch-paths }}
|
183 | 202 | ${{ matrix.tone-sketch-paths }}
|
| 203 | +${{ matrix.pulsein-sketch-paths }} |
184 | 204 | # This input can be removed once the repository is made public
|
185 | 205 | -token: ${{ secrets._TOKEN }}
|
0 commit comments