aboutsummaryrefslogtreecommitdiffstats
path: root/libmaple/usb/usb_hardware.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove usb_hardware.c and usb_hardware.h.Marti Bolivar2011-10-181-96/+0
| | | | | | | These files contain a lot of duplicated and unused code. Move the relevant pieces that need to survive into usb.c and usb_callbacks.c. Signed-off-by: Marti Bolivar <mbolivar@leaflabs.com>
* usb: Replace duplicated code with nvic.h API.Marti Bolivar2011-10-181-12/+9
| | | | | | | | | Replace calls to usbEnbISR()/usbDsbISR() with nvic_irq_enable()/nvic_irq_disable(). Remove ST-style code. Use nvic_sys_reset() instead of systemHardReset(). Rename some conflicting #defines that including nvic.h created. Signed-off-by: Marti Bolivar <mbolivar@leaflabs.com>
* [WIP] GPIO refactor: seems ok, ready for reviewMarti Bolivar2011-03-111-41/+0
|
* more sphinx docsMarti Bolivar2010-10-111-13/+15
|
* docsMarti Bolivar2010-10-111-74/+83
|
* moved the usb directory to its proper home in ./libmapleAJM2010-05-201-0/+129
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