|
56 | 56 | - TinyCore:avr:tiny32 |
57 | 57 | - arduino:samd:arduino_zero_native |
58 | 58 | - MegaCore:avr:128:bootloader=no_bootloader,eeprom=keep,BOD=2v7,LTO=Os_flto,clock=8MHz_internal # ATmega128 |
| 59 | + - esp8266:esp8266:d1_mini:eesz=4M3M,xtal=80 |
59 | 60 | - esp32:esp32:featheresp32:FlashFreq=80 |
60 | 61 | - STM32:stm32:GenF1:pnum=BLUEPILL_F103C8 |
61 | 62 | - STM32:stm32:GenL0:pnum=THUNDERPACK_L072 |
@@ -96,68 +97,71 @@ jobs: |
96 | 97 | All: -DSEND_PWM_BY_TIMER |
97 | 98 |
|
98 | 99 | - arduino-boards-fqbn: arduino:megaavr:nona4809:mode=off |
99 | | - sketches-exclude: IR2Keyboard,MinimalReceiver,IRDispatcherDemo |
| 100 | + sketches-exclude: MinimalReceiver,IRDispatcherDemo |
100 | 101 |
|
101 | 102 | - arduino-boards-fqbn: arduino:samd:arduino_zero_native |
102 | 103 | sketches-exclude: MinimalReceiver,IRDispatcherDemo |
103 | 104 |
|
104 | 105 | - arduino-boards-fqbn: megaTinyCore:megaavr:atxy4:chip=1604,clock=16internal |
105 | 106 | platform-url: http://drazzy.com/package_drazzy.com_index.json |
106 | | - sketches-exclude: MinimalReceiver,IRDispatcherDemo // digitalWriteFast.h not available for this board |
| 107 | + sketches-exclude: MinimalReceiver,IRDispatcherDemo # digitalWriteFast.h not available for this board |
107 | 108 |
|
108 | 109 | - arduino-boards-fqbn: digistump:avr:digispark-tiny:clock=clock1 |
109 | 110 | platform-url: https://raw.githubusercontent.com/ArminJo/DigistumpArduino/master/package_digistump_index.json |
110 | 111 | required-libraries: ATtinySerialOut |
111 | | - sketches-exclude: IR2Keyboard,UnitTest,ControlRelay,ReceiveAndSend,ReceiveDump,SendProntoDemo,SendBoseWaveDemo,MicroGirs,IRDispatcherDemo,SendLGAirConditionerDemo,ReceiverTimingAnalysis # Does not fit in FLASH or RAM, missing digitalPinToInterrupt |
| 112 | + sketches-exclude: UnitTest,ControlRelay,ReceiveAndSend,ReceiveDump,SendProntoDemo,SendBoseWaveDemo,MicroGirs,IRDispatcherDemo,SendLGAirConditionerDemo,ReceiverTimingAnalysis # Does not fit in FLASH or RAM, missing digitalPinToInterrupt |
112 | 113 | build-properties: # the flags were put in compiler.cpp.extra_flags |
113 | 114 | All: -DEXCLUDE_EXOTIC_PROTOCOLS |
114 | 115 |
|
115 | 116 | - arduino-boards-fqbn: digistump:avr:MHETtiny88 # ATtiny88 China clone board @16 MHz |
116 | 117 | platform-url: https://raw.githubusercontent.com/ArminJo/DigistumpArduino/master/package_digistump_index.json |
117 | 118 | required-libraries: ATtinySerialOut |
118 | | - sketches-exclude: IR2Keyboard,UnitTest,ControlRelay,ReceiveAndSend,ReceiveDump,SendProntoDemo,SendBoseWaveDemo,MicroGirs,IRDispatcherDemo,SendLGAirConditionerDemo,ReceiverTimingAnalysis # Does not fit in FLASH or RAM, missing digitalPinToInterrupt |
| 119 | + sketches-exclude: UnitTest,ControlRelay,ReceiveAndSend,ReceiveDump,SendProntoDemo,SendBoseWaveDemo,MicroGirs,IRDispatcherDemo,SendLGAirConditionerDemo,ReceiverTimingAnalysis # Does not fit in FLASH or RAM, missing digitalPinToInterrupt |
119 | 120 | build-properties: # the flags were put in compiler.cpp.extra_flags |
120 | 121 | All: -DEXCLUDE_EXOTIC_PROTOCOLS |
121 | 122 |
|
122 | 123 | - arduino-boards-fqbn: ATTinyCore:avr:attinyx5:chip=85,clock=1internal |
123 | 124 | platform-url: http://drazzy.com/package_drazzy.com_index.json |
124 | 125 | required-libraries: ATtinySerialOut |
125 | | - sketches-exclude: IR2Keyboard,UnitTest,ReceiveAndSend,ReceiveDump,SendProntoDemo,SendBoseWaveDemo,MicroGirs,IRDispatcherDemo,SendLGAirConditionerDemo,ReceiverTimingAnalysis # Does not fit in FLASH or RAM |
| 126 | + sketches-exclude: UnitTest,ReceiveAndSend,ReceiveDump,SendProntoDemo,SendBoseWaveDemo,MicroGirs,IRDispatcherDemo,SendLGAirConditionerDemo,ReceiverTimingAnalysis # Does not fit in FLASH or RAM |
126 | 127 | build-properties: # the flags were put in compiler.cpp.extra_flags |
127 | 128 | All: -DEXCLUDE_EXOTIC_PROTOCOLS |
128 | 129 |
|
129 | 130 | - arduino-boards-fqbn: TinyCore:avr:tiny32 |
130 | 131 | platform-url: https://raw.githubusercontent.com/xukangmin/TinyCore/master/avr/package/package_tinycore_index.json |
131 | | - sketches-exclude: IR2Keyboard |
132 | 132 |
|
133 | 133 | - arduino-boards-fqbn: MegaCore:avr:128:bootloader=no_bootloader,eeprom=keep,BOD=2v7,LTO=Os_flto,clock=8MHz_internal |
134 | 134 | platform-url: https://mcudude.github.io/MegaCore/package_MCUdude_MegaCore_index.json |
135 | 135 | arduino-platform: arduino:avr,MegaCore:avr # gcc is taken from arduino:avr |
136 | | - sketches-exclude: IR2Keyboard,MinimalReceiver,IRDispatcherDemo # no HID.h |
| 136 | + sketches-exclude: MinimalReceiver,IRDispatcherDemo # digitalWriteFast.h not available for this board? |
| 137 | + |
| 138 | + - arduino-boards-fqbn: esp8266:esp8266:d1_mini:eesz=4M3M,xtal=80 |
| 139 | + platform-url: https://arduino.esp8266.com/stable/package_esp8266com_index.json |
| 140 | + sketches-exclude: MinimalReceiver |
137 | 141 |
|
138 | 142 | - arduino-boards-fqbn: esp32:esp32:featheresp32:FlashFreq=80 |
139 | 143 | platform-url: https://dl.espressif.com/dl/package_esp32_index.json |
140 | | - sketches-exclude: IR2Keyboard,MinimalReceiver # undefined reference to `TwoWire::onReceive(void (*)(int))' |
| 144 | + sketches-exclude: MinimalReceiver # undefined reference to `TwoWire::onReceive(void (*)(int))' |
141 | 145 |
|
142 | 146 | - arduino-boards-fqbn: STM32:stm32:GenF1:pnum=BLUEPILL_F103C8 # ST version |
143 | 147 | platform-url: https://github.com/stm32duino/BoardManagerFiles/raw/master/STM32/package_stm_index.json |
144 | | - sketches-exclude: IR2Keyboard,MinimalReceiver |
| 148 | + sketches-exclude: MinimalReceiver |
145 | 149 |
|
146 | 150 | - arduino-boards-fqbn: STM32:stm32:GenL0:pnum=THUNDERPACK_L072 # ST version |
147 | 151 | platform-url: https://github.com/stm32duino/BoardManagerFiles/raw/master/STM32/package_stm_index.json |
148 | | - sketches-exclude: IR2Keyboard,MinimalReceiver,IRDispatcherDemo |
| 152 | + sketches-exclude: MinimalReceiver,IRDispatcherDemo |
149 | 153 |
|
150 | 154 | - arduino-boards-fqbn: stm32duino:STM32F1:genericSTM32F103C # Roger Clark version |
151 | 155 | platform-url: http://dan.drown.org/stm32duino/package_STM32duino_index.json |
152 | | - sketches-exclude: IR2Keyboard,MinimalReceiver |
| 156 | + sketches-exclude: MinimalReceiver |
153 | 157 |
|
154 | 158 | - arduino-boards-fqbn: SparkFun:avr:promicro |
155 | 159 | arduino-platform: arduino:avr,SparkFun:avr |
156 | 160 | platform-url: https://raw.githubusercontent.com/sparkfun/Arduino_Boards/master/IDE_Board_Manager/package_sparkfun_index.json # Arduino URL is not required here |
157 | 161 |
|
158 | 162 | - arduino-boards-fqbn: sandeepmistry:nRF5:BBCmicrobit |
159 | 163 | platform-url: https://sandeepmistry.github.io/arduino-nRF5/package_nRF5_boards_index.json |
160 | | - sketches-exclude: IR2Keyboard,IRDispatcherDemo,MicroGirs,MinimalReceiver # no tone() |
| 164 | + sketches-exclude: IRDispatcherDemo,MicroGirs,MinimalReceiver # no tone() |
161 | 165 |
|
162 | 166 | # Do not cancel all jobs / architectures if one job fails |
163 | 167 | fail-fast: false |
|
0 commit comments