summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2010-05-20FINALLY figured out the tx/rx bugs, so the whole stack is officially working....AJM
2010-05-20finally got TX working without any delay, there is some weird timing involved...AJM
2010-05-20c++ ified all of the usb_core files, added the auto-reset feature to the virt...AJM
2010-05-20added virtual com port echoing as the test configuration for the usb serial codeAJM
2010-05-20finished the entire low level usb app for virtual com minus the precise handl...AJM
2010-05-20added the usb_config file for general setup settings and filled out any undef...AJM
2010-05-20added the string descriptors to the descriptor set so that when you plug in t...AJM
2010-05-20Added the virtual com port descriptors based on the LUFA/MYUsb model (which w...AJM
2010-05-20removed usb files from the libmaple into the application level core lib.AJM
2010-05-20added the skeleton dir for the usb application lib, since were still dependen...AJM
2010-05-20TODO updatebnewbold
2010-04-30trivial: new cscope rule and warning fixPerry Hung
2010-04-29finish cxxabi-compat refactorbnewbold
2010-04-29Fixed examples, added spi example, moved pure virtual function handlerPerry Hung
2010-04-29Merge branch 'spi'Perry Hung
2010-04-28Various SPI changes.Perry Hung