- Oct 15, 2014
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
- Oct 14, 2014
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
- Oct 05, 2014
-
-
Gregory Nutt authored
-
- Oct 04, 2014
-
-
Gregory Nutt authored
-
- Sep 27, 2014
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
- Sep 23, 2014
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
- Sep 22, 2014
-
-
Gregory Nutt authored
-
- Sep 20, 2014
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
- Sep 14, 2014
-
-
Gregory Nutt authored
-
Gregory Nutt authored
Add the initial implementation of the process kernel stack logic. Not yet integrated into the main OS logic nor tested.
-
Gregory Nutt authored
Rename everything associated with the dynamic process stack to ustack to make room in the name space for a kstack
-
- Sep 13, 2014
-
-
Gregory Nutt authored
-
- Sep 10, 2014
-
-
Gregory Nutt authored
-
- Sep 09, 2014
-
-
Gregory Nutt authored
-
- Sep 05, 2014
-
-
Gregory Nutt authored
Remove the 16z board support from the main source tree. It is still avaialable in the misc/Obsoleted directory
-
- Sep 01, 2014
-
-
Gregory Nutt authored
There used to be two ways to pass parameters to new tasks, depending upon the configuration: Either (1) argv[] as created as an array with each string strdup'ed. Or (1) argv[] array and strings were created on the stack before the new task was started. Now, there is only one way, way (1). Way (2) might be slightly more compact, but this is not worth carry the complexity of two different ways of doing the same thing.
-
Gregory Nutt authored
-
- Aug 31, 2014
-
-
Gregory Nutt authored
-
- Aug 29, 2014
-
-
Gregory Nutt authored
-
- Aug 26, 2014
-
-
Gregory Nutt authored
Rename up_addrenv_assign() to up_addrenv_clone() and generalize its arguments so that can be used for other purposes
-
- Aug 25, 2014
-
-
Gregory Nutt authored
-
- Aug 24, 2014
-
-
Gregory Nutt authored
addrenv interface changes: up_addrenv_create() may need to create .text and .bss/.data separately because of differing access privileges (read/execute vs read/write). And, as a consequence, up_addrenv_vaddr() needs to be split into up_addrenv_vtext(0 and up_addrenv_vdata().
-
Gregory Nutt authored
Add addrenv.h; First cut at Cortex-A address environment structures; Add configuration options to setup address enviornment
-
Gregory Nutt authored
Change CONFIG_ADDRENV to CONFIG_ARCH_ADDRENV; change how it is selected -- the architecure must first declare support
-
- Aug 22, 2014
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
- Aug 21, 2014
-
-
Gregory Nutt authored
wdog.h does not contain any application interface, only internal OS interface. Further, it is non-standard. Move wdog.h from include/ to include/nuttx. For the same reason, move the description of the watchdog timer interfaces from the Users Guide to the Porting Guide.
-
- Aug 14, 2014
-
-
Gregory Nutt authored
-
- Aug 12, 2014
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
- Aug 10, 2014
-
-
Gregory Nutt authored
-
- Aug 09, 2014
-
-
Gregory Nutt authored
-