aboutsummaryrefslogtreecommitdiff
path: root/boards.txt
AgeCommit message (Collapse)Author
2016-12-16Fix Circuitplay core and tools referenceMartino Facchin
While not plainly wrong, since the board is not contained in a 3rd party package, use the "baseline" reference method
2016-12-16Merge pull request #5731 from facchinm/tian_supportMartino Facchin
Add Arduino.org board definitions
2016-12-16Added empty efuse property for atmega8 bootloader rulesCristian Maglie
See #2075
2016-12-16Adding Arduino.org new boardsMartino Facchin
Yun derived (Industrial101, YunMini, LininoOne) and Leonardo Ethernet
2016-12-14Added Adafruit Circuits Playground boardCristian Maglie
2015-08-27Added support to Genuino boards (drivers, boards.txt entries, bootloaders)Cristian Maglie
2015-07-07Yun bootloader without blinkFederico Fissore
2015-05-06[gemma] Integration of Gemma boardCristian Maglie
2015-04-27Disabling uncertified warning, leaving vids/pidsFederico Fissore
2015-03-10Added warning for uncertified boardsFederico Fissore
2014-09-20set correct max size for mega2560Arnav Gupta
Signed-off-by: Arnav Gupta <championswimmer@gmail.com>
2014-06-28Arduino Pro and Pro Mini should use eightanaloginputs variant, so all 8 ↵Kristian Lauszus
analog pins can be used
2013-12-08In boards.txt, rename atmega328diecimila to diecimilaMatthijs 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-11Added VID and PID for older Arduino UnosKristian Lauszus
2013-11-03Merge branch 'master' into ide-1.5.xCristian Maglie
2013-11-03Added Arduino Ethernet variant.Cristian Maglie
Fixes #925
2013-10-09Small 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-03Combine Mega and Mega 2560Kristian Sloth Lauszus
2013-10-03Split Arduino ADK into separate boardKristian Sloth Lauszus
2013-09-30Added yun variant with LED_BUILTIN definition. Closes #1585Federico Fissore
2013-09-25boards.txt: fixed wrong extended fuses when using external programmer with a yunFederico Fissore
2013-09-13Fix wrong 'maximum_data_size' key in boards.txtCristian Maglie
2013-09-10Merge branch 'ide-1.5.x' into dev-ide-1.5.x-discoveryCristian Maglie
Conflicts: build/shared/revisions.txt
2013-09-09Added SRAM size for some boards.Cristian Maglie
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