File tree 2 files changed +14
-0
lines changed
2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
9
9
### Added
10
10
- Working directory is now printed in test runner output
11
11
- Explicitly include ` irb ` via rubygems
12
+ - ` arduino:megaavr ` architecture is now included by default, using the ` nano_every ` platform, via midasgossye
12
13
13
14
### Changed
14
15
- Update .gitattributes so we have consistent line endings
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
You can’t perform that action at this time.
0 commit comments