aboutsummaryrefslogtreecommitdiff
path: root/boards.txt
AgeCommit message (Collapse)Author
2022-02-22Add XInput to Circuit Playground nameDavid Madison
Missed this one back in the day. Also added "32u4" to make a more obvious distinction in the IDE between the modern SAMD Circuit Playground board.
2022-02-22Merge tag '1.8.4' into upstream-1.8.4David Madison
2021-11-23Add Uno mini boardMartino Facchin
2021-10-14Added pluggable discovery/monitor definitionsCristian Maglie
2020-11-02Update platform specification URLs in configuration filesper1234
The Google Code URL in boards.txt is very outdated. The URL in platform.txt is to a more recent home of the content, which has been replaced with a link to the new location, but while I'm updating boards.txt, I might as well point both URLs to the real page.
2020-02-01Merge ArduinoCore-avr Release 1.8.2David Madison
2019-09-20Removed Genuino Micro and set to replace it with Arduino Micro on uploadCristian Maglie
2019-09-19Remove Genuino OccurrencesLuca Cipriani
2019-08-02rename yunmini.bootloader.file on boards.txtGeonil Goh
2019-02-19Change VID and PID in boards.txtDavid Madison
Better to set these where intended so they can be easily overridden if need be.
2019-02-15Use "w/ XInput" suffix on all board namesDavid Madison
Distinguish at a glance from the 'normal' boards in the IDE
2019-02-15Remove non-USB boardsDavid Madison
Removes boards from boards.txt, bootloaders for those boards, and variants for those boards. As none of these boards support USB there's no reason to keep them around.
2018-02-19Add menu for Nano with Optiboot bootloaderMartino Facchin
Since we are now factory flashing obtiboot, 115200 is the new default upload speed. Adding a new entry to CPU menu is more explicit than adding an "upload speed" menu, and the bootloader path can be updated too. Fixes https://github.com/arduino/Arduino/issues/4492
2017-07-18Use correct part names in Tools > Processor menusper1234
It's ATmega328P, not ATmega328. Partially solves https://github.com/arduino/Arduino/issues/6369
2017-03-20upd: build.boardsergiotomasello
2017-03-14upd: uno wifi with wifi linksergiotomasello
compatibility of uno wifi dev. ed. with wifi link library
2017-03-07fix extended fuse bits for ethernet boardAdrien Descamps
Forgot to fix ethernet board in previous commit
2017-03-07Set unused bits of extended fuse to 1Adrien Descamps
Avrdude has changed the way it handle unused bits in the extended fuse for atmega 328 and atmega 168, they are now at 1 instead of 0. See http://svn.savannah.nongnu.org/viewvc?view=rev&root=avrdude&revision=1335 for more info. This causes avrdude to fail when one try to write the fuse with the unused bits at 0, because the value it read back is not the same than the one it tried to write. This commit fixes the fuse value for all boards that use atmega328 or 168.
2016-12-21Add Arduino UNO Wifi boardMartino Facchin
Both serial and OTA upload methods OTA upload uses the ESP8266 method with a custom upload tool (https://github.com/arduino/arduinoOTA)
2016-12-19Merge branch 'master' of github.com:arduino/ArduinoCristian Maglie
2016-12-19Fixed build.board for some boardsCristian Maglie
2016-12-16Fix Circuitplay tools reference (take 2)Martino Facchin
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