6363 - MegaCore:avr:128:bootloader=no_bootloader,eeprom=keep,BOD=2v7,LTO=Os_flto,clock=8MHz_internal # ATmega128
6464 - SparkFun:avr:promicro
6565 - megaTinyCore:megaavr:atxy4:chip=1604,clock=16internal
66+ - megaTinyCore:megaavr:atxy7:chip=3217,clock=16internal
6667 - esp8266:esp8266:d1_mini:eesz=4M3M,xtal=80
6768 - esp32:esp32:featheresp32:FlashFreq=80
6869 - STMicroelectronics:stm32:GenF1:pnum=BLUEPILL_F103C8
@@ -136,6 +137,12 @@ jobs:
136137 build-properties : # the flags were put in compiler.cpp.extra_flags
137138 IRremoteExtensionTest : -DRAW_BUFFER_LENGTH=100
138139
140+ - arduino-boards-fqbn : megaTinyCore:megaavr:atxy7:chip=3217,clock=16internal
141+ platform-url : http://drazzy.com/package_drazzy.com_index.json
142+ # sketches-exclude: MinimalReceiver,IRDispatcherDemo,MicroGirs,UnitTest # digitalWriteFast.h not available for this board
143+ build-properties : # the flags were put in compiler.cpp.extra_flags
144+ IRremoteExtensionTest : -DRAW_BUFFER_LENGTH=100
145+
139146 - arduino-boards-fqbn : digistump:avr:digispark-tiny:clock=clock16
140147 platform-url : https://raw.githubusercontent.com/ArminJo/DigistumpArduino/master/package_digistump_index.json
141148 required-libraries : ATtinySerialOut
@@ -159,7 +166,8 @@ jobs:
159166 - arduino-boards-fqbn : TinyCore:avr:tiny32
160167 platform-url : https://raw.githubusercontent.com/xukangmin/TinyCore/master/avr/package/package_tinycore_index.json
161168 build-properties : # the flags were put in compiler.cpp.extra_flags
162- IRremoteExtensionTest : -DRAW_BUFFER_LENGTH=100
169+ All : -DIR_USE_AVR_TIMER_D
170+ IRremoteExtensionTest : -DIR_USE_AVR_TIMER_D -DRAW_BUFFER_LENGTH=100
163171
164172 - arduino-boards-fqbn : MegaCore:avr:128:bootloader=no_bootloader,eeprom=keep,BOD=2v7,LTO=Os_flto,clock=8MHz_internal
165173 platform-url : https://mcudude.github.io/MegaCore/package_MCUdude_MegaCore_index.json
0 commit comments