Skip to content

Commit 7e130a0

Browse files
author
Federico Fissore
committed
Etheris references renamed Yun without accent to avoid encoding issues
1 parent c212c9d commit 7e130a0

File tree

3 files changed

+33
-33
lines changed

3 files changed

+33
-33
lines changed

hardware/arduino/avr/boards.txt

Lines changed: 32 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -4,38 +4,38 @@ menu.cpu=Processor
44

55
##############################################################
66

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}
3939

4040
##############################################################
4141

hardware/arduino/avr/cores/arduino/USBCore.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ const u16 STRING_IPRODUCT[17] = {
5858
#elif USB_PID == 0x803C
5959
'A','r','d','u','i','n','o',' ','E','s','p','l','o','r','a',' '
6060
#elif USB_PID == 0x8041
61-
'A','r','d','u','i','n','o',' ','E','t','h','e','r','i','s',' '
61+
'A','r','d','u','i','n','o',' ','Y','u','n',' ',' ',' ',' ',' '
6262
#elif USB_PID == 0x9208
6363
'L','i','l','y','P','a','d','U','S','B',' ',' ',' ',' ',' ',' '
6464
#else

0 commit comments

Comments
 (0)