Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-02-11 | BOARDS and ARCH defines from boards.txt | Cristian Maglie | |
See #308 | |||
2012-12-10 | Burn production-tested bootloader for very old Atmega8 | Cristian Maglie | |
2012-12-10 | Merged 1.0.3 | Cristian Maglie | |
2012-12-07 | Added support for Arduino Esplora | Cristian Maglie | |
2012-11-30 | Updated firmware for atmega8 for new avr-gcc versions. | Cristian Maglie | |
fixes #153 fixes #1122 | |||
2012-11-25 | Fixed boards.txt (added Micro and fixed path for LilyPadUSB bootloader) | Cristian Maglie | |
2012-11-04 | Merged 1.0.2 | Cristian Maglie | |
Merge remote-tracking branch 'arduino/master' into ide-1.5.x Conflicts: app/src/processing/app/debug/AvrdudeUploader.java build/shared/examples/09.USB/Keyboard/KeyboardLogout/KeyboardLogout.ino build/shared/examples/09.USB/Keyboard/KeyboardReprogram/KeyboardReprogram.ino build/shared/examples/09.USB/Keyboard/KeyboardSerial/KeyboardSerial.ino build/shared/examples/09.USB/Mouse/ButtonMouseControl/ButtonMouseControl.ino build/shared/examples/09.USB/Mouse/JoystickMouseControl/JoystickMouseControl.ino hardware/arduino/boards.txt | |||
2012-11-01 | Adding LilyPad Arduino USB. | David A. Mellis | |
2012-10-31 | updated boards.txt | Federico Fissore | |
2012-10-31 | updated boards.txt | Federico Fissore | |
2012-10-31 | updated boards.txt | Federico Fissore | |
2012-10-31 | updated boards.txt | Federico Fissore | |
2012-10-29 | new boards menu with custom submenus | Federico Fissore | |
https://code.google.com/p/arduino/issues/detail?id=257 | |||
2012-10-27 | Adding Micro. | David A. Mellis | |
2012-10-18 | Merged upstream arduino branch | Cristian Maglie | |
2012-10-15 | boards and cpu type menus | Federico Fissore | |
2012-09-07 | Upload over debug port | Cristian Maglie | |
2012-08-06 | Fixed all boards.txt definitions in AVR arch. | Cristian Maglie | |
2012-07-15 | Use "wiring" (not "stk500v2") avrdude protocol for uploads to Mega 2560. | David A. Mellis | |
It performs the auto-reset in avrdude. Otherwise, some uploads seem to fail (possibly because it takes too long to launch avrdude from the IDE, so there's too much of a delay between the auto-reset done by the IDE and the upload). http://code.google.com/p/arduino/issues/detail?id=806 | |||
2012-06-26 | Added default extra_flags parameter to allow build on all boards | Cristian Maglie | |
2012-05-25 | Simplified boards.txt file | Cristian Maglie | |
2012-05-23 | Merge of arduino-1.0.1. Work in progress... | Cristian Maglie | |
2012-04-28 | [sam] updated boards.txt from upstream | Cristian Maglie | |
2012-04-25 | changed PID values for Leonardo bootloader and sketch | Zach Eveland | |
done to avoid driver problems for users who installed the pre-release bootloader and driver | |||
2012-04-09 | Micro I hardly knew ye | Zach Eveland | |
2012-04-09 | sketch USB VID and PID values are passed in from boards.txt at compile time ↵ | Zach Eveland | |
now. changed sketch PIDs to final values. also uncommented Micro section in boards.txt | |||
2012-03-08 | removed old version of Leonardo's caterina bootloader, replaced with ↵ | Zach Eveland | |
LUFA-based caterina | |||
2012-03-01 | Merge branch 'master' of github.com:arduino/Arduino into LUFA_bootloader | Zach Eveland | |
2012-02-29 | Switching Mini w/ ATmega328 upload protocol from stk500 to arduino. | David A. Mellis | |
2012-02-14 | Changed Leonardo fuses to select longer clock startup time. | Zach Eveland | |
Done with the aim of discriminating more reliably between reset sources. | |||
2012-02-13 | Leonardo auto-reset-and-upload changes for Windows (explanation below) | Zach Eveland | |
On Windows COM port changes when board switched between bootloader and sketch. No way to prevent this so now Windows users have to select the upload port separate from the comm port. Also, handling of reset into bootloader was broken on Windows. Would occasionally leave the original COM port completely unusable. Changed the way this reset is initiated. Finally, had to add upload.disable.flushing=true flag to boards.txt so IDE wouldn't try to flush the original COM port after it disappeared. | |||
2012-02-05 | Upload/Program with configurable generic command line tools (wip) | Cristian Maglie | |
2012-02-03 | modify boards.txt with new settings for Caterina_LUFA | Zach Eveland | |
2012-02-01 | First attemp to generalize upload for mutiplatform IDE | Cristian Maglie | |
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 | |
2012-01-02 | Removed implicit xxxx.platform=avr from boards.txt | Cristian Maglie | |
2011-12-22 | Various post-merge refinements. | Cristian Maglie | |
2011-12-22 | Merge commit 'fcbbf8f4b4960bae1091c0cd9dc58b4a1885baf6' into platforms-b | Cristian Maglie | |
Conflicts: app/src/processing/app/Base.java app/src/processing/app/debug/Compiler.java build/build.xml hardware/arduino/boards.txt | |||
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 |