aboutsummaryrefslogtreecommitdiffstats
path: root/libmaple/usb
Commit message (Collapse)AuthorAgeFilesLines
* modified the makefile to build the usb related files/removed all uintx_t to ↵AJM2010-05-203-66/+63
| | | | uintx
* moved the usb directory to its proper home in ./libmapleAJM2010-05-2023-0/+4993
| | | | 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
* removed usb files from the libmaple into the application level core lib.AJM2010-05-201-37/+0
|
* added the skeleton dir for the usb application lib, since were still ↵AJM2010-05-201-0/+37
dependent on st for low level access, the entire usb stack lives in the core application level (not in libmaple). the next project should be to include some low level usb stack in the libmaple