summaryrefslogtreecommitdiffstats
path: root/nuttx/arch/mips
AgeCommit message (Expand)AuthorFilesLines
2012-04-22Add circular DMA support to STM32 and STM32 serial driver; Add initial config...patacongo1-1/+1
2012-04-19More Kconfig stuffpatacongo2-245/+1272
2012-04-17More Kconfig stuffpatacongo4-7/+36
2012-04-17More Kconfig filespatacongo1-0/+266
2012-04-12Extend the USB device/class interface: Add parameters to pass the EP0 OUT da...patacongo1-1/+1
2012-04-08Include libgcc.a inside of the group of recursively linked libraries in all M...patacongo1-1/+1
2012-04-06Add kconfig documentationpatacongo1-1/+1
2012-04-06Adding skeleton Kconfig files (part 1 of 2)patacongo1-0/+4
2012-03-22Change STM32 so that stm32_pmstop.c and stm32_pmstandby are built even if CON...patacongo1-1/+1
2012-03-21Move serial header files to include/nuttx/serialpatacongo1-1/+1
2012-03-21Move file-system header files to include/nuttx/fspatacongo2-2/+2
2012-03-20Cosmetic PIC32 USB driver fixes (still has problems)patacongo1-31/+35
2012-03-19Minor updates for PIC32 USB device driver bugspatacongo1-1/+2
2012-03-18The PIC32 USB driver (finally) works the the Mass Storage Classpatacongo1-2/+35
2012-03-17Fix reported USB MSC product/revisionpatacongo1-8/+8
2012-03-16Updates to the PIC32 USB driver (still kind of buggy); Fix for STM32 CAN2 -- ...patacongo1-160/+286
2012-03-15Fix PIC32 USB double buffer togglepatacongo1-15/+16
2012-03-15Updates to PIC32 USB stall logic -- still doesn't work rightpatacongo1-96/+87
2012-03-13Add a PIC32 configuration that supports only a Telnet consolepatacongo1-7/+33
2012-03-13PIC32 Ethernet driver now appears stablepatacongo1-65/+120
2012-03-13Correct PIC32 Ethernet Tx ring handlingpatacongo1-30/+80
2012-03-09Update PIC32 Ethernet driverpatacongo1-22/+38
2012-03-09Fix several bugs related to PIC32 Ethernet driverpatacongo3-45/+148
2012-03-09PIC32 Ethernet driver now at least talks to the PHYpatacongo1-11/+57
2012-03-08Update PIC32 Ethernet driver from debugging (still does not workpatacongo7-609/+652
2012-03-08Verified USB (device) on the PIC32 Ethernet Starter Kitpatacongo1-0/+1
2012-03-07Updates to PIC32 SPI driverpatacongo2-101/+227
2012-03-07Add PIC32 SPI driverpatacongo4-236/+1088
2012-03-06Add support for use of a USB serial device to provide NSH console I/O. Verif...patacongo4-50/+58
2012-03-06The PIC32 USB device driver is (finally) functionalpatacongo1-131/+266
2012-03-05Minor update to PIC32 USB device driverpatacongo1-6/+14
2012-03-05Some improvements in PIC32 USB BDT handlingpatacongo1-58/+111
2012-03-04Fix some PIC32 USB IN transfer issues -- still morepatacongo1-72/+66
2012-03-04Some fixes for the PIC32 USB IN processing -- still some issuespatacongo1-28/+72
2012-03-04Several fixes to the PIC32 USB device OUT path logicpatacongo1-126/+192
2012-03-03Move all non-standard, NuttX header files into include/nuttx/netpatacongo1-5/+5
2012-03-03After a reset, need to re-connected to the buspatacongo1-46/+70
2012-03-03A few more PIC32 USB fixespatacongo1-71/+117
2012-03-02Add more low-level, thread-independent socket interfacespatacongo1-91/+72
2012-03-02PIC32 USB driver updatespatacongo1-170/+167
2012-03-02Fix PIC32 USB cloning errors -- There is not pbuffer toggle bit in the BDT st...patacongo2-200/+264
2012-02-29PIC32 USB device only supports full ping poing modepatacongo1-100/+43
2012-02-29A little more work (but not much progress) on the PIC32 USB device driverpatacongo1-63/+87
2012-02-23Add support for the Atollic 'Lite' toolchain in all STM32 F4 configurationspatacongo1-5/+0
2012-02-12Fix a small RAM log bug (the RAM log still does not work)patacongo1-1/+1
2012-02-12Fix some typos and compilation errors introduced in the last checkinpatacongo1-1/+1
2012-02-11Add logic to re-direct debug output to a sysloggin devicepatacongo2-8/+14
2012-02-11Add logic so that a RAM log can be used in place of a console devicepatacongo4-17/+38
2012-01-29Candidate fix for the libboard.a dependency problem (from Mike Smith)patacongo1-2/+4
2012-01-20Fixes to PIC32 USB driver and LPC17xx CAN driverpatacongo1-40/+129