Commit Graph

109 Commits

Author SHA1 Message Date
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
Cristian Maglie 08afd2dd60 Added robot hardware 2013-05-13 19:50:59 +02:00
Federico Fissore 6ef05397f4 etheris is now a 32u4 2013-05-13 17:01:07 +02:00
Federico Fissore 48eb4551dc temporary switch to 328p specs 2013-05-06 12:31:04 +02:00
Federico Fissore 4dae270a22 adding 0x to PID/VID values 2013-05-06 12:31:03 +02:00
Federico Fissore f3b7f6f19b boards.txt modified. java code updated 2013-05-06 12:31:02 +02:00
Federico Fissore 976b024a5b boards.txt 2013-05-06 12:31:02 +02:00
Federico Fissore fb39b26056 boards.txt 2013-05-06 12:31:02 +02:00
Federico Fissore 9d4f29a6ab wrong esplora PID 2013-05-06 12:31:02 +02:00
Federico Fissore 70e8851bf1 new boards.txt with indexed vid and pid 2013-05-06 12:31:01 +02:00
Federico Fissore fa276cc91c working on #223: Auto-detection of serial ports. Linux version ready 2013-05-06 12:31:01 +02:00
Loren M. Lang e1da15aeb5 Detect RAM usage and stop if full
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-22 17:48:22 -07:00
Cristian Maglie fd662d8639 Reverted to old board ids 2013-04-17 17:45:57 +02:00
Cristian Maglie 8d09b16828 Added auto-generation for 'build.board' value in boards.txt.
See #1305.
2013-03-06 12:49:41 +01:00
Cristian Maglie 384360b68a Slighty changed custom menu format: simplifies parsing 2013-03-03 11:31:31 +01:00
Federico Fissore 297028eaab merging ide-1.5.x 2013-02-13 16:25:40 +01:00
Federico Fissore a103e031d8 fixing PID for esplora 2013-02-13 13:33:43 +01:00
Cristian Maglie 254ad52151 BOARDS and ARCH defines from boards.txt
See #308
2013-02-11 19:43:04 +01:00
Cristian Maglie bb9cc4f70c Burn production-tested bootloader for very old Atmega8 2012-12-10 16:08:23 +01:00
Cristian Maglie 433090f18b Merged 1.0.3 2012-12-10 15:55:05 +01:00
Cristian Maglie 1668039101 Added support for Arduino Esplora 2012-12-07 18:11:07 +01:00
Cristian Maglie 4c371b4ae9 Updated firmware for atmega8 for new avr-gcc versions.
fixes #153
fixes #1122
2012-11-30 23:15:30 +01:00
Cristian Maglie f8568cff0b Fixed boards.txt (added Micro and fixed path for LilyPadUSB bootloader) 2012-11-25 15:10:29 +01:00
Cristian Maglie 706f5c74b2 Merged 1.0.2
Merge remote-tracking branch 'arduino/master' into ide-1.5.x

Conflicts:
	app/src/processing/app/debug/AvrdudeUploader.java
	build/shared/examples/09.USB/Keyboard/KeyboardLogout/KeyboardLogout.ino
	build/shared/examples/09.USB/Keyboard/KeyboardReprogram/KeyboardReprogram.ino
	build/shared/examples/09.USB/Keyboard/KeyboardSerial/KeyboardSerial.ino
	build/shared/examples/09.USB/Mouse/ButtonMouseControl/ButtonMouseControl.ino
	build/shared/examples/09.USB/Mouse/JoystickMouseControl/JoystickMouseControl.ino
	hardware/arduino/boards.txt
2012-11-04 22:49:14 +01:00
David A. Mellis cfec7864e9 Adding LilyPad Arduino USB. 2012-11-01 10:45:50 -04:00
Federico Fissore 4a94316ff8 updated boards.txt 2012-10-31 18:08:03 +01:00
Federico Fissore 89f22c45d9 updated boards.txt 2012-10-31 18:03:06 +01:00
Federico Fissore 2cea134ccd updated boards.txt 2012-10-31 17:53:40 +01:00
Federico Fissore f276844712 updated boards.txt 2012-10-31 17:48:47 +01:00
Federico Fissore 1f203fc293 new boards menu with custom submenus
https://code.google.com/p/arduino/issues/detail?id=257
2012-10-29 16:40:49 +01:00
David A. Mellis 42ca56fb83 Adding Micro. 2012-10-27 14:12:26 -04:00
Cristian Maglie 6a45ba48ab Merged upstream arduino branch 2012-10-18 15:50:09 +02:00
Federico Fissore 8bfedde074 boards and cpu type menus 2012-10-15 22:48:12 +02:00
Cristian Maglie 936aaf58b4 Upload over debug port 2012-09-07 15:59:44 +02:00
Cristian Maglie c94c982c78 Fixed all boards.txt definitions in AVR arch. 2012-08-06 10:24:24 +02:00
David A. Mellis ef7a66b845 Use "wiring" (not "stk500v2") avrdude protocol for uploads to Mega 2560.
It performs the auto-reset in avrdude.  Otherwise, some uploads seem to fail (possibly because it takes too long to launch avrdude from the IDE, so there's too much of a delay between the auto-reset done by the IDE and the upload).

http://code.google.com/p/arduino/issues/detail?id=806
2012-07-15 09:12:08 -04:00
Cristian Maglie 31c2457783 Added default extra_flags parameter to allow build on all boards 2012-06-26 00:52:05 +02:00
Cristian Maglie 825a890430 Simplified boards.txt file 2012-05-25 17:31:55 +02:00
Cristian Maglie a3dbb49c07 Merge of arduino-1.0.1. Work in progress... 2012-05-23 09:22:52 +02:00
Cristian Maglie 324023a67a [sam] updated boards.txt from upstream 2012-04-28 15:47:19 +02:00
Zach Eveland d755d0035d changed PID values for Leonardo bootloader and sketch
done to avoid driver problems for users who installed the pre-release bootloader and driver
2012-04-25 15:56:18 -04:00
Zach Eveland e2e0260094 Micro I hardly knew ye 2012-04-09 10:12:14 -04:00
Zach Eveland ec83f55b62 sketch USB VID and PID values are passed in from boards.txt at compile time now. changed sketch PIDs to final values. also uncommented Micro section in boards.txt 2012-04-09 08:06:35 -04:00
Zach Eveland 53e51de832 removed old version of Leonardo's caterina bootloader, replaced with LUFA-based caterina 2012-03-08 13:47:42 -05:00
Zach Eveland 569b573d30 Merge branch 'master' of github.com:arduino/Arduino into LUFA_bootloader 2012-03-01 08:32:21 -05:00