Skip to content

Commit f0e93c4

Browse files
midasgossyeianfixes
authored andcommitted
added arduino nano every config
1 parent 961f588 commit f0e93c4

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

Diff for: misc/default.yml

+14
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ packages:
99
url: https://downloads.arduino.cc/packages/package_index.json
1010
arduino:samd:
1111
url: https://downloads.arduino.cc/packages/package_index.json
12+
arduino:megaavr:
13+
url: https://downloads.arduino.cc/packages/package_index.json
1214
esp8266:esp8266:
1315
url: http://arduino.esp8266.com/stable/package_esp8266com_index.json
1416
adafruit:avr:
@@ -57,6 +59,17 @@ platforms:
5759
- NUM_SERIAL_PORTS=2
5860
warnings:
5961
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:
6073
esp32:
6174
board: esp32:esp32:featheresp32:FlashFreq=80
6275
package: esp32:esp32
@@ -181,6 +194,7 @@ compile:
181194
- esp32
182195
- esp8266
183196
- mega2560
197+
- nano_every
184198

185199
unittest:
186200
compilers:

0 commit comments

Comments
 (0)