Commit graph

7 commits

Author SHA1 Message Date
Marti Bolivar 04c2071095 Remove usb_int.h, usb_int.h, usb_int.c.
No longer used.

Signed-off-by: Marti Bolivar <mbolivar@leaflabs.com>
2011-10-18 13:30:18 -04:00
Perry Hung c9775ff15c libmaple: Fix warnings in libmaple source files
-Add -Wall, -Werror to libmaple/*
-Fix warnings
2011-05-12 05:00:47 -04:00
Marti Bolivar ff5ae825d6 Converting all files to UNIX newlines.
Committing the results of running the following on the libmaple root
directory:

$ fromdos `grep --exclude-dir='[.]git' -Ilsr $'\r$' .`
2011-05-10 16:41:37 -04:00
Marti Bolivar e7d5f4c167 SerialUSB fixups. 2011-05-04 13:31:53 -04:00
AJM a89cddd05e removed the callback for send functional descriptor.
It wasnt used, and was causing a compiler warning to get thrown. It isnt needed, not sure why I added it in the first place
2010-06-09 14:23:14 -04:00
AJM 7d09802153 modified the makefile to build the usb related files/removed all uintx_t to uintx 2010-05-20 23:36:46 -04:00
AJM dcc4c457f0 moved the usb directory to its proper home in ./libmaple
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
2010-05-20 22:47:59 -04:00