aboutsummaryrefslogtreecommitdiffstats
path: root/libmaple/usb/usb_config.h
Commit message (Collapse)AuthorAgeFilesLines
* added a somewhat broken version of the reset magic number scheme.AJM2010-06-091-0/+1
| | | | current version gets stuck in the isr somewhere. not sure why or where. must debug.
* changed the id for the serial port to 1eaf:0004, to match up with the ↵AJM2010-05-221-1/+1
| | | | windows driver
* minor mods to adjust the driver number and the vendor product id's (serial ↵AJM2010-05-211-2/+2
| | | | | | port now 1eaf:0004) and fixed a bug in reset.py, added a no-delay usb serial loop to main.cpp as an example. has no problem at 115200 in minicom!
* moved the usb directory to its proper home in ./libmapleAJM2010-05-201-0/+53
also, removed some old usb file, bootVect.h, which setup the static table for the runtime usb lib that no longer exists and was provided by the bootloader rev 1