@@ -4,38 +4,38 @@ menu.cpu=Processor
4
4
5
5
##############################################################
6
6
7
- etheris .name=Arduino Etheris
8
- etheris .upload.via_http=true
9
-
10
- etheris .vid.0=0x2341
11
- etheris .pid.0=0x0041
12
- etheris .vid.1=0x2341
13
- etheris .pid.1=0x8041
14
- etheris .upload.tool=avrdude
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
22
-
23
- etheris .bootloader.tool=avrdude
24
- etheris .bootloader.low_fuses=0xff
25
- etheris .bootloader.high_fuses=0xd8
26
- etheris .bootloader.extended_fuses=0xcb
27
- etheris .bootloader.file=caterina/Caterina-Etheris .hex
28
- etheris .bootloader.unlock_bits=0x3F
29
- etheris .bootloader.lock_bits=0x2F
30
-
31
- etheris .build.mcu=atmega32u4
32
- etheris .build.f_cpu=16000000L
33
- etheris .build.vid=0x2341
34
- etheris .build.pid=0x8041
35
- etheris .build.board=AVR_LEONARDO
36
- etheris .build.core=arduino
37
- etheris .build.variant=leonardo
38
- etheris .build.extra_flags=-DUSB_VID={build.vid} -DUSB_PID={build.pid}
7
+ yun .name=Arduino Yún
8
+ yun .upload.via_http=true
9
+
10
+ yun .vid.0=0x2341
11
+ yun .pid.0=0x0041
12
+ yun .vid.1=0x2341
13
+ yun .pid.1=0x8041
14
+ yun .upload.tool=avrdude
15
+ yun .upload.protocol=avr109
16
+ yun .upload.maximum_size=28672
17
+ yun .upload.maximum_data_size=2560
18
+ yun .upload.speed=57600
19
+ yun .upload.disable_flushing=true
20
+ yun .upload.use_1200bps_touch=true
21
+ yun .upload.wait_for_upload_port=true
22
+
23
+ yun .bootloader.tool=avrdude
24
+ yun .bootloader.low_fuses=0xff
25
+ yun .bootloader.high_fuses=0xd8
26
+ yun .bootloader.extended_fuses=0xcb
27
+ yun .bootloader.file=caterina/Caterina-Yun .hex
28
+ yun .bootloader.unlock_bits=0x3F
29
+ yun .bootloader.lock_bits=0x2F
30
+
31
+ yun .build.mcu=atmega32u4
32
+ yun .build.f_cpu=16000000L
33
+ yun .build.vid=0x2341
34
+ yun .build.pid=0x8041
35
+ yun .build.board=AVR_LEONARDO
36
+ yun .build.core=arduino
37
+ yun .build.variant=leonardo
38
+ yun .build.extra_flags=-DUSB_VID={build.vid} -DUSB_PID={build.pid}
39
39
40
40
##############################################################
41
41
0 commit comments