summaryrefslogtreecommitdiff
path: root/nuttx/arch/mips/src/pic32mx/pic32mx-usbdev.c
Commit message (Expand)AuthorAgeFilesLines
* Rename kmalloc to kmm_malloc for consistencyGregory Nutt2014-08-311-1/+1
* Rename kfree to kmm_free for consistency with other naming conventionsGregory Nutt2014-08-311-1/+1
* wdog.h does not contain any application interface, only internal OS interface...Gregory Nutt2014-08-211-2/+2
* LM: Don't initialize .data if running in SRAM. Global missing intialize type...Gregory Nutt2013-12-051-1/+1
* Fix null packet handling in the PIC32 USB device driver. This is a critical ...Gregory Nutt2013-05-281-4/+14
* Fix Sure PIC32 LOOPSPERMSECGregory Nutt2013-05-271-8/+8
* More changes for a kernel-mode allocator (more to be done)patacongo2013-03-091-3/+4
* Missing calls to class SUSPEND/RESUME methods in all USB driverspatacongo2013-01-311-2/+17
* Extend the USB device/class interface: Add parameters to pass the EP0 OUT da...patacongo2012-04-121-1/+1
* Cosmetic PIC32 USB driver fixes (still has problems)patacongo2012-03-201-31/+35
* Minor updates for PIC32 USB device driver bugspatacongo2012-03-191-1/+2
* The PIC32 USB driver (finally) works the the Mass Storage Classpatacongo2012-03-181-2/+35
* Fix reported USB MSC product/revisionpatacongo2012-03-171-8/+8
* Updates to the PIC32 USB driver (still kind of buggy); Fix for STM32 CAN2 -- ...patacongo2012-03-161-160/+286
* Fix PIC32 USB double buffer togglepatacongo2012-03-151-15/+16
* Updates to PIC32 USB stall logic -- still doesn't work rightpatacongo2012-03-151-96/+87
* Verified USB (device) on the PIC32 Ethernet Starter Kitpatacongo2012-03-081-0/+1
* The PIC32 USB device driver is (finally) functionalpatacongo2012-03-061-131/+266
* Minor update to PIC32 USB device driverpatacongo2012-03-051-6/+14
* Some improvements in PIC32 USB BDT handlingpatacongo2012-03-051-58/+111
* Fix some PIC32 USB IN transfer issues -- still morepatacongo2012-03-041-72/+66
* Some fixes for the PIC32 USB IN processing -- still some issuespatacongo2012-03-041-28/+72
* Several fixes to the PIC32 USB device OUT path logicpatacongo2012-03-041-126/+192
* After a reset, need to re-connected to the buspatacongo2012-03-031-46/+70
* A few more PIC32 USB fixespatacongo2012-03-031-71/+117
* Add more low-level, thread-independent socket interfacespatacongo2012-03-021-91/+72
* PIC32 USB driver updatespatacongo2012-03-021-170/+167
* Fix PIC32 USB cloning errors -- There is not pbuffer toggle bit in the BDT st...patacongo2012-03-021-200/+260
* PIC32 USB device only supports full ping poing modepatacongo2012-02-291-100/+43
* A little more work (but not much progress) on the PIC32 USB device driverpatacongo2012-02-291-63/+87
* Fixes to PIC32 USB driver and LPC17xx CAN driverpatacongo2012-01-201-40/+129
* PIC32 USB: Remove some bad logic in EP0 post-SETUP clean-uppatacongo2012-01-191-32/+44
* Add logic to handle state and BDTs correctly with USB packet is dispatched by...patacongo2012-01-191-31/+38
* PIC32 USB, using IN BDTs where OUT BDTs should be usedpatacongo2012-01-181-2/+2
* PIC32 USB driver fixes (still not working)patacongo2012-01-171-4/+12
* Finish PWM pulse count configurationpatacongo2012-01-091-2/+2
* Fix some interrupt decode errors in the PIC32MX USB driverpatacongo2012-01-071-32/+39
* Costmet clean, whitespace, carriage-return removalpatacongo2012-01-061-70/+69
* PIC32 USB driver fixespatacongo2012-01-061-6/+6
* Fix an error in the PIC32 USB device driverpatacongo2012-01-041-5/+2
* STM32 GPIO fix; Fixes for PIC32 USB term examplepatacongo2011-12-301-11/+11
* The PIC32 USB device driver is code complete (but untested)patacongo2011-12-301-176/+242
* More PIC32 USB device driver logic (still incomplete)patacongo2011-12-291-379/+440
* More PIC32 USB device driver logic (still incomplete)patacongo2011-12-291-99/+199
* Correct last set of changes to configuration logicpatacongo2011-12-291-3/+6
* More PIC32 USB driver stuffpatacongo2011-12-291-72/+192
* A little STM32 logic in the PIC32 USB driverpatacongo2011-12-281-910/+576
* Initial PIC32 driver -- now is just a badly hacked STM32 USB driverpatacongo2011-12-281-0/+3834