Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-03-10 | Added warning for uncertified boards | Federico Fissore | |
2014-09-20 | set correct max size for mega2560 | Arnav Gupta | |
Signed-off-by: Arnav Gupta <championswimmer@gmail.com> | |||
2014-06-28 | Arduino Pro and Pro Mini should use eightanaloginputs variant, so all 8 ↵ | Kristian Lauszus | |
analog pins can be used | |||
2013-12-08 | In boards.txt, rename atmega328diecimila to diecimila | Matthijs Kooijman | |
This board has a "cpu" submenu to select either atmega328 or atmega168, so it does not make sense to put atmega328 in the main board name. | |||
2013-11-11 | Added VID and PID for older Arduino Unos | Kristian Lauszus | |
2013-11-03 | Merge branch 'master' into ide-1.5.x | Cristian Maglie | |
2013-11-03 | Added Arduino Ethernet variant. | Cristian Maglie | |
Fixes #925 | |||
2013-10-09 | Small fixes to avr/boards.txt: | Cristian Maglie | |
- adjusted Mega board name - moved pid/vid to the proper place - defined default build.board prop (so the IDE stops warning about that) See #1605 | |||
2013-10-03 | Combine Mega and Mega 2560 | Kristian Sloth Lauszus | |
2013-10-03 | Split Arduino ADK into separate board | Kristian Sloth Lauszus | |
2013-09-30 | Added yun variant with LED_BUILTIN definition. Closes #1585 | Federico Fissore | |
2013-09-25 | boards.txt: fixed wrong extended fuses when using external programmer with a yun | Federico Fissore | |
2013-09-13 | Fix wrong 'maximum_data_size' key in boards.txt | Cristian Maglie | |
2013-09-10 | Merge branch 'ide-1.5.x' into dev-ide-1.5.x-discovery | Cristian Maglie | |
Conflicts: build/shared/revisions.txt | |||
2013-09-09 | Added SRAM size for some boards. | Cristian Maglie | |
2013-09-06 | Merge remote-tracking branch 'arduino/ide-1.5.x' into dev-ide-1.5.x-discovery | Federico Fissore | |
2013-08-31 | Wrong boards.txt entry (sub-menu items) for Arduino Nano w/atmega328. | Cristian Maglie | |
Fixes #1558 | |||
2013-08-23 | Merge branch 'ide-1.5.x' into dev-ide-1.5.x-discovery | Cristian Maglie | |
Conflicts: app/src/processing/app/Preferences.java app/src/processing/app/debug/Uploader.java | |||
2013-08-22 | Merged robot core | Cristian Maglie | |
2013-07-30 | Updated boards.txt for Arduino Yun | Cristian Maglie | |
2013-07-30 | Merge branch 'ide-1.5.x' into dev-ide-1.5.x-discovery | Cristian Maglie | |
Conflicts: hardware/arduino/avr/cores/arduino/USBCore.cpp | |||
2013-07-22 | Fixed usb_products on some AVR boards | Cristian Maglie | |
2013-07-17 | boards.txt: Refactor the default usb build flags into a generic property in ↵ | Angus Gratton | |
platform.txt | |||
2013-07-17 | Allow USB product and manufacturer strings to be supplied in boards.txt | Angus Gratton | |
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 | |