| Age | Commit message (Collapse) | Author | 
|---|
|  | and reworked the Ethernet library to use it and derive EthernetUDP. | 
|  |  | 
|  | write behavior | 
|  |  | 
|  |  | 
|  | -> Client, and basic testing performed | 
|  |  | 
|  |  | 
|  | support 300 bps connection, changed core and boards.txt to match | 
|  |  | 
|  | while bootloader running. | 
|  | write(), print(), println() now return size_t (and don't use negative values to signal errors).
Print adds writeError() for checking for write errors, clearWriteError() to reset the flag to false, and a protected setWriteError() for signalling errors.
http://code.google.com/p/arduino/issues/detail?id=598 | 
|  |  | 
|  |  | 
|  |  | 
|  | The type is long, and negative values indicate errors.  Needs more testing.
http://code.google.com/p/arduino/issues/detail?id=551 | 
|  | http://code.google.com/p/arduino/issues/detail?id=499 | 
|  | http://code.google.com/p/arduino/issues/detail?id=588 | 
|  |  | 
|  |  | 
|  |  | 
|  | Renamed readChars() -> readBytes(), readCharsUntil() -> readBytesUntil().
Changed timeouts to milliseconds from seconds; default from 5 to 1 seconds.
Removed readCharsBetween(). | 
|  | This from Michael's TextFinder library, incorporated into the Stream class: find(), findUntil(), parseInt(), parseFloat(), readChars(), readCharsUntil(), readCharsBetween(), setTimeout(). | 
|  | asserted, no matter what CDC baud rate is selected. | 
|  | Integrated rest of Peter's USB implementation | 
|  | sketch uploading.
D13 flashes on reboot, TX and RX flash with USB data transfer. | 
|  | Microtouch defines | 
|  |  | 
|  | http://code.google.com/p/arduino/issues/detail?id=495 | 
|  | http://code.google.com/p/arduino/issues/detail?id=490 | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  | to make sure that it matches 1.0 process exactly. | 
|  |  | 
|  |  | 
|  | support execAsynchronously changed to Stringp[] |