Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-06-13 | HTTPUploader is now SSHUploader | Federico Fissore | |
running avrdude with ssh, thus recovering incremental output | |||
2013-06-01 | Merge branch 'merge-1.0.5' into ide-1.5.x-discovery | Cristian Maglie | |
2013-05-29 | Merged 1.0.5 | Cristian Maglie | |
2013-05-23 | Etheris references renamed Yun without accent to avoid encoding issues | Federico Fissore | |
2013-05-17 | Robot has its own core | Cristian Maglie | |
2013-05-16 | right etheris values | Federico Fissore | |
2013-05-14 | Etheris bootloader | Federico Fissore | |
updated python bridge path | |||
2013-05-13 | Added robot hardware | Cristian Maglie | |
2013-05-13 | etheris is now a 32u4 | Federico Fissore | |
2013-05-06 | temporary switch to 328p specs | Federico Fissore | |
2013-05-06 | adding 0x to PID/VID values | Federico Fissore | |
2013-05-06 | boards.txt modified. java code updated | Federico Fissore | |
2013-05-06 | boards.txt | Federico Fissore | |
2013-05-06 | boards.txt | Federico Fissore | |
2013-05-06 | wrong esplora PID | Federico Fissore | |
2013-05-06 | new boards.txt with indexed vid and pid | Federico Fissore | |
2013-05-06 | working on #223: Auto-detection of serial ports. Linux version ready | Federico Fissore | |
2013-04-22 | Detect RAM usage and stop if full | Loren M. Lang | |
This resolves issue #1356 and add the ability for the Arduino IDE to detect the amount of RAM allocated to a sketch and compare that to the available RAM on each board. If RAM is more than 90% full, it will fail on building since there is not enough free RAM for the heap and stack to use. | |||
2013-04-17 | Reverted to old board ids | Cristian Maglie | |
2013-03-06 | Added auto-generation for 'build.board' value in boards.txt. | Cristian Maglie | |
See #1305. | |||
2013-03-03 | Slighty changed custom menu format: simplifies parsing | Cristian Maglie | |
2013-02-13 | merging ide-1.5.x | Federico Fissore | |
2013-02-13 | fixing PID for esplora | Federico Fissore | |
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 |