aboutsummaryrefslogtreecommitdiff
path: root/nuttx/include/nuttx
Commit message (Expand)AuthorAgeFilesLines
* Add an interface to the STM32 I2C driver that provides a way to reset the dri...px4dev2012-08-221-0/+17
* Merge branch 'NuttX/master' from git-svn-id: https://nuttx.svn.sourceforge.n...px4dev2012-08-141-0/+1
|\
| * drivers/serial/serial.c open, read, write, and poll methods will not return a...patacongo2012-08-121-0/+1
* | Merge branch 'NuttX/master'px4dev2012-08-112-9/+9
|\|
| * I learned how to spell PSEUDOpatacongo2012-08-052-9/+9
| * Extend the NSH mount command so that it will enumerate mountpoints if no argu...patacongo2012-08-031-11/+11
| * Improve capability to traverse inodes in the NuttX psuedo-filesystem; now ret...patacongo2012-08-031-23/+9
| * Add capability to traverse inodes in the NuttX psuedo-filesystempatacongo2012-08-031-36/+364
| * Fix syslog mutual exclusion and interrupt level logicpatacongo2012-08-022-2/+6
| * The initial SYLOG device logic was valiant but yet still not enoughpatacongo2012-08-021-2/+5
| * Move RAMLOG driver to drivers/syslog; Add ability to output debug information...patacongo2012-08-022-19/+138
| * atexit() and on_exit() may now be configured to support multiple exit callbackspatacongo2012-08-011-3/+21
| * Mostly cosmetic updatespatacongo2012-07-261-1/+1
| * Fix logic error in configuring PGA11x devices in a daisy chain. Add logic in...patacongo2012-07-251-52/+145
| * PGA11x driver belongs in analog/ not input/patacongo2012-07-251-10/+15
| * Add support for the TI PGA11x amplifier/multiplexerpatacongo2012-07-251-0/+292
| * Loosen up termios interfaces to allow more flexible baud settings; remove AIX...patacongo2012-07-221-40/+34
| * Add support for extended BAUD settingspatacongo2012-07-221-57/+63
| * Add completed but untested support for RS-485 on the LPC43xxpatacongo2012-07-201-1/+1
| * Add infrastructure to support RS-485 on the LPC43xx (logic still incomplete)patacongo2012-07-201-1/+22
| * Header file clean-uppatacongo2012-07-1743-130/+187
| * Implement basic SPIFI block driver for the LPC43xx (doesn't work)patacongo2012-07-131-9/+18
| * PM updatepatacongo2012-07-111-1/+19
| * Add a generic GCC stdarg.h header filepatacongo2012-07-082-1/+65
| * Add a driver for SST 25 FLASHpatacongo2012-06-251-5/+17
| * Updates to support the Mirtoo internal clockingpatacongo2012-06-201-1/+1
| * Fix RTC alarm function pointerpatacongo2012-06-201-1/+1
| * PIC32MX1/2 pin selection logic; Mirtoo LEDs, SPI2, and UART2 configurationpatacongo2012-06-201-1/+3
| * STM32 power management updatepatacongo2012-06-181-1/+3
| * Add NFS rewinddir support; fixe some NFS warningspatacongo2012-06-141-1/+1
| * Clean up NFS user interface; Fix NFS disconnect bugpatacongo2012-06-141-8/+18
| * Minor change to NFS interfacepatacongo2012-06-141-13/+11
| * NFS just finished a major weight reduction programpatacongo2012-06-141-9/+0
| * NFS updatepatacongo2012-06-111-1/+1
| * NFS updatepatacongo2012-06-101-2/+9
| * First round of compile fixes for IPv6patacongo2012-06-072-20/+34
| * NFS updatepatacongo2012-06-071-13/+13
| * Add support for the MIO283QT2 LCDpatacongo2012-06-041-0/+149
| * SD card now works on the PIC32MX7 MMB boardpatacongo2012-06-031-1/+1
| * A little more cleanup after the big STMPE11->811 name changepatacongo2012-05-291-3/+3
| * Massive naming fix: STMPE11->STMPE811patacongo2012-05-291-185/+185
| * NFS updatepatacongo2012-05-281-53/+4
| * Add STM32F4Discovery support for an SSD1289-based LCDpatacongo2012-05-241-3/+14
| * Add generic SSD1289 LCD driverpatacongo2012-05-241-0/+138
| * NxWM::CNxConsole and NXWidgets::CCallback can now redirect keyboard input to ...patacongo2012-05-201-3/+3
| * Add NX kbd input support to NxConsolepatacongo2012-05-201-0/+73
| * NxWM: Add a missing part of the message blocking logicpatacongo2012-05-192-4/+9
| * NFS updatepatacongo2012-05-181-4/+5
| * Implement an NX interface to block flush message queues in multi-user mode. ...patacongo2012-05-172-0/+96
| * Fix several compiler errors that occur when CONFIG_SCHED_ONEXIT is enabled; o...patacongo2012-05-151-1/+1