Skip to content

Commit 789492f

Browse files
author
Federico Fissore
committed
etheris is now a 32u4
1 parent 2d6af82 commit 789492f

File tree

1 file changed

+22
-36
lines changed

1 file changed

+22
-36
lines changed

hardware/arduino/avr/boards.txt

Lines changed: 22 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -7,49 +7,35 @@ menu.cpu=Processor
77
etheris.name=Arduino Etheris
88
etheris.upload.via_http=true
99

10+
etheris.vid.0=0x2341
11+
etheris.pid.0=0x0036
12+
etheris.vid.1=0x2341
13+
etheris.pid.1=0x8036
1014
etheris.upload.tool=avrdude
11-
etheris.upload.protocol=arduino
12-
etheris.upload.maximum_size=32256
13-
etheris.upload.speed=115200
15+
etheris.upload.protocol=avr109
16+
etheris.upload.maximum_size=28672
17+
etheris.upload.maximum_data_size=2560
18+
etheris.upload.speed=57600
19+
etheris.upload.disable_flushing=true
20+
etheris.upload.use_1200bps_touch=true
21+
etheris.upload.wait_for_upload_port=true
1422

1523
etheris.bootloader.tool=avrdude
16-
etheris.bootloader.low_fuses=0xFF
17-
etheris.bootloader.high_fuses=0xDE
18-
etheris.bootloader.extended_fuses=0x05
24+
etheris.bootloader.low_fuses=0xff
25+
etheris.bootloader.high_fuses=0xd8
26+
etheris.bootloader.extended_fuses=0xcb
27+
etheris.bootloader.file=caterina/Caterina-Leonardo.hex
1928
etheris.bootloader.unlock_bits=0x3F
20-
etheris.bootloader.lock_bits=0x0F
21-
etheris.bootloader.file=optiboot/optiboot_atmega328.hex
29+
etheris.bootloader.lock_bits=0x2F
2230

23-
etheris.build.mcu=atmega328p
31+
etheris.build.mcu=atmega32u4
2432
etheris.build.f_cpu=16000000L
25-
etheris.build.board=AVR_UNO
33+
etheris.build.vid=0x2341
34+
etheris.build.pid=0x8036
35+
etheris.build.board=AVR_LEONARDO
2636
etheris.build.core=arduino
27-
etheris.build.variant=standard
28-
29-
#etheris.upload.tool=avrdude
30-
#etheris.upload.protocol=avr109
31-
#etheris.upload.maximum_size=28672
32-
#etheris.upload.speed=57600
33-
#etheris.upload.disable_flushing=true
34-
#etheris.upload.use_1200bps_touch=true
35-
#etheris.upload.wait_for_upload_port=true
36-
37-
#etheris.bootloader.tool=avrdude
38-
#etheris.bootloader.low_fuses=0xff
39-
#etheris.bootloader.high_fuses=0xd8
40-
#etheris.bootloader.extended_fuses=0xcb
41-
#etheris.bootloader.file=caterina/Caterina-Leonardo.hex
42-
#etheris.bootloader.unlock_bits=0x3F
43-
#etheris.bootloader.lock_bits=0x2F
44-
45-
#etheris.build.mcu=atmega32u4
46-
#etheris.build.f_cpu=16000000L
47-
#etheris.build.vid=0x2341
48-
#etheris.build.pid=0x8036
49-
#etheris.build.board=ARDUINO_ETHERIS
50-
#etheris.build.core=arduino
51-
#etheris.build.variant=leonardo
52-
#etheris.build.extra_flags=-DUSB_VID={build.vid} -DUSB_PID={build.pid}
37+
etheris.build.variant=leonardo
38+
etheris.build.extra_flags=-DUSB_VID={build.vid} -DUSB_PID={build.pid}
5339

5440
##############################################################
5541

0 commit comments

Comments
 (0)