commit | 018cd9a65678277834d194a22d62a81c8a50f98b | [log] [tgz] |
---|---|---|
author | Allan Stephens <allan.stephens@windriver.com> | Fri Oct 07 15:13:24 2016 -0500 |
committer | Peter Mitsis <peter.mitsis@windriver.com> | Thu Oct 13 13:54:00 2016 +0000 |
tree | ce7cf829b09b2c2896066b873aedff8cc4284c02 | |
parent | 399d0ad55aea6d04f9312a0a8bc45b59fd6a354b [diff] |
unified: Eliminate k_stack_init_with_buffer() Folds this API into k_stack_init() to provide a single API that requires the caller to pass in the stack buffer, just as is done for other kernel objects initialization APIs involving the use of a buffer. Change-Id: Icad5fd6e5387d634738d1574f8dfbc5421cd642d Signed-off-by: Allan Stephens <allan.stephens@windriver.com>