Arduino/libraries/Ethernet/utility
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
..
socket.cpp Fixing bug in Ethernet (recv() in socket.cpp). (Paul Stoffregen) 2011-10-10 11:49:50 -04:00
socket.h Fix for issue 439. UDP API changed to derive from Stream. The old sendPacket and readPacket calls have been removed, and replaced with Stream-derived alternatives which provide more commonality with other communications classes and to allow both buffered and full-packet-at-a-time uses. Also includes the introduction of an IPAddress class to make passing them around easier (and require fewer pointers to be exposed) 2011-01-10 14:54:29 +00:00
w5100.cpp Fixing warnings in Ethernet library (Paul Stoffregen). 2011-10-02 10:17:33 -04:00
w5100.h Ethernet library fix for avr-gcc v4.5.1 (and maybe others). (SurferTim) 2011-12-08 16:50:59 -05:00