| Age | Commit message (Expand) | Author |
| 2010-06-11 | basic socket interfaceethernet-shield | Perry Hung |
| 2010-06-11 | moved ethernet | Perry Hung |
| 2010-06-11 | functioning but basic webserver! | Perry Hung |
| 2010-06-11 | Open, listen, and receive data on a socket | Perry Hung |
| 2010-06-11 | SPI changes. | Perry Hung |
| 2010-06-11 | Clean, original copy of Ethernet library added in libraries/Ethernet | Perry Hung |
| 2010-06-11 | helpful debug program | bnewbold |
| 2010-06-11 | added getDTR and getRTS to usb.h, subtly modded how sendBytes checks for conn... | AJM |
| 2010-06-10 | osx reset script changes | bnewbold |
| 2010-06-10 | new reset scheme, compatbile with old | bnewbold |
| 2010-06-10 | cosmetic change on usbsendbytes | AJM |
| 2010-06-09 | new reset scheme now works | AJM |
| 2010-06-09 | added a somewhat broken version of the reset magic number scheme. | AJM |
| 2010-06-09 | first approach at modding the reset scheme | AJM |
| 2010-06-09 | removed the callback for send functional descriptor. | AJM |
| 2010-06-09 | exuberant ctags target | bnewbold |
| 2010-06-07 | test session serial fixv0.0.5 | bnewbold |
| 2010-06-07 | another fix for USB unheard print issue | bnewbold |
| 2010-06-05 | USB Serial read() fix: | Perry Hung |
| 2010-06-05 | fixed example | bnewbold |
| 2010-06-05 | trivial: fixed incorrect comment on jtag scan chain in openocd scripts | Perry Hung |
| 2010-06-04 | example updates... | bnewbold |
| 2010-06-04 | updated README for new heir | bnewbold |
| 2010-06-04 | fixed copy-to-ide linker stuff | bnewbold |
| 2010-06-04 | updated TODO, copy-to-ide | bnewbold |
| 2010-06-04 | NEEDS REVIEW: fix for first usb write bug | bnewbold |
| 2010-06-04 | Preliminary wirish USBSerial implementation. | Perry Hung |
| 2010-05-28 | fix botched merge from linker-refactor | Perry Hung |
| 2010-05-28 | Moved reset script to support directory | Perry Hung |
| 2010-05-28 | Reset with /dev/maple instead of guessing ttys | Perry Hung |
| 2010-05-28 | udev rule symlink | Perry Hung |
| 2010-05-28 | libcs3 refactor merge | Perry Hung |
| 2010-05-27 | [for AJ] added new HardwareUsb implementation. hack. | bnewbold |
| 2010-05-27 | analogWrite is an alias for pwmWrite | bnewbold |
| 2010-05-26 | fastforward of master up the newboot, plus patch of math stuff | bnewbold |
| 2010-05-26 | cleaned up commit process | bnewbold |
| 2010-05-22 | changed the id for the serial port to 1eaf:0004, to match up with the windows... | AJM |
| 2010-05-21 | minor mods to adjust the driver number and the vendor product id's (serial po... | AJM |
| 2010-05-21 | get wirish_math stuff going (random, map, etc) | bnewbold |
| 2010-05-21 | Finalized the libmaple changes required by newboot. Added setupUSB() to wiris... | AJM |
| 2010-05-20 | removed another depricated reference to old usb shit | AJM |
| 2010-05-20 | Adjusted the makefile and example main | AJM |
| 2010-05-20 | modified the makefile to build the usb related files/removed all uintx_t to u... | AJM |
| 2010-05-20 | moved the usb directory to its proper home in ./libmaple | AJM |
| 2010-05-20 | added reset.py to the makefile and the build dir | AJM |
| 2010-05-20 | added a delay to the resrt slide to allow enough time for graceul closures of... | AJM |
| 2010-05-20 | fixed the receive 0 bytes bug, where full buffers block the usb port and nev... | AJM |
| 2010-05-20 | added carraige feed to newline send on the test function usbSendHello | AJM |
| 2010-05-20 | fixed the FIFO bug, tx/rx now seems stable and ready for integration. | AJM |
| 2010-05-20 | theres still a remaining bug whereby fast consecutive read/writes to serial m... | AJM |