summaryrefslogtreecommitdiff
path: root/nuttx/arch/avr/src/avr32/up_stackframe.c
Commit message (Expand)AuthorAgeFilesLines
* There used to be two ways to pass parameters to new tasks, depending upon the...Gregory Nutt2014-09-011-0/+1
* More trailing whilespace removalGregory Nutt2014-04-131-2/+2
* Corrections needed after further test of stack-based task argumentspatacongo2013-03-211-3/+10
* 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-0/+133