aboutsummaryrefslogtreecommitdiffstats
path: root/libmaple/usb/usb_callbacks.h
Commit message (Collapse)AuthorAgeFilesLines
* changed the serialusb to be simplest possible designAJM2010-12-141-0/+1
| | | | no longer use a ring buffer. No longer double buffer a local rx buffer and the packet memory. Instead, we read out of packet memory and block it for all reads. This is going to be slower. but it tests OK (unlike the old one...).
* enlarged rx buffer and nak when less than 64 bytes is left in packet bufAJM2010-12-131-5/+5
|
* added a somewhat broken version of the reset magic number scheme.AJM2010-06-091-6/+5
| | | | current version gets stuck in the isr somewhere. not sure why or where. must debug.
* first approach at modding the reset schemeAJM2010-06-091-0/+1
| | | | now we reset from recv bytes. After receiving the DTR/RTS toggle the next byte in from usb is parsed as the program_delay. For now, this just delays the reset for a period to close the serial port gracefully. Later, this delay will perhaps inform the bootloader of how long to live for...
* Preliminary wirish USBSerial implementation.Perry Hung2010-06-041-4/+4
| | | | | | -updated examples -removed HardwareUSB -cleaned up a handful of includes
* moved the usb directory to its proper home in ./libmapleAJM2010-05-201-0/+74
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