mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-17 22:23:10 +03:00
Etheris references renamed Yun without accent to avoid encoding issues
This commit is contained in:
@ -4,38 +4,38 @@ menu.cpu=Processor
|
|||||||
|
|
||||||
##############################################################
|
##############################################################
|
||||||
|
|
||||||
etheris.name=Arduino Etheris
|
yun.name=Arduino Yún
|
||||||
etheris.upload.via_http=true
|
yun.upload.via_http=true
|
||||||
|
|
||||||
etheris.vid.0=0x2341
|
yun.vid.0=0x2341
|
||||||
etheris.pid.0=0x0041
|
yun.pid.0=0x0041
|
||||||
etheris.vid.1=0x2341
|
yun.vid.1=0x2341
|
||||||
etheris.pid.1=0x8041
|
yun.pid.1=0x8041
|
||||||
etheris.upload.tool=avrdude
|
yun.upload.tool=avrdude
|
||||||
etheris.upload.protocol=avr109
|
yun.upload.protocol=avr109
|
||||||
etheris.upload.maximum_size=28672
|
yun.upload.maximum_size=28672
|
||||||
etheris.upload.maximum_data_size=2560
|
yun.upload.maximum_data_size=2560
|
||||||
etheris.upload.speed=57600
|
yun.upload.speed=57600
|
||||||
etheris.upload.disable_flushing=true
|
yun.upload.disable_flushing=true
|
||||||
etheris.upload.use_1200bps_touch=true
|
yun.upload.use_1200bps_touch=true
|
||||||
etheris.upload.wait_for_upload_port=true
|
yun.upload.wait_for_upload_port=true
|
||||||
|
|
||||||
etheris.bootloader.tool=avrdude
|
yun.bootloader.tool=avrdude
|
||||||
etheris.bootloader.low_fuses=0xff
|
yun.bootloader.low_fuses=0xff
|
||||||
etheris.bootloader.high_fuses=0xd8
|
yun.bootloader.high_fuses=0xd8
|
||||||
etheris.bootloader.extended_fuses=0xcb
|
yun.bootloader.extended_fuses=0xcb
|
||||||
etheris.bootloader.file=caterina/Caterina-Etheris.hex
|
yun.bootloader.file=caterina/Caterina-Yun.hex
|
||||||
etheris.bootloader.unlock_bits=0x3F
|
yun.bootloader.unlock_bits=0x3F
|
||||||
etheris.bootloader.lock_bits=0x2F
|
yun.bootloader.lock_bits=0x2F
|
||||||
|
|
||||||
etheris.build.mcu=atmega32u4
|
yun.build.mcu=atmega32u4
|
||||||
etheris.build.f_cpu=16000000L
|
yun.build.f_cpu=16000000L
|
||||||
etheris.build.vid=0x2341
|
yun.build.vid=0x2341
|
||||||
etheris.build.pid=0x8041
|
yun.build.pid=0x8041
|
||||||
etheris.build.board=AVR_LEONARDO
|
yun.build.board=AVR_LEONARDO
|
||||||
etheris.build.core=arduino
|
yun.build.core=arduino
|
||||||
etheris.build.variant=leonardo
|
yun.build.variant=leonardo
|
||||||
etheris.build.extra_flags=-DUSB_VID={build.vid} -DUSB_PID={build.pid}
|
yun.build.extra_flags=-DUSB_VID={build.vid} -DUSB_PID={build.pid}
|
||||||
|
|
||||||
##############################################################
|
##############################################################
|
||||||
|
|
||||||
|
@ -58,7 +58,7 @@ const u16 STRING_IPRODUCT[17] = {
|
|||||||
#elif USB_PID == 0x803C
|
#elif USB_PID == 0x803C
|
||||||
'A','r','d','u','i','n','o',' ','E','s','p','l','o','r','a',' '
|
'A','r','d','u','i','n','o',' ','E','s','p','l','o','r','a',' '
|
||||||
#elif USB_PID == 0x8041
|
#elif USB_PID == 0x8041
|
||||||
'A','r','d','u','i','n','o',' ','E','t','h','e','r','i','s',' '
|
'A','r','d','u','i','n','o',' ','Y','u','n',' ',' ',' ',' ',' '
|
||||||
#elif USB_PID == 0x9208
|
#elif USB_PID == 0x9208
|
||||||
'L','i','l','y','P','a','d','U','S','B',' ',' ',' ',' ',' ',' '
|
'L','i','l','y','P','a','d','U','S','B',' ',' ',' ',' ',' ',' '
|
||||||
#else
|
#else
|
||||||
|
Reference in New Issue
Block a user