aboutsummaryrefslogtreecommitdiff
path: root/nuttx/include
Commit message (Expand)AuthorAgeFilesLines
* added vdprintf() library functionAndrew Tridgell2013-01-051-0/+1
* Add FIONWRITE to allow applications to sniff the amount of writable space on ...px4dev2013-01-031-0/+4
* Merge branch 'sbus' of https://github.com/PX4/Firmware into #61-px4io-spektru...px4dev2012-12-013-16/+29
|\
| * Improved termios support for the STM32 UART driver. Also add a little more t...px4dev2012-11-243-16/+29
* | Fix <termios.h> for c++ use (cannot mark speed const)px4dev2012-11-301-1/+1
|/
* Merge branch 'master' of file:///Users/Shared/NuttXpx4dev2012-10-132-3/+13
|\
| * STM32 fixes for DM9161 PHY; Enhancements for ADS7843e touchscreen controllerpatacongo2012-09-272-3/+13
| * Resync new repository with old repo r5166patacongo2012-09-176-12/+79
| * Resync new repository with old repo r5166patacongo2012-09-17177-0/+42649
* Turn off function instrumentation for inline functions; thanks Greg.px4dev2012-09-161-1/+1
* Merge branch 'NuttX/master'px4dev2012-09-163-5/+35
|\
| * Add W25 FLASH driver; Use attribute definitions in nuttx/compiler.hpatacongo2012-09-163-5/+35
* | Merge branch 'NuttX/master'px4dev2012-09-1410-20/+525
|\|
| * Some ENC28J60-related fixespatacongo2012-09-141-0/+16
| * Fix ENC28J60 chip enable issuepatacongo2012-09-141-5/+4
| * Missed one file in last checking; Gran allocator alignment decoupled from gra...patacongo2012-09-141-6/+35
| * Changes needed for clean ez80 compile with ZDS toolchainpatacongo2012-09-131-2/+2
| * Remove executable property from source and make filespatacongo2012-09-132-0/+0
| * USB device drivers: Add hooks to to use common, external DMA buffer allocatio...patacongo2012-09-132-4/+41
| * Fix MMC/SD support for Wildfire board; Granule allocator can now be used from...patacongo2012-09-121-1/+6
| * Misc ENC28J60 fixespatacongo2012-09-121-2/+2
| * Fixes for granule allocatorpatacongo2012-09-111-2/+2
| * Update to granule allocator; Update to ENC28j60 driverpatacongo2012-09-111-0/+8
| * Add beginning of a simple granule allocator to support DMA IO buffer allocationpatacongo2012-09-112-1/+162
| * Updates/fixes related to ENC28J60, Kconfigs, and fire-stm32v2patacongo2012-09-111-4/+4
| * Add support for DMA memory allocator to FAT file systempatacongo2012-09-111-1/+29
| * More logic for the MX3 Wildfire boardpatacongo2012-09-101-5/+20
| * Removed delay after receiving in recvfrom(). This was killing network perfor...patacongo2012-09-071-1/+17
| * Add sendfile()patacongo2012-09-041-0/+123
| * Add support for multiple work queuespatacongo2012-09-041-8/+76
* | Merge with trunk NuttXpx4dev2012-09-025-4/+9
|\|
| * Add lib.csv that may be used to generate C library symbol tablespatacongo2012-08-312-3/+3
| * Add configurable application entry pointpatacongo2012-08-302-1/+5
| * Add perror()patacongo2012-08-281-0/+1
* | 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