summaryrefslogtreecommitdiffstats
path: root/nuttx/include
AgeCommit message (Expand)AuthorFilesLines
2012-09-04Add sendfile()patacongo1-0/+123
2012-09-04Add support for multiple work queuespatacongo1-8/+76
2012-08-31Add lib.csv that may be used to generate C library symbol tablespatacongo2-3/+3
2012-08-30Add configurable application entry pointpatacongo2-1/+5
2012-08-28Add perror()patacongo1-0/+1
2012-08-26Fix some list handling associated with priority inheritancepatacongo1-7/+16
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-13Fix bad AVR C++ include paths; remove stray typo from ctypes.hpatacongo1-1/+1
2012-08-12Define NULL to be (0) for C++patacongo1-3/+6
2012-08-12drivers/serial/serial.c open, read, write, and poll methods will not return a...patacongo2-8/+12
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...patacongo2-26/+30
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 callbackspatacongo2-5/+30
2012-07-29Review and update some board configurationspatacongo1-4/+8
2012-07-29Add memccpy{}patacongo1-3/+3
2012-07-28Add memchr()patacongo1-2/+3
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-25Add PM support for the STM32F4Discovery -- still a work in progresspatacongo1-2/+2
2012-07-24Combine cfset[o|i]speed to cfsetspeed; combine cfget[o|i]speed for cfgetspeedpatacongo1-12/+58
2012-07-24Remove BOTHERpatacongo1-51/+48
2012-07-23Baud definitions (B9600 for example) are again encoded; Now supports the BOTH...patacongo1-119/+118
2012-07-22Loosen up termios interfaces to allow more flexible baud settings; remove AIX...patacongo3-168/+82
2012-07-22Add support for extended BAUD settingspatacongo2-57/+163
2012-07-21Use NuttX types in FreeModBus port; Add FreeModBus demo at apps/examples/modb...patacongo1-0/+4
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-uppatacongo92-299/+350
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 filepatacongo5-10/+73
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