Commit Graph

624 Commits

Author SHA1 Message Date
Kristian Sloth Lauszus 8d7deb7a1f Removed double instance of the same code 2013-05-02 01:00:17 +02:00
Kristian Sloth Lauszus 0a7b402c45 Check if ATmega32u4 is defined
Needed in order to work with Arduino Leonardo
2013-04-18 00:15:06 +02:00
Kristian Sloth Lauszus 8d26462be2 Removed call to analogPinToChannel for Leonardo 2013-04-18 00:07:33 +02:00
Kristian Sloth Lauszus b9717187fd Use analogPinToChannel if it's defined 2013-04-17 19:49:40 +02:00
Cristian Maglie f50c307be2 Fix deprecated ISR names for ATmega8.
See #881
2013-03-29 15:17:54 +01:00
Cristian Maglie ab41589c2b Removed deprecated interrupt handlers
Fixes #831 #881 #955 #1123 #1140
2013-03-29 14:41:36 +01:00
Cristian Maglie f39a246be5 Increased malloc margin to 128.
https://github.com/arduino/Arduino/pull/1329#issuecomment-15609148
See #857 #1329
2013-03-29 11:48:35 +01:00
Fede85 dc7b070c81 updated config() methods in WiFi library 2013-03-28 12:56:57 +01:00
Cristian Maglie c6dcde62af Merge branch 'wifishield-bugfix' 2013-03-28 12:27:11 +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
Cristian Maglie f567db7573 Backported malloc and realloc from avr-libc 1.8.0 (without test code)
See #857
2013-03-23 21:40:52 +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
Cristian Maglie 3d7a3018a1 Merge branch 'mega2560-bootloader' into HEAD 2013-03-11 12:52:49 +01:00
Fede85 84d842a16f changes in the script for upgrading the wifi shield 2013-03-11 01:01:02 +01:00
Cristian Maglie 477257b345 Merge remote-tracking branch 'arduino/master' into wifishield-bugfix 2013-03-10 23:22:48 +01:00
Cristian Maglie 399d9c58a2 Revert "Added function on WString class to export char ptr"
This reverts commit a0c96bebddac27e8ea51811a74d6cdfa2d8a30e0.
2013-03-10 23:03:25 +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 4b40cbc51a Fixed permissions 2013-03-07 22:12:28 +01:00
Cristian Maglie a6f7480034 Mega2560 bootloader: use avr library functions for writing into EEPROM 2013-03-07 22:09:41 +01:00
Cristian Maglie 095e99aae5 Mega2560 bootloader: fix wrong eeprom addressing 2013-03-07 22:00:26 +01:00
David A. Mellis aa218e803a Use analogPinToChannel() macro if present for ATtiny25/45/85.
This allows use of A0, A1, A2, A3 constants and for them to be mapped to the appropriate analog input channel. It should only be used if the macro is actually defined.
2013-03-06 17:49:44 -05:00
Mimmo La Fauci fb1abe737e Added function on WString class to export char ptr 2013-02-08 19:21:46 +01:00
Cristian Maglie 911e9ac4e3 Fixed compile problems with avr gcc 4.6.2 (crosspack CrossPack-AVR-20121207.dmg) 2012-12-22 19:31:03 +01:00
Cristian Maglie a75fae6ee9 Saved old production firmware for Mega2560 2012-12-22 19:25:20 +01:00
Cristian Maglie 7ab19444ec Added patch to bootloader for Mega2560. (Mark Sproul)
See #181 #392 #505 #543 #544
2012-12-22 19:20:42 +01:00
Cristian Maglie 09b755fb9c Add trivial new[] and delete[] operators (Justin R. Cutler)
Fixes #73
Fixes #883
2012-12-16 14:30:12 +01:00
Cristian Maglie 025ec2bc84 Fixed malloc() bug. (Paul Stoffregen)
Fixes #857
2012-12-16 14:16:35 +01:00
Cristian Maglie e624b841b3 Fixed some firmware filenames 2012-12-10 10:35:19 +01:00
Cristian Maglie 9ea979faf4 Added Esplora precompiled firmware 2012-12-07 21:24:24 +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 bb37d2679e Saved old Leonardo and Micro production firmware.
Rebuilt firmware for Micro.
Added pre-loaded Blink to new firmwares.
2012-11-30 16:34:04 +01:00
Kristian Lauszus 0c0dc27de7 Improved Leonardo bootloader
The power-on reset detection didn't work properly, but has now been
fixed
2012-11-30 15:32:11 +01:00
Cristian Maglie 0a40c64471 Leonardo pins_arduino.h fixes (jrcutler)
fixes #915
2012-11-30 15:14:16 +01:00
David A. Mellis 9d638ca052 Clarifying comment. 2012-11-29 13:55:59 -05:00
David A. Mellis 4a01b84cab Moving TXCO definition into HardwareSerial.cpp from HardwareSerial.h.
Otherwise, you get an error when compiling for processors with no serial port because the header file is always compiled.

See, for an example of the problem: https://github.com/damellis/attiny/issues/8
2012-11-29 13:48:01 -05: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
Cristian Maglie 2659e41c00 Extended digital_pin_to_timer_PGM array in variants/leonardo/pins_arduino.h to include analog pins (fixed #1129) 2012-11-25 15:46:34 +01:00
Zachary Eveland 8fb58612a0 Caterina changes to support Micro. includes newly rebuilt version of the bootloader merged with Blink produced using 1.0.2 2012-11-23 16:09:32 -05:00