summaryrefslogtreecommitdiff
path: root/nuttx/Documentation
Commit message (Expand)AuthorAgeFilesLines
* Updated to documentation and README filesGregory Nutt2013-04-111-6/+6
* Clone svn:ignore directory atributed to .gitignore filesGregory Nutt2013-04-041-0/+3
* Add support for CAN1 and CAN2 to zkit-arm-1769. From M. Kannanpatacongo2013-04-011-3/+24
* Copy siginfo_t to step before calling a user-space signal handlerpatacongo2013-03-211-1/+1
* Add a up_stack_frame() interface to allocate a frame of data on a task's stack.patacongo2013-03-211-51/+104
* Change prototypes of up_create_stack and up_release_stack to include a task t...patacongo2013-03-201-17/+64
* Prep for 6.26 releasenuttx-6.26patacongo2013-03-151-706/+477
* More changes for a kernel-mode allocator (more to be done)patacongo2013-03-091-12/+3
* up_addregion should use kmm_addregion; move garbage kmm*.c file to mm/. for nowpatacongo2013-03-081-1/+1
* LPC1788 updates -- OS test configuration now workspatacongo2013-03-041-2/+23
* Add System Control register definitions for the LM4F120patacongo2013-03-031-5/+5
* Add a configuration to begin development of an LM4F120 LaunchPad portpatacongo2013-03-011-4/+21
* Some NuTiny-SDK-NUC120 size reduction; All serial driver vtables should be st...patacongo2013-02-271-1/+1
* The NuTiny-SDK-NUC120 basic port is complete and functionalpatacongo2013-02-271-3/+15
* Add port to Zilogic Systems ZKIT-ARM-1769 board (more coming)patacongo2013-02-262-6/+32
* Add NUC120 config FLASH definitions; documentation updatepatacongo2013-02-221-1/+5
* More files for the Cortex-M0/NUC120 portpatacongo2013-02-181-40/+71
* STM32 F4 patches from Petteri Aimonen (mostly USB)patacongo2013-02-151-63/+125
* Add a driver for the SST30VF NOR FLASH partspatacongo2013-02-111-9/+31
* Changed needed to fix issues with task_restart()patacongo2013-02-061-1/+1
* Misc clean-up and bugfixes related to multi-thread group signallingpatacongo2013-02-061-12/+47
* Rename _TCB to struct tcb_spatacongo2013-02-043-23/+23
* New interface task_spawn(); exec_builtin() now uses task_spawn(); All argv ty...patacongo2013-02-021-9/+219
* Last minute 6.25 changenuttx-6.25patacongo2013-02-011-4/+4
* Prep for 6.25 releasepatacongo2013-02-011-402/+805
* Add syslog.h; rename lib_rawprintf() to syslog()patacongo2013-01-281-5/+5
* Beginning of apps/system/usbmonitor (incomplete); more LM4F changes from JPpatacongo2013-01-281-7/+1
* Add logic to retain child task exit status if so configuredpatacongo2013-01-232-17/+177
* Change the way thread priority is handled in binfmt/ to better match the way ...patacongo2013-01-172-4/+24
* convert configs/sim/nsh to use kconfig-frontendspatacongo2013-01-161-2/+16
* Rename apps/include/apps.h to builtin.h. Move parts of apps/builtins/exec_bu...patacongo2013-01-161-1/+1
* Implement vfork() for the MIPS32 architecturepatacongo2013-01-151-2/+2
* Use SIGCHLD with waitpid(); implemented wait() and waitid()patacongo2013-01-133-20/+179
* Fix a *critical* bug in the task exit logic. Implements SIGCHILDpatacongo2013-01-121-6/+44
* Documentation updatepatacongo2013-01-111-54/+694
* Add spawn attribute logic which will eventually be needed to support posix_sp...patacongo2013-01-101-7/+7
* Rename LM3S files, variables, and types from lm3s_ to lm_; Rename configurati...patacongo2013-01-091-1/+1
* Documentation updatepatacongo2013-01-081-1/+128
* Add execv() and execl(); Move lm3s header files for compatibilitypatacongo2013-01-081-1/+14
* Documentation updatepatacongo2013-01-083-3/+40
* Remove CONFIG_BUILTIN_APPS_STARTpatacongo2013-01-061-22/+3
* Correct some errors in the LPC17xx SYSCON register bit definitions (from Romm...patacongo2013-01-052-2/+2
* Add tools/configure.c and configure.batpatacongo2013-01-041-10/+21
* Add board support at configs/zp214xpa for the The0.net ZP213X/4XPA board with...patacongo2012-12-281-2/+3
* Add support for key release eventspatacongo2012-12-271-29/+109
* Implement encoding the usbhost HID keyboard driver; configre olimex-lpc1766st...patacongo2012-12-261-1/+147
* Remove .context kludge from apps/ directorypatacongo2012-12-231-7/+2
* Rename namedapp as simply builtinpatacongo2012-12-231-40/+39
* Mostly costmetic updatespatacongo2012-12-231-9/+6
* Patches from Petteri Aimonen (plus a few other things)patacongo2012-12-211-1/+1