summaryrefslogtreecommitdiff
path: root/nuttx/include
Commit message (Expand)AuthorAgeFilesLines
* Various changes while debugging posix_spawnpatacongo2013-01-111-1/+11
* Add interfaces to dynamically change symbol tables used by posix_spawn, execv...patacongo2013-01-101-0/+6
* Add missing support for signal masks to posix_spawn.patacongo2013-01-101-2/+16
* Removed posix_spawn signal masks - they cannot be supported in NuttX; Add ske...patacongo2013-01-101-42/+42
* Add spawn attribute logic which will eventually be needed to support posix_sp...patacongo2013-01-101-5/+32
* Add file action logic which will eventually be needed to support posix_spawn()patacongo2013-01-091-9/+19
* Change naming of all Stellaris pre-processor symbols from LM3S_ to LM_ to mak...patacongo2013-01-091-84/+84
* Use kconfig- prefix to avoid tool name conflicts (from Jose Pablo Carballo)patacongo2013-01-091-0/+137
* Add execv() and execl(); Move lm3s header files for compatibilitypatacongo2013-01-082-1/+9
* This initial vfork() check-in was a little pollyanna-ishpatacongo2013-01-072-1/+27
* Implement a simple vfork(). ARM only for nowpatacongo2013-01-071-1/+2
* Fix SEM_INITIALIZERpatacongo2013-01-061-3/+7
* STM32 FLASH changes from Freddie Chopinpatacongo2013-01-031-2/+2
* Add ZP213X/4XPA nxlines configuration (needs a little more work)patacongo2012-12-301-0/+5
* Add support for key release eventspatacongo2012-12-271-27/+73
* Verified USB HID KBD driver encoding of special characters; apps/examples/hid...patacongo2012-12-261-1/+4
* Add UG_2965SWEG01 driver from Darcy Gong; fix logic error in how waiters are ...patacongo2012-12-261-0/+245
* Implement encoding the usbhost HID keyboard driver; configre olimex-lpc1766st...patacongo2012-12-261-10/+16
* Add logic to serialize and marshal out-of-band keyboard commandspatacongo2012-12-252-1/+293
* Fixes for l3s, USB composite, nfsmount, apps context build problemspatacongo2012-12-241-1/+1
* configs/sim/nxwm now uses kconfig-frontendspatacongo2012-12-211-72/+76
* Patches from Petteri Aimonen (plus a few other things)patacongo2012-12-213-4/+10
* 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