@@ -7,49 +7,35 @@ menu.cpu=Processor
7
7
etheris.name=Arduino Etheris
8
8
etheris.upload.via_http=true
9
9
10
+ etheris.vid.0=0x2341
11
+ etheris.pid.0=0x0036
12
+ etheris.vid.1=0x2341
13
+ etheris.pid.1=0x8036
10
14
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
14
22
15
23
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
19
28
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
22
30
23
- etheris.build.mcu=atmega328p
31
+ etheris.build.mcu=atmega32u4
24
32
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
26
36
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}
53
39
54
40
##############################################################
55
41
0 commit comments