commit | 699b4ee03da9db6aaa65ba849cfae206434a0cb9 | [log] [tgz] |
---|---|---|
author | Peter Mitsis <peter.mitsis@windriver.com> | Mon Nov 09 12:48:44 2015 -0500 |
committer | Anas Nashif <anas.nashif@intel.com> | Fri Feb 05 20:24:53 2016 -0500 |
tree | 71ba0c007ecd41c9ef5d9ab9d505f47fe0a33cde | |
parent | 836eaee18a2d4db2a785ebeb385208758396c55c [diff] |
nanokernel: Add generic stack routines Adds the following generic stack routines: nano_stack_push() nano_stack_stack_pop() nano_stack_pop_wait() Those routines are convenience wrappers for invoking the task, fiber and ISR (if applicable) specific implementations. Change-Id: I6e7bb2ca69bb2e3d5ed955654390746e76e4ab92 Signed-off-by: Peter Mitsis <peter.mitsis@windriver.com>