aboutsummaryrefslogtreecommitdiff
path: root/nuttx/include
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into nuttx-merge-5447px4dev2013-01-1115-63/+1682
|\
| * Incorporate address environment interfaces in binfmt/ logicpatacongo2012-12-194-20/+114
| * Restructre address environment interfaces in preparation for incorporation in...patacongo2012-12-182-24/+124
| * Integrate PATH traversal logic and binary format logicpatacongo2012-12-171-6/+13
| * Add basic hooks to support a PATH variable (more is needed)patacongo2012-12-161-12/+100
| * Fix some early z180 compile errorspatacongo2012-12-112-16/+11
| * configs/p112: Add a configuration for the Z180 P112 boardpatacongo2012-12-111-3/+23
| * Add support for the Z180 MMU and generic hooks for processespatacongo2012-12-111-42/+128
| * Patches from Petteri Aimonen + stdbool and rand() changes for Freddie Chopinpatacongo2012-12-076-4/+48
| * Fix the fat, flat line bugpatacongo2012-12-021-2/+2
| * standard keypad inteface and apps/examples/keypadtest from Denis Cariklipatacongo2012-12-011-0/+54
| * Implement pause()patacongo2012-11-211-0/+1
| * Fix typo introduced into many Makefiles with last changespatacongo2012-11-191-3/+3
| * Patches 7-9 from Petteri Aimonenpatacongo2012-11-171-3/+21
| * Changes to get a clean ez80 build using the ZDS 5.1.1 toolchainpatacongo2012-11-121-4/+0
| * STM32 OTG FS fix from Petteri Aimonen; Finish off some UG-2864AMBAG01 test logicpatacongo2012-11-081-9/+2
| * Add UG-2864AMBAG01 initialization for use on STM32F4Discoverypatacongo2012-11-081-2/+11
| * Add driver for Univision UG-2864AMBAG01patacongo2012-11-072-10/+248
| * Add interfaces flags, extend ifconfig, add ifup and ifdown commands (Darcy Gongpatacongo2012-11-043-0/+19
| * Relay example from Darcy Gongpatacongo2012-11-041-0/+22
| * Several small thingspatacongo2012-11-031-0/+59
| * uClibc++ compiles... but it is a long way from linkingpatacongo2012-11-013-2/+25
| * Add __cxa_atexit(); atexit() is now built on top of on_exit()patacongo2012-11-011-3/+3
| * Add support for ferror(), feof(), and clearerr()patacongo2012-11-012-6/+16
| * Add documentation for the binary loaderpatacongo2012-10-301-1/+1
| * C++ static destructors work with ELF load too nowpatacongo2012-10-292-18/+36
| * C++ constructors work with ELF load nowpatacongo2012-10-292-13/+31
| * Finish implemention of ELF loader static constructor support. Still some iss...patacongo2012-10-291-1/+4
| * lib/math files not follow coding standard; float, double, and long double ver...patacongo2012-10-283-4/+491
| * Rename elf.h to elf32.h; Additional ELF loader changespatacongo2012-10-262-5/+5
| * Add an ARM ELF header filepatacongo2012-10-251-1/+4
| * More ELF loader changespatacongo2012-10-251-6/+6
| * Finishes basic coding of ELF file supportpatacongo2012-10-251-2/+5
| * Add x86 ELF supportpatacongo2012-10-252-4/+27
| * A little more ELF loader logicpatacongo2012-10-252-69/+100
| * A little more ELF loader logicpatacongo2012-10-251-2/+2
| * A little more ELF loader logicpatacongo2012-10-251-0/+8
| * A little more ELF loader logicpatacongo2012-10-242-36/+11
| * Move binfmt.h, nxflat.h, elf.h, and symtab.h to include/nuttx/binfmt/patacongo2012-10-244-21/+21
| * Flesh out include/elf.hpatacongo2012-10-241-1/+278
| * Add framework to support loadable ELF modules (not much logic in place yet)patacongo2012-10-243-19/+331
| * Several bugfixes contributed by Petteri Aimonenpatacongo2012-10-201-1/+1
| * Add MAX11802 touchscreeen driver from Petteri Aimonenpatacongo2012-10-202-2/+182
| * The termios c_speed field cannot be 'const'patacongo2012-10-201-1/+1
* | 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
|\|