aboutsummaryrefslogtreecommitdiff
path: root/boards.txt
AgeCommit message (Collapse)Author
2013-09-06Merge remote-tracking branch 'arduino/ide-1.5.x' into dev-ide-1.5.x-discoveryFederico Fissore
2013-08-31Wrong boards.txt entry (sub-menu items) for Arduino Nano w/atmega328.Cristian Maglie
Fixes #1558
2013-08-23Merge branch 'ide-1.5.x' into dev-ide-1.5.x-discoveryCristian Maglie
Conflicts: app/src/processing/app/Preferences.java app/src/processing/app/debug/Uploader.java
2013-08-22Merged robot coreCristian Maglie
2013-07-30Updated boards.txt for Arduino YunCristian Maglie
2013-07-30Merge branch 'ide-1.5.x' into dev-ide-1.5.x-discoveryCristian Maglie
Conflicts: hardware/arduino/avr/cores/arduino/USBCore.cpp
2013-07-22Fixed usb_products on some AVR boardsCristian Maglie
2013-07-17boards.txt: Refactor the default usb build flags into a generic property in ↵Angus Gratton
platform.txt
2013-07-17Allow USB product and manufacturer strings to be supplied in boards.txtAngus Gratton
2013-06-13HTTPUploader is now SSHUploaderFederico Fissore
running avrdude with ssh, thus recovering incremental output
2013-06-01Merge branch 'merge-1.0.5' into ide-1.5.x-discoveryCristian Maglie
2013-05-29Merged 1.0.5Cristian Maglie
2013-05-23Etheris references renamed Yun without accent to avoid encoding issuesFederico Fissore
2013-05-17Robot has its own coreCristian Maglie
2013-05-16right etheris valuesFederico Fissore
2013-05-14Etheris bootloaderFederico Fissore
updated python bridge path
2013-05-13Added robot hardwareCristian Maglie
2013-05-13etheris is now a 32u4Federico Fissore
2013-05-06temporary switch to 328p specsFederico Fissore
2013-05-06adding 0x to PID/VID valuesFederico Fissore
2013-05-06boards.txt modified. java code updatedFederico Fissore
2013-05-06boards.txtFederico Fissore
2013-05-06boards.txtFederico Fissore
2013-05-06wrong esplora PIDFederico Fissore
2013-05-06new boards.txt with indexed vid and pidFederico Fissore
2013-05-06working on #223: Auto-detection of serial ports. Linux version readyFederico Fissore
2013-04-22Detect RAM usage and stop if fullLoren 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-17Reverted to old board idsCristian Maglie
2013-03-06Added auto-generation for 'build.board' value in boards.txt.Cristian Maglie
See #1305.
2013-03-03Slighty changed custom menu format: simplifies parsingCristian Maglie
2013-02-13merging ide-1.5.xFederico Fissore
2013-02-13fixing PID for esploraFederico Fissore
2013-02-11BOARDS and ARCH defines from boards.txtCristian Maglie
See #308
2012-12-10Burn production-tested bootloader for very old Atmega8Cristian Maglie
2012-12-10Merged 1.0.3Cristian Maglie
2012-12-07Added support for Arduino EsploraCristian Maglie
2012-11-30Updated firmware for atmega8 for new avr-gcc versions.Cristian Maglie
fixes #153 fixes #1122
2012-11-25Fixed boards.txt (added Micro and fixed path for LilyPadUSB bootloader)Cristian Maglie
2012-11-04Merged 1.0.2Cristian 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-01Adding LilyPad Arduino USB.David A. Mellis
2012-10-31updated boards.txtFederico Fissore
2012-10-31updated boards.txtFederico Fissore
2012-10-31updated boards.txtFederico Fissore
2012-10-31updated boards.txtFederico Fissore
2012-10-29new boards menu with custom submenusFederico Fissore
https://code.google.com/p/arduino/issues/detail?id=257
2012-10-27Adding Micro.David A. Mellis
2012-10-18Merged upstream arduino branchCristian Maglie
2012-10-15boards and cpu type menusFederico Fissore
2012-09-07Upload over debug portCristian Maglie
2012-08-06Fixed all boards.txt definitions in AVR arch.Cristian Maglie