aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* USB Serial read() fix:Perry Hung2010-06-051-1/+2
* fixed examplebnewbold2010-06-051-5/+5
* trivial: fixed incorrect comment on jtag scan chain in openocd scriptsPerry Hung2010-06-052-2/+2
* example updates...bnewbold2010-06-042-592/+567
* updated README for new heirbnewbold2010-06-042-13/+12
* fixed copy-to-ide linker stuffbnewbold2010-06-041-2/+3
* updated TODO, copy-to-idebnewbold2010-06-042-9/+11
* NEEDS REVIEW: fix for first usb write bugbnewbold2010-06-041-3/+5
* Preliminary wirish USBSerial implementation.Perry Hung2010-06-0413-82/+101
* fix botched merge from linker-refactorPerry Hung2010-05-2810-0/+876
* Moved reset script to support directoryPerry Hung2010-05-282-2/+2
* Reset with /dev/maple instead of guessing ttysPerry Hung2010-05-281-8/+1
* udev rule symlinkPerry Hung2010-05-281-0/+3
* libcs3 refactor mergePerry Hung2010-05-2844-2715/+36
* [for AJ] added new HardwareUsb implementation. hack.bnewbold2010-05-275-2/+112
* analogWrite is an alias for pwmWritebnewbold2010-05-271-0/+1
* fastforward of master up the newboot, plus patch of math stuffbnewbold2010-05-263-95/+22
|\
| * get wirish_math stuff going (random, map, etc)bnewbold2010-05-214-63/+18
* | cleaned up commit processbnewbold2010-05-263-12/+11
* | changed the id for the serial port to 1eaf:0004, to match up with the windows...AJM2010-05-221-1/+1
* | minor mods to adjust the driver number and the vendor product id's (serial po...AJM2010-05-214-12/+18
* | Finalized the libmaple changes required by newboot. Added setupUSB() to wiris...AJM2010-05-219-207/+41
* | removed another depricated reference to old usb shitAJM2010-05-202-5/+1
* | Adjusted the makefile and example mainAJM2010-05-202-4/+1
* | modified the makefile to build the usb related files/removed all uintx_t to u...AJM2010-05-204-82/+77
* | moved the usb directory to its proper home in ./libmapleAJM2010-05-2024-61/+0
* | added reset.py to the makefile and the build dirAJM2010-05-201-0/+39
* | added a delay to the resrt slide to allow enough time for graceul closures of...AJM2010-05-207-2/+90
* | fixed the receive 0 bytes bug, where full buffers block the usb port and nev...AJM2010-05-201-0/+8
* | added carraige feed to newline send on the test function usbSendHelloAJM2010-05-201-2/+2
* | fixed the FIFO bug, tx/rx now seems stable and ready for integration.AJM2010-05-202-4/+8
* | theres still a remaining bug whereby fast consecutive read/writes to serial m...AJM2010-05-201-5/+6
* | FINALLY figured out the tx/rx bugs, so the whole stack is officially working....AJM2010-05-203-14/+19
* | finally got TX working without any delay, there is some weird timing involved...AJM2010-05-208-23/+149
* | c++ ified all of the usb_core files, added the auto-reset feature to the virt...AJM2010-05-2019-273/+421
* | added virtual com port echoing as the test configuration for the usb serial codeAJM2010-05-201-1/+17
* | finished the entire low level usb app for virtual com minus the precise handl...AJM2010-05-2010-87/+911
* | added the usb_config file for general setup settings and filled out any undef...AJM2010-05-203-7/+50
* | added the string descriptors to the descriptor set so that when you plug in t...AJM2010-05-202-2/+49
* | Added the virtual com port descriptors based on the LUFA/MYUsb model (which w...AJM2010-05-202-0/+210
* | removed usb files from the libmaple into the application level core lib.AJM2010-05-205-750/+4
* | added the skeleton dir for the usb application lib, since were still dependen...AJM2010-05-2018-0/+3559
|/
* TODO updatebnewbold2010-05-201-5/+7
* trivial: new cscope rule and warning fixPerry Hung2010-04-302-2/+2
* finish cxxabi-compat refactorbnewbold2010-04-292-7/+6
* Fixed examples, added spi example, moved pure virtual function handlerPerry Hung2010-04-297-56/+78
* Merge branch 'spi'Perry Hung2010-04-294-6/+39
|\
| * Various SPI changes.Perry Hung2010-04-283-10/+13
| * Added a spi send block functionPerry Hung2010-04-274-4/+34
* | update copy-to-ide and WProgram.h post-refactoringbnewbold2010-04-282-54/+59