Arduino/libraries/Ethernet
David A. Mellis 597da2e45d Ethernet library fix for avr-gcc v4.5.1 (and maybe others). (SurferTim)
This is a change in a few lines for combining two 8-bit values into a 16-bit one.  For some reason, the old way doesn't seem to work properly with certain gcc versions.

http://code.google.com/p/arduino/issues/detail?id=605
2011-12-08 16:50:59 -05:00
..
examples Revert "Merge branch 'master' of github.com:arduino/Arduino into diskloader_reboot" 2011-10-27 11:45:13 -04:00
utility Ethernet library fix for avr-gcc v4.5.1 (and maybe others). (SurferTim) 2011-12-08 16:50:59 -05:00
Dhcp.cpp Fixing warnings in Ethernet library (Paul Stoffregen). 2011-10-02 10:17:33 -04:00
Dhcp.h Created an abstract base class UDP to match the Client and Server classes, and reworked the Ethernet library to use it and derive EthernetUDP. 2011-08-30 21:27:31 +01:00
Dns.cpp Fixing warnings in Ethernet library (Paul Stoffregen). 2011-10-02 10:17:33 -04:00
Dns.h Fixing warnings in Ethernet library (Paul Stoffregen). 2011-10-02 10:17:33 -04:00
Ethernet.cpp Added a way to specify the DNS server to use with static IP 2011-06-12 22:02:25 +01:00
Ethernet.h Changed names of the Ethernet classes: Client -> EthernetClient, NetClient -> Client, and basic testing performed 2011-08-29 22:36:28 +01:00
EthernetClient.cpp Making Print::write(char *) non-virtual. 2011-09-07 18:41:05 -04:00
EthernetClient.h Making Print::write(char *) non-virtual. 2011-09-07 18:41:05 -04:00
EthernetServer.cpp Fixing warnings in Ethernet library (Paul Stoffregen). 2011-10-02 10:17:33 -04:00
EthernetServer.h Making Print::write(char *) non-virtual. 2011-09-07 18:41:05 -04:00
EthernetUdp.cpp Making Print::write(char *) non-virtual. 2011-09-07 18:41:05 -04:00
EthernetUdp.h Making Print::write(char *) non-virtual. 2011-09-07 18:41:05 -04:00
keywords.txt Changed names of the Ethernet classes: Client -> EthernetClient, NetClient -> Client, and basic testing performed 2011-08-29 22:36:28 +01:00
util.h Fixing warnings in Ethernet library (Paul Stoffregen). 2011-10-02 10:17:33 -04:00