summaryrefslogtreecommitdiff
path: root/nuttx/arch/mips/src/pic32mx
Commit message (Expand)AuthorAgeFilesLines
* Update PIC32 Ethernet driver from debugging (still does not workpatacongo2012-03-086-606/+649
* Verified USB (device) on the PIC32 Ethernet Starter Kitpatacongo2012-03-081-0/+1
* Updates to PIC32 SPI driverpatacongo2012-03-072-101/+227
* Add PIC32 SPI driverpatacongo2012-03-073-233/+1085
* Add support for use of a USB serial device to provide NSH console I/O. Verif...patacongo2012-03-064-50/+58
* 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
* Move all non-standard, NuttX header files into include/nuttx/netpatacongo2012-03-031-5/+5
* 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-022-200/+264
* 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
* Add logic so that a RAM log can be used in place of a console devicepatacongo2012-02-112-6/+6
* 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
* Fix shift value in PIC32 USB header filepatacongo2012-01-191-1/+1
* 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 coding of PIC32MX Ethernet driverpatacongo2012-01-172-171/+196
* More PIC32 Ethernet stuff (still incomplete)patacongo2012-01-172-179/+340
* Finish PWM pulse count configurationpatacongo2012-01-091-2/+2
* More progress on the PIC32MX Ethernet driverpatacongo2012-01-082-289/+379
* More progress on the PIC32MX Ethernet driverpatacongo2012-01-082-225/+375
* Finishes PIC32 Ethernet header filepatacongo2012-01-081-15/+47
* More register definitions for the PIC32 Ethernet driverpatacongo2012-01-072-68/+182
* More PIC32 Ethernet register definitionspatacongo2012-01-072-29/+103
* Add PIC32 Ethernet driver (initial is just crude LPC17xx port)patacongo2012-01-074-109/+3175
* Fix some interrupt decode errors in the PIC32MX USB driverpatacongo2012-01-071-32/+39
* Costmet clean, whitespace, carriage-return removalpatacongo2012-01-0614-461/+459
* 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-283-923/+596
* Initial PIC32 driver -- now is just a badly hacked STM32 USB driverpatacongo2011-12-283-15/+3895
* Updates for PIC32MX USB driverpatacongo2011-12-272-315/+352
* Changes to tools to support MAC OSpatacongo2011-12-271-1/+5
* Fix PIC32 serial driver lost interruptspatacongo2011-12-262-14/+54