summaryrefslogtreecommitdiff
path: root/nuttx/sched/group_setupstreams.c
Commit message (Expand)AuthorAgeFilesLines
* Reorganize some AT91SAM3U files; Add an NSH kernel build configuration to the...patacongo2013-03-111-0/+4
* Bugfix: whenever a thread it must report the PID of the main task (even it i...patacongo2013-02-041-1/+2
* Divide struct tcb_s into structs task_tcb_s and pthread_tcb_spatacongo2013-02-041-6/+6
* Rename _TCB to struct tcb_spatacongo2013-02-041-1/+1
* Add a start hook that can be setup to call a function in the context of a new...patacongo2013-01-271-0/+2
* Move socket data from TCB to task group structure.patacongo2013-01-261-0/+97