diff options
author | Zach Eveland <zeveland@blacklabel-development.com> | 2011-09-08 19:31:18 -0400 |
---|---|---|
committer | Zach Eveland <zeveland@blacklabel-development.com> | 2011-09-08 19:31:18 -0400 |
commit | e52cf0e4203bd6dda76c2544b0479548f465a0c7 (patch) | |
tree | c8914cca1f52b18971f7cf0b85f5b83b531e48df /boards.txt | |
parent | 3b72c2343ab160290ccf1385829b168925052b8b (diff) |
fixed bug where sketches over 28k caused subsequent auto-reset-and-upload attempts to fail. fixed bug in reboot routine, changed fuses to select 1024-word bootloader size, disabled hardware boot enable.
Diffstat (limited to 'boards.txt')
-rw-r--r-- | boards.txt | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -5,12 +5,12 @@ leonardo.upload.protocol=arduino leonardo.upload.maximum_size=30720 leonardo.upload.speed=1200 leonardo.bootloader.low_fuses=0xde -leonardo.bootloader.high_fuses=0xd8 -leonardo.bootloader.extended_fuses=0xf3 +leonardo.bootloader.high_fuses=0xda +leonardo.bootloader.extended_fuses=0xcb leonardo.bootloader.path=diskloader leonardo.bootloader.file=DiskLoader.hex leonardo.bootloader.unlock_bits=0x3F -leonardo.bootloader.lock_bits=0x0F +leonardo.bootloader.lock_bits=0x2F leonardo.build.mcu=atmega32u4 leonardo.build.f_cpu=16000000L leonardo.build.core=arduino |