summaryrefslogtreecommitdiff
path: root/nuttx/arch/mips
Commit message (Expand)AuthorAgeFilesLines
* More Kconfig stuffpatacongo2012-04-192-245/+1272
* More Kconfig stuffpatacongo2012-04-174-7/+36
* More Kconfig filespatacongo2012-04-171-0/+266
* Extend the USB device/class interface: Add parameters to pass the EP0 OUT da...patacongo2012-04-121-1/+1
* Include libgcc.a inside of the group of recursively linked libraries in all M...patacongo2012-04-081-1/+1
* Add kconfig documentationpatacongo2012-04-061-1/+1
* Adding skeleton Kconfig files (part 1 of 2)patacongo2012-04-061-0/+4
* Change STM32 so that stm32_pmstop.c and stm32_pmstandby are built even if CON...patacongo2012-03-221-1/+1
* Move serial header files to include/nuttx/serialpatacongo2012-03-211-1/+1
* Move file-system header files to include/nuttx/fspatacongo2012-03-212-2/+2
* 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
* Add a PIC32 configuration that supports only a Telnet consolepatacongo2012-03-131-7/+33
* PIC32 Ethernet driver now appears stablepatacongo2012-03-131-65/+120
* Correct PIC32 Ethernet Tx ring handlingpatacongo2012-03-131-30/+80
* Update PIC32 Ethernet driverpatacongo2012-03-091-22/+38
* Fix several bugs related to PIC32 Ethernet driverpatacongo2012-03-093-45/+148
* PIC32 Ethernet driver now at least talks to the PHYpatacongo2012-03-091-11/+57
* Update PIC32 Ethernet driver from debugging (still does not workpatacongo2012-03-087-609/+652
* 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-074-236/+1088
* 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 support for the Atollic 'Lite' toolchain in all STM32 F4 configurationspatacongo2012-02-231-5/+0
* Fix a small RAM log bug (the RAM log still does not work)patacongo2012-02-121-1/+1
* Fix some typos and compilation errors introduced in the last checkinpatacongo2012-02-121-1/+1
* Add logic to re-direct debug output to a sysloggin devicepatacongo2012-02-112-8/+14
* Add logic so that a RAM log can be used in place of a console devicepatacongo2012-02-114-17/+38
* Candidate fix for the libboard.a dependency problem (from Mike Smith)patacongo2012-01-291-2/+4
* 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