File tree 1 file changed +14
-0
lines changed
1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,8 @@ packages:
9
9
url : https://downloads.arduino.cc/packages/package_index.json
10
10
arduino:samd :
11
11
url : https://downloads.arduino.cc/packages/package_index.json
12
+ arduino:megaavr :
13
+ url : https://downloads.arduino.cc/packages/package_index.json
12
14
esp8266:esp8266 :
13
15
url : http://arduino.esp8266.com/stable/package_esp8266com_index.json
14
16
adafruit:avr :
@@ -57,6 +59,17 @@ platforms:
57
59
- NUM_SERIAL_PORTS=2
58
60
warnings :
59
61
flags :
62
+ nano_every :
63
+ board : arduino:megaavr:nona4809
64
+ package : arduino:megaavr
65
+ gcc :
66
+ features :
67
+ defines :
68
+ - MILLIS_USE_TIMERB3
69
+ - NO_EXTERNAL_I2C_PULLUP
70
+ - AVR_NANO_4809_328MODE
71
+ warnings :
72
+ flags :
60
73
esp32 :
61
74
board : esp32:esp32:featheresp32:FlashFreq=80
62
75
package : esp32:esp32
@@ -181,6 +194,7 @@ compile:
181
194
- esp32
182
195
- esp8266
183
196
- mega2560
197
+ - nano_every
184
198
185
199
unittest :
186
200
compilers :
You can’t perform that action at this time.
0 commit comments