Commit Graph

153 Commits

Author SHA1 Message Date
Martino Facchin 1b14cc0733 Add menu for Nano with Optiboot bootloader
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
2018-02-19 14:53:30 +01:00
per1234 44ce914c8c Use correct part names in Tools > Processor menus
It's ATmega328P, not ATmega328.

Partially solves https://github.com/arduino/Arduino/issues/6369
2017-07-18 12:22:43 +02:00
sergiotomasello ab4a502358 upd: build.board 2017-03-20 15:10:53 +01:00
sergiotomasello 942744d800 upd: uno wifi with wifi link
compatibility of uno wifi dev. ed. with wifi link library
2017-03-14 19:04:39 +02:00
Adrien Descamps 7486021e93 fix extended fuse bits for ethernet board
Forgot to fix ethernet board in previous commit
2017-03-07 12:25:54 +01:00
Adrien Descamps c86587a21a Set unused bits of extended fuse to 1
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.
2017-03-07 12:25:54 +01:00
Martino Facchin 0c92777bdd Add Arduino UNO Wifi board
Both serial and OTA upload methods

OTA upload uses the ESP8266 method with a custom upload tool (https://github.com/arduino/arduinoOTA)
2016-12-21 15:53:59 +01:00
Cristian Maglie 4f79c0f7f0 Merge branch 'master' of github.com:arduino/Arduino 2016-12-19 18:32:27 +01:00
Cristian Maglie a8fcbdb455 Fixed build.board for some boards 2016-12-19 18:32:20 +01:00
Martino Facchin ec8eeacf1d Fix Circuitplay tools reference (take 2) 2016-12-16 18:10:06 +01:00
Martino Facchin fffb6e0260 Fix Circuitplay core and tools reference
While not plainly wrong, since the board is not contained in a 3rd party package, use the "baseline" reference method
2016-12-16 17:45:05 +01:00
Martino Facchin 555c078dcc Merge pull request #5731 from facchinm/tian_support
Add Arduino.org board definitions
2016-12-16 16:27:09 +01:00
Cristian Maglie 0f47df12e0 Added empty efuse property for atmega8 bootloader rules
See #2075
2016-12-16 16:23:51 +01:00
Martino Facchin 776bcf243a Adding Arduino.org new boards
Yun derived (Industrial101, YunMini, LininoOne) and Leonardo Ethernet
2016-12-16 10:59:00 +01:00
Cristian Maglie 2c5410bf4f Added Adafruit Circuits Playground board 2016-12-14 15:00:23 +01:00
Cristian Maglie ebdeabfd1d Added support to Genuino boards (drivers, boards.txt entries, bootloaders) 2015-08-27 10:40:03 +02:00
Federico Fissore 25e642084a Yun bootloader without blink 2015-07-07 17:15:42 +02:00
Cristian Maglie bb40f4d1af [gemma] Integration of Gemma board 2015-05-06 15:55:56 +02:00
Federico Fissore e78dba9b34 Disabling uncertified warning, leaving vids/pids 2015-04-27 10:55:16 +02:00
Federico Fissore d3e03f0381 Added warning for uncertified boards 2015-03-10 08:52:41 +01:00
Arnav Gupta f1d5c050b0 set correct max size for mega2560
Signed-off-by: Arnav Gupta <championswimmer@gmail.com>
2014-09-20 03:09:54 +05:30
Kristian Lauszus 0c3ae05f59 Arduino Pro and Pro Mini should use eightanaloginputs variant, so all 8 analog pins can be used 2014-06-28 22:37:26 +02:00
Matthijs Kooijman 2eb6101744 In boards.txt, rename atmega328diecimila to diecimila
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-12-08 18:16:31 +01:00
Kristian Lauszus 09fd6d7b0a Added VID and PID for older Arduino Unos 2013-11-11 02:41:44 +01:00
Cristian Maglie ac2ce91009 Merge branch 'master' into ide-1.5.x 2013-11-03 14:00:42 +01:00
Cristian Maglie 24dc51bfde Added Arduino Ethernet variant.
Fixes #925
2013-11-03 13:52:08 +01:00
Cristian Maglie d27087455d Small fixes to avr/boards.txt:
- 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-09 17:00:40 +02:00
Kristian Sloth Lauszus 3f7d86a779 Combine Mega and Mega 2560 2013-10-03 20:36:25 +02:00
Kristian Sloth Lauszus df7828d082 Split Arduino ADK into separate board 2013-10-03 20:32:28 +02:00
Federico Fissore acc2067627 Added yun variant with LED_BUILTIN definition. Closes #1585 2013-09-30 10:07:03 +02:00
Federico Fissore b018e810ef boards.txt: fixed wrong extended fuses when using external programmer with a yun 2013-09-25 17:25:31 +02:00
Cristian Maglie 452387a184 Fix wrong 'maximum_data_size' key in boards.txt 2013-09-13 20:05:38 +02:00
Cristian Maglie 1d865de59a Merge branch 'ide-1.5.x' into dev-ide-1.5.x-discovery
Conflicts:
	build/shared/revisions.txt
2013-09-10 12:10:57 +02:00
Cristian Maglie c0ca10c08b Added SRAM size for some boards. 2013-09-09 17:49:37 +02:00
Federico Fissore 35f10e412f Merge remote-tracking branch 'arduino/ide-1.5.x' into dev-ide-1.5.x-discovery 2013-09-06 12:59:24 +02:00
Cristian Maglie 4d851c1c59 Wrong boards.txt entry (sub-menu items) for Arduino Nano w/atmega328.
Fixes #1558
2013-08-31 15:20:15 +02:00
Cristian Maglie 540743129b Merge branch 'ide-1.5.x' into dev-ide-1.5.x-discovery
Conflicts:
	app/src/processing/app/Preferences.java
	app/src/processing/app/debug/Uploader.java
2013-08-23 15:59:24 +02:00
Cristian Maglie 6a1c3303d6 Merged robot core 2013-08-22 16:29:49 +02:00
Cristian Maglie 073b3ac9d4 Updated boards.txt for Arduino Yun 2013-07-30 10:58:02 +02:00
Cristian Maglie acb3df6d43 Merge branch 'ide-1.5.x' into dev-ide-1.5.x-discovery
Conflicts:
	hardware/arduino/avr/cores/arduino/USBCore.cpp
2013-07-30 10:45:44 +02:00
Cristian Maglie bda85506ea Fixed usb_products on some AVR boards 2013-07-22 12:30:25 +02:00
Angus Gratton 96286247b6 boards.txt: Refactor the default usb build flags into a generic property in platform.txt 2013-07-17 14:37:39 +02:00
Angus Gratton a33cba585f Allow USB product and manufacturer strings to be supplied in boards.txt 2013-07-17 14:37:29 +02:00
Federico Fissore 76f75eee51 HTTPUploader is now SSHUploader
running avrdude with ssh, thus recovering incremental output
2013-06-13 13:01:21 +02:00
Cristian Maglie 177ad96f86 Merge branch 'merge-1.0.5' into ide-1.5.x-discovery 2013-06-01 23:16:02 +02:00
Cristian Maglie d90fcca583 Merged 1.0.5 2013-05-29 18:30:36 +02:00
Federico Fissore 5ab307f06f Etheris references renamed Yun without accent to avoid encoding issues 2013-05-23 09:53:56 +02:00
Cristian Maglie ef4e8c6537 Robot has its own core 2013-05-17 11:02:00 +02:00
Federico Fissore 09749bdf01 right etheris values 2013-05-16 15:37:42 +02:00
Federico Fissore 180713e5e7 Etheris bootloader
updated python bridge path
2013-05-14 16:51:42 +02:00