Divided _task_init() in several smaller functions that take fewer paramters. ...
Divided _task_init() in several smaller functions that take fewer paramters. This was necessary to reduce the stack usage for the 8051/2 which has a tiny, 256 byte stack git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@58 42af7a65-404d-4744-a932-0658087f49c3
Showing
- ChangeLog 5 additions, 0 deletionsChangeLog
- sched/Makefile 2 additions, 1 deletionsched/Makefile
- sched/os_internal.h 4 additions, 3 deletionssched/os_internal.h
- sched/pthread_create.c 13 additions, 7 deletionssched/pthread_create.c
- sched/task_activate.c 117 additions, 0 deletionssched/task_activate.c
- sched/task_create.c 25 additions, 326 deletionssched/task_create.c
- sched/task_init.c 37 additions, 16 deletionssched/task_init.c
- sched/task_setup.c 312 additions, 0 deletionssched/task_setup.c
- sched/task_start.c 113 additions, 0 deletionssched/task_start.c
Loading
Please register or sign in to comment