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