summaryrefslogtreecommitdiffstats
path: root/nuttx/include/nuttx
AgeCommit message (Expand)AuthorFilesLines
2012-09-04Add support for multiple work queuespatacongo1-8/+76
2012-08-30Add configurable application entry pointpatacongo1-1/+1
2012-08-24Update STM32 USB OTG FS host driver -- the driver is now marginally functionalpatacongo1-1/+7
2012-08-21Several more bug fixes for STM32 OTG FS host driverpatacongo1-7/+7
2012-08-20Changes for clean STM32 USB host driver buildpatacongo1-1/+1
2012-08-20STM32 USB host driver is code compelte (but untested)patacongo1-2/+2
2012-08-12drivers/serial/serial.c open, read, write, and poll methods will not return a...patacongo1-0/+1
2012-08-05I learned how to spell PSEUDOpatacongo2-9/+9
2012-08-03Extend the NSH mount command so that it will enumerate mountpoints if no argu...patacongo1-11/+11
2012-08-03Improve capability to traverse inodes in the NuttX psuedo-filesystem; now ret...patacongo1-23/+9
2012-08-03Add capability to traverse inodes in the NuttX psuedo-filesystempatacongo1-36/+364
2012-08-02Fix syslog mutual exclusion and interrupt level logicpatacongo2-2/+6
2012-08-02The initial SYLOG device logic was valiant but yet still not enoughpatacongo1-2/+5
2012-08-02Move RAMLOG driver to drivers/syslog; Add ability to output debug information...patacongo2-19/+138
2012-08-01atexit() and on_exit() may now be configured to support multiple exit callbackspatacongo1-3/+21
2012-07-26Mostly cosmetic updatespatacongo1-1/+1
2012-07-25Fix logic error in configuring PGA11x devices in a daisy chain. Add logic in...patacongo1-52/+145
2012-07-25PGA11x driver belongs in analog/ not input/patacongo1-10/+15
2012-07-25Add support for the TI PGA11x amplifier/multiplexerpatacongo1-0/+292
2012-07-22Loosen up termios interfaces to allow more flexible baud settings; remove AIX...patacongo1-40/+34
2012-07-22Add support for extended BAUD settingspatacongo1-57/+63
2012-07-20Add completed but untested support for RS-485 on the LPC43xxpatacongo1-1/+1
2012-07-20Add infrastructure to support RS-485 on the LPC43xx (logic still incomplete)patacongo1-1/+22
2012-07-17Header file clean-uppatacongo43-130/+187
2012-07-13Implement basic SPIFI block driver for the LPC43xx (doesn't work)patacongo1-9/+18
2012-07-11PM updatepatacongo1-1/+19
2012-07-08Add a generic GCC stdarg.h header filepatacongo2-1/+65
2012-06-25Add a driver for SST 25 FLASHpatacongo1-5/+17
2012-06-20Updates to support the Mirtoo internal clockingpatacongo1-1/+1
2012-06-20Fix RTC alarm function pointerpatacongo1-1/+1
2012-06-20PIC32MX1/2 pin selection logic; Mirtoo LEDs, SPI2, and UART2 configurationpatacongo1-1/+3
2012-06-18STM32 power management updatepatacongo1-1/+3
2012-06-14Add NFS rewinddir support; fixe some NFS warningspatacongo1-1/+1
2012-06-14Clean up NFS user interface; Fix NFS disconnect bugpatacongo1-8/+18
2012-06-14Minor change to NFS interfacepatacongo1-13/+11
2012-06-14NFS just finished a major weight reduction programpatacongo1-9/+0
2012-06-11NFS updatepatacongo1-1/+1
2012-06-10NFS updatepatacongo1-2/+9
2012-06-07First round of compile fixes for IPv6patacongo2-20/+34
2012-06-07NFS updatepatacongo1-13/+13
2012-06-04Add support for the MIO283QT2 LCDpatacongo1-0/+149
2012-06-03SD card now works on the PIC32MX7 MMB boardpatacongo1-1/+1
2012-05-29A little more cleanup after the big STMPE11->811 name changepatacongo1-3/+3
2012-05-29Massive naming fix: STMPE11->STMPE811patacongo1-185/+185
2012-05-28NFS updatepatacongo1-53/+4
2012-05-24Add STM32F4Discovery support for an SSD1289-based LCDpatacongo1-3/+14
2012-05-24Add generic SSD1289 LCD driverpatacongo1-0/+138
2012-05-20NxWM::CNxConsole and NXWidgets::CCallback can now redirect keyboard input to ...patacongo1-3/+3
2012-05-20Add NX kbd input support to NxConsolepatacongo1-0/+73
2012-05-19NxWM: Add a missing part of the message blocking logicpatacongo2-4/+9