|
95 | 95 | All: -DUSE_NO_SEND_PWM |
96 | 96 |
|
97 | 97 | - arduino-boards-fqbn: arduino:avr:uno|SEND_PWM_BY_TIMER |
98 | | - sketches-exclude: IR2Keyboard |
| 98 | + sketches-exclude: IR2Keyboard,UnitTest |
99 | 99 | build-properties: # the flags were put in compiler.cpp.extra_flags |
100 | 100 | IRremoteExtensionTest: -DRAW_BUFFER_LENGTH=100 -DIR_SEND_PIN=3 -DSEND_PWM_BY_TIMER |
101 | 101 | All: -DSEND_PWM_BY_TIMER |
@@ -132,6 +132,7 @@ jobs: |
132 | 132 | platform-url: https://github.com/earlephilhower/arduino-pico/releases/download/global/package_rp2040_index.json |
133 | 133 | build-properties: # the flags were put in compiler.cpp.extra_flags |
134 | 134 | IRremoteExtensionTest: -DRAW_BUFFER_LENGTH=100 -DSEND_PWM_BY_TIMER |
| 135 | + All: -DRAW_BUFFER_LENGTH=700 |
135 | 136 |
|
136 | 137 | - arduino-boards-fqbn: megaTinyCore:megaavr:atxy4:chip=1604,clock=16internal |
137 | 138 | platform-url: http://drazzy.com/package_drazzy.com_index.json |
@@ -175,49 +176,57 @@ jobs: |
175 | 176 | arduino-platform: arduino:avr,MegaCore:avr # gcc is taken from arduino:avr |
176 | 177 | sketches-exclude: MinimalReceiver,IRDispatcherDemo # digitalWriteFast.h not available for this board? |
177 | 178 | build-properties: # the flags were put in compiler.cpp.extra_flags |
178 | | - IRremoteExtensionTest: -DRAW_BUFFER_LENGTH=100 |
| 179 | + IRremoteExtensionTest: -DRAW_BUFFER_LENGTH=300 |
| 180 | + All: -DRAW_BUFFER_LENGTH=700 |
179 | 181 |
|
180 | 182 | - arduino-boards-fqbn: esp8266:esp8266:d1_mini:eesz=4M3M,xtal=80 |
181 | 183 | platform-url: https://arduino.esp8266.com/stable/package_esp8266com_index.json |
182 | 184 | sketches-exclude: MinimalReceiver |
183 | 185 | build-properties: # the flags were put in compiler.cpp.extra_flags |
184 | | - IRremoteExtensionTest: -DRAW_BUFFER_LENGTH=100 |
| 186 | + IRremoteExtensionTest: -DRAW_BUFFER_LENGTH=200 |
| 187 | + All: -DRAW_BUFFER_LENGTH=300 |
185 | 188 |
|
186 | 189 | - arduino-boards-fqbn: esp32:esp32:featheresp32:FlashFreq=80 |
187 | 190 | platform-url: https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json |
188 | 191 | sketches-exclude: MinimalReceiver # undefined reference to `TwoWire::onReceive(void (*)(int))' |
189 | 192 | build-properties: # the flags were put in compiler.cpp.extra_flags |
190 | | - IRremoteExtensionTest: -DRAW_BUFFER_LENGTH=100 |
| 193 | + IRremoteExtensionTest: -DRAW_BUFFER_LENGTH=500 |
| 194 | + All: -DRAW_BUFFER_LENGTH=300 |
191 | 195 |
|
192 | 196 | - arduino-boards-fqbn: STMicroelectronics:stm32:GenF1:pnum=BLUEPILL_F103C8 # ST version |
193 | 197 | platform-url: https://raw.githubusercontent.com/stm32duino/BoardManagerFiles/main/package_stmicroelectronics_index.json |
194 | 198 | sketches-exclude: MinimalReceiver |
195 | 199 | build-properties: # the flags were put in compiler.cpp.extra_flags |
196 | | - IRremoteExtensionTest: -DRAW_BUFFER_LENGTH=100 |
| 200 | + IRremoteExtensionTest: -DRAW_BUFFER_LENGTH=700 |
| 201 | + All: -DRAW_BUFFER_LENGTH=300 |
197 | 202 |
|
198 | 203 | - arduino-boards-fqbn: STMicroelectronics:stm32:GenL0:pnum=THUNDERPACK_L072 # ST version |
199 | 204 | platform-url: https://raw.githubusercontent.com/stm32duino/BoardManagerFiles/main/package_stmicroelectronics_index.json |
200 | 205 | sketches-exclude: MinimalReceiver,IRDispatcherDemo |
201 | 206 | build-properties: # the flags were put in compiler.cpp.extra_flags |
202 | | - IRremoteExtensionTest: -DRAW_BUFFER_LENGTH=100 |
| 207 | + IRremoteExtensionTest: -DRAW_BUFFER_LENGTH=700 |
| 208 | + All: -DRAW_BUFFER_LENGTH=300 |
203 | 209 |
|
204 | 210 | - arduino-boards-fqbn: stm32duino:STM32F1:genericSTM32F103C # Roger Clark version |
205 | 211 | platform-url: http://dan.drown.org/stm32duino/package_STM32duino_index.json |
206 | 212 | sketches-exclude: MinimalReceiver |
207 | 213 | build-properties: # the flags were put in compiler.cpp.extra_flags |
208 | | - IRremoteExtensionTest: -DRAW_BUFFER_LENGTH=100 |
| 214 | + IRremoteExtensionTest: -DRAW_BUFFER_LENGTH=700 |
| 215 | + All: -DRAW_BUFFER_LENGTH=300 |
209 | 216 |
|
210 | 217 | - arduino-boards-fqbn: SparkFun:avr:promicro |
211 | 218 | arduino-platform: arduino:avr,SparkFun:avr |
212 | 219 | platform-url: https://raw.githubusercontent.com/sparkfun/Arduino_Boards/master/IDE_Board_Manager/package_sparkfun_index.json # Arduino URL is not required here |
213 | 220 | build-properties: # the flags were put in compiler.cpp.extra_flags |
214 | | - IRremoteExtensionTest: -DRAW_BUFFER_LENGTH=100 |
| 221 | + IRremoteExtensionTest: -DRAW_BUFFER_LENGTH=700 |
| 222 | + All: -DRAW_BUFFER_LENGTH=300 |
215 | 223 |
|
216 | 224 | - arduino-boards-fqbn: sandeepmistry:nRF5:BBCmicrobit |
217 | 225 | platform-url: https://sandeepmistry.github.io/arduino-nRF5/package_nRF5_boards_index.json |
218 | 226 | sketches-exclude: IRDispatcherDemo,MicroGirs,MinimalReceiver |
219 | 227 | build-properties: # the flags were put in compiler.cpp.extra_flags |
220 | | - IRremoteExtensionTest: -DRAW_BUFFER_LENGTH=100 |
| 228 | + IRremoteExtensionTest: -DRAW_BUFFER_LENGTH=700 |
| 229 | + All: -DRAW_BUFFER_LENGTH=300 |
221 | 230 |
|
222 | 231 | # Do not cancel all jobs / architectures if one job fails |
223 | 232 | fail-fast: false |
|
0 commit comments