Skip to content

Commit 5fc69df

Browse files
committed
1 parent 64b5df8 commit 5fc69df

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.arduino-ci.yml

+9
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,18 @@
11
platforms:
22
mega2560:
3+
board: arduino:avr:mega:cpu=atmega2560
4+
package: arduino:avr
35
gcc:
6+
features:
7+
defines:
8+
- __AVR__
9+
- __AVR_ATmega2560__
10+
- ARDUINO_ARCH_AVR
11+
- ARDUINO_AVR_MEGA2560
412
warnings:
513
- no-unknown-attributes
614
- no-address-of-packed-member
15+
flags:
716

817
unittest:
918
platforms:

0 commit comments

Comments
 (0)