Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-01-19 | changed fuses to select 4k bootloader for LUFA-based Caterina | Zach Eveland | |
2012-01-10 | renamed DiskLoader to Caterina (after Leonardo's mom) | Zach Eveland | |
2012-01-10 | Merge branch 'master' of github.com:arduino/Arduino into new-extension | Zach Eveland | |
2012-01-04 | Adding links to documentation of boards.txt and programmers.txt files. | David A. Mellis | |
2011-12-18 | fix bootloader size in boards.txt - 2 kB instead of 4 kB | Zach Eveland | |
2011-12-11 | fixed TIMER4 use on Leonardo | Zach Eveland | |
ATMEGA32U4 has major differences in TIMER4 registers compared to ATMEGA1280 and 2560. turnOffPWM, analogWrite, and initialize routines had wrong registers, bit names, etc. | |||
2011-11-28 | Removing Leonardo (and Mouse/Keyboard examples) for Arduino 1.0 release. | David A. Mellis | |
These will return, but the code isn't finished yet so I don't want to include it. | |||
2011-11-25 | Correcting Arduino Mini w/ ATmega328 bootloader file and fuses (untested). | David A. Mellis | |
2011-11-19 | Adding Arduino Mini w/ ATmega328. | David A. Mellis | |
http://code.google.com/p/arduino/issues/detail?id=710 | |||
2011-10-27 | renamed bootloader file | Zach Eveland | |
2011-10-27 | Revert "Merge branch 'master' of github.com:arduino/Arduino into ↵ | Zach Eveland | |
diskloader_reboot" This reverts commit df9835efafd13685251749bc210c0b96a18a96a5, reversing changes made to ec45af8bfa9222a807c075dd1db4b5aa798bba03. Conflicts: hardware/arduino/variants/mega/pins_arduino.h libraries/Ethernet/examples/PachubeClientString/PachubeClientString.ino | |||
2011-10-27 | changes in core and boards.txt to support new bootloader | Zach Eveland | |
old bootloader could fit in only 2 kB of flash. new version has to have a 4 kB block - jump-to address and boards.txt must reflect this. | |||
2011-10-27 | Merge branch 'master' of github.com:arduino/Arduino into diskloader_reboot | Zach Eveland | |
Conflicts: app/src/processing/app/Editor.java app/src/processing/app/Sketch.java build/shared/examples/4.Communication/SerialCallResponse/SerialCallResponse.pde build/shared/lib/theme/theme.txt hardware/arduino/cores/arduino/HardwareSerial.h hardware/arduino/cores/arduino/Print.cpp hardware/arduino/cores/arduino/WString.h hardware/arduino/variants/mega/pins_arduino.h libraries/Ethernet/examples/PachubeClient/PachubeClient.ino libraries/Ethernet/examples/PachubeClientString/PachubeClientString.ino libraries/Firmata/examples/EchoString/EchoString.ino libraries/SD/File.cpp libraries/SoftwareSerial/SoftwareSerial.cpp libraries/SoftwareSerial/SoftwareSerial.h libraries/SoftwareSerial/examples/SoftwareSerialExample/SoftwareSerialExample.ino libraries/SoftwareSerial/keywords.txt | |||
2011-10-21 | added more USB source adapted from sketch core. still not enumerating. | Zach Eveland | |
2011-10-10 | Putting the Uno lock bits back. | David A. Mellis | |
2011-10-10 | Modify Uno "lock" bits in boards.txt to make bootloader readable by | WestfW | |
sketches. Part of http://code.google.com/p/arduino/issues/detail?id=554 (cherry picked from commit 39a496616f241a3908d7821dcb15520f16ecd871) | |||
2011-09-28 | Changing Ethernet upload protocol from stk500 to arduino. | David A. Mellis | |
http://code.google.com/p/arduino/issues/detail?id=649 | |||
2011-09-16 | Commenting out micro board for now since it's not being released yet. | David A. Mellis | |
2011-09-16 | restored accidentally-deleted Leonardo type in boards.txt | Zach Eveland | |
2011-09-16 | restored Micro entry in boards.txt, made separate bootloader images for ↵ | Zach Eveland | |
Leonardo and Micro. | |||
2011-09-16 | Moving Leonardo after Uno. | David A. Mellis | |
2011-09-08 | fixed bug where sketches over 28k caused subsequent auto-reset-and-upload ↵ | Zach Eveland | |
attempts to fail. fixed bug in reboot routine, changed fuses to select 1024-word bootloader size, disabled hardware boot enable. | |||
2011-09-08 | Revert "added Micro section to boards.txt. specified different bootloader ↵ | Zach Eveland | |
hex files for Leonardo and Micro (differ only by PID). added PID entries to boards.txt" This reverts commit 3b5122e13837eede7c10acf484efdee4d03e802d. | |||
2011-09-08 | added Micro section to boards.txt. specified different bootloader hex files ↵ | Zach Eveland | |
for Leonardo and Micro (differ only by PID). added PID entries to boards.txt | |||
2011-09-05 | changed baudrate for auto-reset-and-upload back to 1200 bps. specified ↵ | Zach Eveland | |
arduino protocol for Leonardo avrdude upload. | |||
2011-09-05 | Merge branch 'new-extension' of https://github.com/arduino/Arduino into ↵ | Zach Eveland | |
new-extension Conflicts: build/macosx/dist/tools-universal.zip build/windows/avr_tools.zip hardware/arduino/cores/arduino/HardwareSerial.cpp | |||
2011-09-02 | Merge branch 'new-extension' of github.com:arduino/Arduino into new-extension | David Mellis | |
2011-09-02 | Updating to avrdude 5.11 (Windows). stk500 -> arduino in boards.txt. | David Mellis | |
http://code.google.com/p/arduino/issues/detail?id=606 | |||
2011-08-31 | Adding Arduino Ethernet and Arduino Mega ADK (joint w/ Mega 2560) to boards ↵ | David A. Mellis | |
menu. http://code.google.com/p/arduino/issues/detail?id=594 | |||
2011-08-30 | brought leonardo folder in line with new variants scheme | Zach Eveland | |
2011-08-30 | Merge branch 'mainline' into new-extension | Zach Eveland | |
2011-08-27 | auto-upload-and-reset works now at 300 bps. patched avrdude for Mac to ↵ | Zach Eveland | |
support 300 bps connection, changed core and boards.txt to match | |||
2011-08-24 | changed auto-reset method for upload: now triggered by opening port at 1200 bps | Zach Eveland | |
2011-08-23 | Distinguishing those boards with eight analog inputs (Fio, BT, Nano, Mini). | David A. Mellis | |
http://code.google.com/p/arduino/issues/detail?id=499 | |||
2011-08-23 | Renaming pins/ directory to the more generic variants/ | David A. Mellis | |
http://code.google.com/p/arduino/issues/detail?id=588 | |||
2011-08-11 | diskloader source and binary for 32u4 | Zach Eveland | |
2011-08-10 | support for 32u4 and Leonardo pins, uploading, and bootloader programming | Zach Eveland | |
2011-06-14 | Modify Uno "lock" bits in boards.txt to make bootloader readable by | WestfW | |
sketches. Part of http://code.google.com/p/arduino/issues/detail?id=554 | |||
2011-03-09 | Fixing typo in boards.txt. | David A. Mellis | |
2011-03-04 | Factoring pin definitions out of the core. | David A. Mellis | |
That is, there's now a pins/ directory in a platform, which includes multiple directories, each of which has its own pins_arduino.h. The boards.txt gets a new preferences, <BOARD>.build.pins, whose values is a sub-directory of the pins/ directory (possibly with a "platform:" prefix). That sub-directory is then placed in the include path during compilation. | |||
2010-09-24 | Adding Arduino Mega 2560 board entry. | David A. Mellis | |
2010-09-22 | Adding optiboot and Arduino Uno boards menu entry. | David A. Mellis | |
2010-08-07 | Adding Arduino BT w/ ATmega328 to the boards menu. | David A. Mellis | |
2010-05-16 | Adding 5V, 16 MHz versions of the Arduino Pro and Pro Mini (ATmega328 and ↵ | David A. Mellis | |
ATmega168) to the boards menu. | |||
2010-05-08 | Removing some Processing stuff that we don't need. | David A. Mellis | |
Moving the Arduino Fio up in the boards menu. | |||
2010-03-28 | Added Fio to boards.txt, now that it's part of the lineup. | Tom Igoe | |
2009-07-21 | Renaming the 328 and 168 boards. | David A. Mellis | |
2009-07-14 | Adding Nano w/ ATmega328. | David A. Mellis | |
2009-06-01 | First integration of the Arduino code in Processing 5503: PreProcessor and ↵ | David A. Mellis | |
Compiler have been integrated with changes to the Sketch. Compilation still has problems (Thread error on success, and can't handle non-pde files in a sketch). Modified the Mac OS X make.sh to copy the hardware, avr tools, and example over. Removing some of the antlr stuff. Disabling the Commander (command-line execution) for now. Added Library, LibraryManager, and Target. Added support for prefixed preferences (e.g. for boards and programmers). |