Commit Graph

51 Commits

Author SHA1 Message Date
Cristian Maglie ebdeabfd1d Added support to Genuino boards (drivers, boards.txt entries, bootloaders) 2015-08-27 10:40:03 +02:00
Cristian Maglie 99fa1b0cbb Merge branch 'master' into ide-1.5.x
Conflicts:
	app/src/processing/app/Base.java
	build/build.xml
	todo.txt
2014-09-16 12:19:39 +02:00
qperez42@gmail.com 4d5358d307 fix Descriptor.c 2014-08-25 09:52:10 +02:00
Fede85 3bef9827bf added support for the ArduinoISP 2014-07-02 15:03:12 +02:00
Cristian Maglie 1bc01d541e Update ArduinoWifiShield_upgrade_mac.sh 2014-07-01 19:11:19 +02:00
Ankit Daftery 684e152fee Update ArduinoWifiShield_upgrade.sh
File path should be updated, is wrong currently, will throw an error saying files missing.
2014-07-01 19:09:49 +02:00
Cristian Maglie f4fad5f1a4 Merge branch 'master' into ide-1.5.x 2014-07-01 19:07:55 +02:00
Cristian Maglie c9329f580a Fixed permission on wifishield upgrade script. 2014-07-01 19:05:03 +02:00
benoit.git 42a544ee1b corrected wrong path to firmware binaries in wifishield upgrade script for mac 2014-06-08 00:01:40 +02:00
Cristian Maglie ee90e68e86 Merged 1.0.5
Merge remote-tracking branch 'arduino/master' into ide-1.5.x

Conflicts:
	app/src/processing/app/Base.java
	build/shared/revisions.txt
	hardware/arduino/avr/cores/arduino/malloc.c
	hardware/arduino/cores/arduino/avr-libc/malloc.c
	hardware/arduino/cores/arduino/malloc.c
	todo.txt
2013-04-03 13:51:04 +02:00
Fede85 dc7b070c81 updated config() methods in WiFi library 2013-03-28 12:56:57 +01:00
Cristian Maglie 802eaa96c7 Merge remote-tracking branch 'mlafauci/wifishield-bugfix' into HEAD 2013-03-28 12:10:48 +01:00
Mimmo La Fauci 881e9430a1 Fix print message on dhcp status 2013-03-26 22:26:21 +01:00
Mimmo La Fauci 6265d40181 Fix issue on client side 2013-03-26 19:49:19 +01:00
Mimmo La Fauci ed45296132 Fixed issue loading the firmware with bootloader 2013-03-25 23:49:21 +01:00
Mimmo La Fauci 41d49e97f0 Fix issue with multiple clients on WebServer 2013-03-22 13:42:12 +01:00
Mimmo La Fauci e43ed7d47d Added API to set static IP and DNS server 2013-03-21 09:24:07 +01:00
Cristian Maglie c2de020c3d Merge remote-tracking branch 'mlafauci/wifishield-bugfix' into HEAD 2013-03-20 11:35:55 +01:00
Mimmo La Fauci f0ba738a71 Fix issue related to multiple client opened on web server sketch 2013-03-17 19:23:16 +01:00
Mimmo La Fauci 9f77c83510 Commit Binary 2013-03-16 15:55:49 +01:00
Mimmo La Fauci f6b90fecae Add info instead of printk 2013-03-16 15:55:29 +01:00
Mimmo La Fauci 642348b69d Fix problem on UDP NTP client 2013-03-16 15:08:08 +01:00
Mimmo La Fauci e477d8cffa Fixed issu con client.available to return the correct number of bytes 2013-03-16 12:33:50 +01:00
Fede85 84d842a16f changes in the script for upgrading the wifi shield 2013-03-11 01:01:02 +01:00
Mimmo La Fauci cc8291eda8 Updated binaries for Wifi shield 2013-03-10 22:56:22 +01:00
Mimmo La Fauci 8c5d809280 Updates to WiFi shield firmware. 2013-03-10 22:55:21 +01:00
Cristian Maglie 433090f18b Merged 1.0.3 2012-12-10 15:55:05 +01:00
Federico Fissore c453e0a32e fixed permissions on a lot of text files. see #1116 2012-12-10 10:42:49 +01:00
mlf a400fd3cd5 Issue #9: Connection dies after a few seconds
Issue 1024: TCP connections die after few seconds of inactivity
2012-11-28 13:16:58 +01:00
David A. Mellis bd45bf50c7 Merge branch 'master' of ../wifishield 2012-09-13 10:42:25 -04:00
David A. Mellis 0d9a111fac Moving into firmwares directory. 2012-09-13 10:41:16 -04:00
David A. Mellis 6225a85960 Moving ATmegaXXU2 firmwares into subdirectory. 2012-09-13 10:39:59 -04:00
Cristian Maglie 83f847c992 Added latest firmware for usbserial (not combined with DFU) 2011-11-12 12:57:30 +01:00
Cristian Maglie 07cf56e26c Added latest firmware for atmega16u2 on R3 boards 2011-11-11 11:38:04 -05:00
David A. Mellis 31fc07f33e Minor ATmega8U2 firmware update and new .hex files.
Adding LUFA_OPTS += -D DEVICE_STATE_AS_GPIOR=0 to makefile to save space, updating release number to 0x0001.
2010-12-04 14:28:56 -05:00
David A. Mellis 0f0ed6b45f Minor bug fixes to the 8U2 USB-to-serial firmware. 2010-12-04 13:50:27 -05:00
David A. Mellis 4fefe032a5 Fixing Linux UNO serial bug (thanks to Dean Camera).
Enabling INTERRUPT_CONTROL_ENDPOINT in the makefile so we don't miss control messages from Linux.  Also deleted two unused USB events to save a few bytes of space (the Mega 2560 .hex is now exactly 4096 bytes).
2010-11-29 23:26:54 -05:00
David A. Mellis 7e23fae1a4 More information on USB VID/PIDs. 2010-09-28 17:19:07 -04:00
David A. Mellis 9cd68e69d3 Replacing Arduino VID / PID with the Atmel-supplied ones. 2010-09-28 09:31:10 -04:00
David A. Mellis 0785eebdad Adding note about Arduino VID and PIDs. 2010-09-27 12:20:38 -04:00
David A. Mellis 7bc34012a2 Adding readme about the firmwares. 2010-09-24 10:40:37 -04:00
David A. Mellis b0e6e58efb Adding usbserial and usbdfu firmwares (and combined compiled .hex files). 2010-09-24 10:35:54 -04:00
David A. Mellis 28b81996d3 Moving Standard_Firmata out of the distribution because Hans may be making some non-backwards compatible changes. 2008-03-28 21:37:02 +00:00
Hans-Christoph Steiner 7fb83befd4 renamed to more descriptive name 2008-03-26 17:12:43 +00:00
Hans-Christoph Steiner 5ac0066c85 renamed to more descriptive name 2008-03-26 17:12:12 +00:00
David A. Mellis ed8d8ec50d Upping the baud rate to 115200. 2008-02-16 19:31:38 +00:00
David A. Mellis d9fe4c8059 Adding a stable version of Firmata - this is the same as the one in the Arduino library for Processing on the playground (57600 baud). 2008-01-22 23:59:10 +00:00
David A. Mellis 193f1c9416 Moving development (library-based) version of Firmata to a branch so I can include a stable one in the distribution. 2008-01-22 23:50:21 +00:00
David A. Mellis 5f3976696d Moving hardware/targets to hardware/cores. 2007-10-06 14:47:50 +00:00
David A. Mellis 72e9f39fbd Renaming core to targets. 2007-10-06 14:09:02 +00:00