diff options
author | Federico Fissore <f.fissore@arduino.cc> | 2013-05-13 17:01:07 +0200 |
---|---|---|
committer | Federico Fissore <f.fissore@arduino.cc> | 2013-05-13 17:01:07 +0200 |
commit | 6ef05397f4f1cf46a7453b4c11acaa614bab528d (patch) | |
tree | 207d5c30b3f35e688e85ad5cbdb215c518d1a9d2 /boards.txt | |
parent | b70954ea256f94afdd941e2c89a086887b496c13 (diff) |
etheris is now a 32u4
Diffstat (limited to 'boards.txt')
-rw-r--r-- | boards.txt | 58 |
1 files changed, 22 insertions, 36 deletions
@@ -7,49 +7,35 @@ menu.cpu=Processor etheris.name=Arduino Etheris etheris.upload.via_http=true +etheris.vid.0=0x2341 +etheris.pid.0=0x0036 +etheris.vid.1=0x2341 +etheris.pid.1=0x8036 etheris.upload.tool=avrdude -etheris.upload.protocol=arduino -etheris.upload.maximum_size=32256 -etheris.upload.speed=115200 +etheris.upload.protocol=avr109 +etheris.upload.maximum_size=28672 +etheris.upload.maximum_data_size=2560 +etheris.upload.speed=57600 +etheris.upload.disable_flushing=true +etheris.upload.use_1200bps_touch=true +etheris.upload.wait_for_upload_port=true etheris.bootloader.tool=avrdude -etheris.bootloader.low_fuses=0xFF -etheris.bootloader.high_fuses=0xDE -etheris.bootloader.extended_fuses=0x05 +etheris.bootloader.low_fuses=0xff +etheris.bootloader.high_fuses=0xd8 +etheris.bootloader.extended_fuses=0xcb +etheris.bootloader.file=caterina/Caterina-Leonardo.hex etheris.bootloader.unlock_bits=0x3F -etheris.bootloader.lock_bits=0x0F -etheris.bootloader.file=optiboot/optiboot_atmega328.hex +etheris.bootloader.lock_bits=0x2F -etheris.build.mcu=atmega328p +etheris.build.mcu=atmega32u4 etheris.build.f_cpu=16000000L -etheris.build.board=AVR_UNO +etheris.build.vid=0x2341 +etheris.build.pid=0x8036 +etheris.build.board=AVR_LEONARDO etheris.build.core=arduino -etheris.build.variant=standard - -#etheris.upload.tool=avrdude -#etheris.upload.protocol=avr109 -#etheris.upload.maximum_size=28672 -#etheris.upload.speed=57600 -#etheris.upload.disable_flushing=true -#etheris.upload.use_1200bps_touch=true -#etheris.upload.wait_for_upload_port=true - -#etheris.bootloader.tool=avrdude -#etheris.bootloader.low_fuses=0xff -#etheris.bootloader.high_fuses=0xd8 -#etheris.bootloader.extended_fuses=0xcb -#etheris.bootloader.file=caterina/Caterina-Leonardo.hex -#etheris.bootloader.unlock_bits=0x3F -#etheris.bootloader.lock_bits=0x2F - -#etheris.build.mcu=atmega32u4 -#etheris.build.f_cpu=16000000L -#etheris.build.vid=0x2341 -#etheris.build.pid=0x8036 -#etheris.build.board=ARDUINO_ETHERIS -#etheris.build.core=arduino -#etheris.build.variant=leonardo -#etheris.build.extra_flags=-DUSB_VID={build.vid} -DUSB_PID={build.pid} +etheris.build.variant=leonardo +etheris.build.extra_flags=-DUSB_VID={build.vid} -DUSB_PID={build.pid} ############################################################## |