aboutsummaryrefslogtreecommitdiff
path: root/bootloaders
AgeCommit message (Expand)Author
2011-10-10This is a relatively significant edit that brings the Arduino copy ofWestfW
2011-10-10http://code.google.com/p/arduino/issues/detail?id=517WestfW
2011-10-10Makefile modification to allow building optiboot in more environments.WestfW
2011-10-10Merge pull request #30 from WestfW/masterDavid A. Mellis
2011-10-05Explicitly set the SHELL variable when OS=windows, so that we'll useWestfW
2011-09-16Updating bootloader comments.David A. Mellis
2011-09-16Updating Micro bootloader (previous one was identical to Leonardo).David A. Mellis
2011-09-16new bootloader binaries for Micro and Leonardo - uses new assignment for TXLE...Zach Eveland
2011-09-16updated pin mappings for bootloader and pins_arduino.h in anticipation of fin...Zach Eveland
2011-09-16restored Micro entry in boards.txt, made separate bootloader images for Leona...Zach Eveland
2011-09-16bootloader iProduct definition changed to "Arduino Leonardo Bootloader" or "A...Zach Eveland
2011-09-16added to the bootloader iProduct and iManufacturer strings identifying board ...Zach Eveland
2011-09-16faster LED breathing animation in bootloaderZach Eveland
2011-09-08updated Leonardo INF with correct PID and created new Micro INF.Zach Eveland
2011-09-08in bootloader reduced delay between receiving stk500 'Q' and jumping to appli...Zach Eveland
2011-09-08disabling watchdog in bootloaderZach Eveland
2011-09-08misc. bootloader fixes: increased wait time after receiving avrdude 'Q', incr...Zach Eveland
2011-09-08Revert "added Micro section to boards.txt. specified different bootloader he...Zach Eveland
2011-09-08added Micro section to boards.txt. specified different bootloader hex files ...Zach Eveland
2011-09-08changed PIDs for Leonardo and Micro. PIDs are now defined in the MakefileZach Eveland
2011-09-08removed all bootloader mass storage and MSC referencesZach Eveland
2011-08-27bootloader ends as soon as sketch upload finishes. restored pulsing of LED ...Zach Eveland
2011-08-14LEDs for D13, TX, and RX are more in line with Uno-like behavior during sketc...Zach Eveland
2011-08-14rebuilt Diskloader, added LED control macros for Leonardo, removed Microtouch...Zach Eveland
2011-08-14increased bootloader delay to approx. 3.5 sZach Eveland
2011-08-11diskloader source and binary for 32u4Zach Eveland
2011-06-29Disabling terminal / monitor.David A. Mellis
2011-06-14Oops. Add atmega8.lst/hex and atmega168.lst/hex to controlled files.WestfW
2011-06-14Allow the READ PARAMETER command to return our version number.WestfW
2011-06-13http://code.google.com/p/arduino/issues/detail?id=368WestfW
2011-06-11(make sure .hex and .lst are updated as well.)WestfW
2011-06-11Fix errors in LDSECTIONS refactoringWestfW
2011-06-10Update version to reflect previous edit. Sigh.WestfW
2011-06-10Shrink code by using registers for variables "length" and "address"WestfW
2011-06-10Add a version number to the optiboot source and binary.WestfW
2011-06-10Update shell script makeallWestfW
2011-06-10This is a relatively significant edit that brings the Arduino copy ofWestfW
2011-06-09http://code.google.com/p/arduino/issues/detail?id=517WestfW
2011-06-09Makefile modification to allow building optiboot in more environments.WestfW
2011-01-15Fix to optiboot infinite loop problem.David A. Mellis
2010-09-24Adding the Mega 2560 bootloader and boards.txt / boards menu entry.David A. Mellis
2010-09-22Adding optiboot and Arduino Uno boards menu entry.David A. Mellis
2010-08-07Adding ATmega328 version of the Arduino BT bootloader, along with a Makefile ...David A. Mellis
2009-05-08Adding ATmega328 bootloader for the Pro and Pro Mini running at 8 MHz (3.3V)....David A. Mellis
2009-03-25Adding support for the Arduino Mega (ATmega1280) to the core and bootloader.David A. Mellis
2009-03-24Renaming atmega168 bootloader directory to atmega since it's no longer atmega...David A. Mellis
2008-11-26Setting atmega328 bootloader baud rate to 57600 (for now) and adding isp targ...David A. Mellis
2008-11-09Adding ATmega328 support.David A. Mellis
2008-10-11* Updating version number to 0013.David A. Mellis
2008-10-11Reindenting the ATmega168 bootloader file. It was a mess (and still is somew...David A. Mellis