Skip to content

Commit 5199899

Browse files
committed
Add megaavr / nano_every support, via midasgossye
1 parent 3ba6a45 commit 5199899

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

Diff for: CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
99
### Added
1010
- Working directory is now printed in test runner output
1111
- Explicitly include `irb` via rubygems
12+
- `arduino:megaavr` architecture is now included by default, using the `nano_every` platform, via midasgossye
1213

1314
### Changed
1415
- Update .gitattributes so we have consistent line endings

Diff for: misc/default.yml

+13
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

0 commit comments

Comments
 (0)