nuttx/arch/rgmp/src
2014-09-29 07:14:38 -06:00
..
arm
x86 Reanem kzalloc to kmm_zalloc for consistency 2014-08-31 17:34:44 -06:00
.gitignore
bridge.c Move fs/fs.h to fs/inode/inode.h and some to fs/driver/driver.h 2014-09-29 07:14:38 -06:00
cxx.c
Makefile The 'make export' target needs to bundle up the user C startup file (crt0), not the kernel head object 2014-09-04 13:31:34 -06:00
nuttx.c 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. 2014-09-01 15:39:34 -06:00
rgmp.c