Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-02-22 | Add XInput to Circuit Playground name | David 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-22 | Merge tag '1.8.4' into upstream-1.8.4 | David Madison | |
2021-11-23 | Add Uno mini board | Martino Facchin | |
2021-10-14 | Added pluggable discovery/monitor definitions | Cristian Maglie | |
2020-11-02 | Update platform specification URLs in configuration files | per1234 | |
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-01 | Merge ArduinoCore-avr Release 1.8.2 | David Madison | |
2019-09-20 | Removed Genuino Micro and set to replace it with Arduino Micro on upload | Cristian Maglie | |
2019-09-19 | Remove Genuino Occurrences | Luca Cipriani | |
2019-08-02 | rename yunmini.bootloader.file on boards.txt | Geonil Goh | |
2019-02-19 | Change VID and PID in boards.txt | David Madison | |
Better to set these where intended so they can be easily overridden if need be. | |||
2019-02-15 | Use "w/ XInput" suffix on all board names | David Madison | |
Distinguish at a glance from the 'normal' boards in the IDE | |||
2019-02-15 | Remove non-USB boards | David 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-19 | Add menu for Nano with Optiboot bootloader | Martino 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-18 | Use correct part names in Tools > Processor menus | per1234 | |
It's ATmega328P, not ATmega328. Partially solves https://github.com/arduino/Arduino/issues/6369 | |||
2017-03-20 | upd: build.board | sergiotomasello | |
2017-03-14 | upd: uno wifi with wifi link | sergiotomasello | |
compatibility of uno wifi dev. ed. with wifi link library | |||
2017-03-07 | fix extended fuse bits for ethernet board | Adrien Descamps | |
Forgot to fix ethernet board in previous commit | |||
2017-03-07 | Set unused bits of extended fuse to 1 | Adrien 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-21 | Add Arduino UNO Wifi board | Martino 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-19 | Merge branch 'master' of github.com:arduino/Arduino | Cristian Maglie | |
2016-12-19 | Fixed build.board for some boards | Cristian Maglie | |
2016-12-16 | Fix Circuitplay tools reference (take 2) | Martino Facchin | |
2016-12-16 | Fix Circuitplay core and tools reference | Martino Facchin | |
While not plainly wrong, since the board is not contained in a 3rd party package, use the "baseline" reference method | |||
2016-12-16 | Merge pull request #5731 from facchinm/tian_support | Martino Facchin | |
Add Arduino.org board definitions | |||
2016-12-16 | Added empty efuse property for atmega8 bootloader rules | Cristian Maglie | |
See #2075 | |||
2016-12-16 | Adding Arduino.org new boards | Martino Facchin | |
Yun derived (Industrial101, YunMini, LininoOne) and Leonardo Ethernet | |||
2016-12-14 | Added Adafruit Circuits Playground board | Cristian Maglie | |
2015-08-27 | Added support to Genuino boards (drivers, boards.txt entries, bootloaders) | Cristian Maglie | |
2015-07-07 | Yun bootloader without blink | Federico Fissore | |
2015-05-06 | [gemma] Integration of Gemma board | Cristian Maglie | |
2015-04-27 | Disabling uncertified warning, leaving vids/pids | Federico Fissore | |
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 | |