aboutsummaryrefslogtreecommitdiff
path: root/nuttx/include
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of github.com:PX4/Firmware into px4dev_new_driver_wipLorenz Meier2012-08-272-18/+33
|\
| * Merge branch 'NuttX/master'px4dev2012-08-262-18/+33
| |\
| | * Fix some list handling associated with priority inheritancepatacongo2012-08-261-7/+16
| | * Update STM32 USB OTG FS host driver -- the driver is now marginally functionalpatacongo2012-08-241-1/+7
| | * Several more bug fixes for STM32 OTG FS host driverpatacongo2012-08-211-7/+7
| | * Changes for clean STM32 USB host driver buildpatacongo2012-08-201-1/+1
| | * STM32 USB host driver is code compelte (but untested)patacongo2012-08-201-2/+2
* | | 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-144-12/+19
|\|
| * Fix bad AVR C++ include paths; remove stray typo from ctypes.hpatacongo2012-08-131-1/+1
| * Define NULL to be (0) for C++patacongo2012-08-121-3/+6
| * drivers/serial/serial.c open, read, write, and poll methods will not return a...patacongo2012-08-122-8/+12
* | 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-032-26/+30
| * 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-012-5/+30
| * Review and update some board configurationspatacongo2012-07-291-4/+8
| * Add memccpy{}patacongo2012-07-291-3/+3
| * Add memchr()patacongo2012-07-281-2/+3
| * 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
| * Add PM support for the STM32F4Discovery -- still a work in progresspatacongo2012-07-251-2/+2
| * Combine cfset[o|i]speed to cfsetspeed; combine cfget[o|i]speed for cfgetspeedpatacongo2012-07-241-12/+58
| * Remove BOTHERpatacongo2012-07-241-51/+48
| * Baud definitions (B9600 for example) are again encoded; Now supports the BOTH...patacongo2012-07-231-119/+118
| * Loosen up termios interfaces to allow more flexible baud settings; remove AIX...patacongo2012-07-223-168/+82
| * Add support for extended BAUD settingspatacongo2012-07-222-57/+163
| * Use NuttX types in FreeModBus port; Add FreeModBus demo at apps/examples/modb...patacongo2012-07-211-0/+4
| * 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-1792-299/+350
| * 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-085-10/+73
| * 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