aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-09-16new bootloader binaries for Micro and Leonardo - uses new assignment for TXLE...Zach Eveland
2011-09-16updated pin assignment again based on design files for LeonardoZach Eveland
2011-09-16updated pin mappings for bootloader and pins_arduino.h in anticipation of fin...Zach Eveland
2011-09-16restored accidentally-deleted Leonardo type in boards.txtZach Eveland
2011-09-16restored Micro entry in boards.txt, made separate bootloader images for Leona...Zach Eveland
2011-09-16Merge https://github.com/arduino/32U4 into new-extensionZach Eveland
2011-09-16added automatic one-shot TX and RX LED control for sketch USBZach Eveland
2011-09-16Moving Leonardo after Uno.David A. Mellis
2011-09-16added to sketch iProduct and iManufacturer strings identifying board as eithe...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-16Merge branch 'new-extension' of https://github.com/arduino/Arduino into new-e...Zach Eveland
2011-09-13fixed analog pin mapping for 32u4Zach Eveland
2011-09-13fixed Mouse button assignmentsZach Eveland
2011-09-12made Mouse.buttons() private. removed MOUSE_ALL macroZach Eveland
2011-09-09Don't consume trailing char in parseInt() and parseFloat (Paul Stoffregen).David A. Mellis
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-08Merge branch 'new-extension' of https://github.com/arduino/Arduino into new-e...Zach Eveland
2011-09-08fixed bug where sketches over 28k caused subsequent auto-reset-and-upload att...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-08added compile-time definition of sketch PID. PID is pulled from variants/leo...Zach Eveland
2011-09-08removed leftover pins/ directoryZach Eveland
2011-09-08Revert "added Micro section to boards.txt. specified different bootloader he...Zach Eveland
2011-09-08Revert "support compile-time passing of PID to Leonardo/Micro sketches. PID ...Zach Eveland
2011-09-08support compile-time passing of PID to Leonardo/Micro sketches. PID comes fr...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-09-07Making Print::write(char *) non-virtual.David A. Mellis
2011-09-07Changing to a simpler mental model for serialEvent (Paul Stoffregen).David A. Mellis
2011-09-06changed auto-reset trigger condition to fix auto-reset-and-upload for Windows...Zach Eveland
2011-09-05changed baudrate for auto-reset-and-upload back to 1200 bps. specified ardui...Zach Eveland
2011-09-05Merge branch 'new-extension' of https://github.com/arduino/Arduino into new-e...Zach Eveland
2011-09-02Merge branch 'new-extension' of github.com:arduino/Arduino into new-extensionDavid Mellis
2011-09-02Updating to avrdude 5.11 (Windows). stk500 -> arduino in boards.txt.David Mellis
2011-08-31Adding Arduino Ethernet and Arduino Mega ADK (joint w/ Mega 2560) to boards m...David A. Mellis
2011-08-31Moving serialEvent() calls from RX interrupts to main for() loop (after loop()).David A. Mellis
2011-08-31Renaming writeError() to getWriteError() in Print (and Stream and friends).David A. Mellis
2011-08-30added Mouse press() and release()Zach Eveland
2011-08-30on a CDC or HID write() error, call setWriteError(). better handling of USB_...Zach Eveland
2011-08-30Created an abstract base class UDP to match the Client and Server classes, an...amcewen
2011-08-30support for non-Leonardo boards is back!Zach Eveland
2011-08-30CDC and HID write() routines now return non-void - brought in line with new w...Zach Eveland
2011-08-30brought leonardo folder in line with new variants schemeZach Eveland
2011-08-30Merge branch 'mainline' into new-extensionZach Eveland
2011-08-29Changed names of the Ethernet classes: Client -> EthernetClient, NetClient ->...amcewen
2011-08-28Final changes to integrate latest core updates to WiFly branchamcewen