doc: release-notes/3.7: a word about thread stack size
The declaration of statically allocation stacks have been updated to use another macro, which also unifies both single stack declaration and array stack declaration. Signed-off-by: Daniel Leung <daniel.leung@intel.com>
This commit is contained in:
parent
e547d356b0
commit
37adf88b2d
1 changed files with 6 additions and 0 deletions
|
@ -270,6 +270,12 @@ Kernel
|
|||
has the special ``zephyr,deferred-init`` property set. The device can be
|
||||
initialized later in time by using :c:func:`device_init`.
|
||||
|
||||
* The declaration of statically allocated thread stacks have been updated to utilize
|
||||
:c:macro:`K_THREAD_STACK_LEN` for both single thread stack declaration and array thread
|
||||
stack declarations. This ensures correct alignment for all thread stacks. For user
|
||||
threads, this may increase the size of the statically allocated stack objects depending
|
||||
on architecture alignment requirements.
|
||||
|
||||
Bluetooth
|
||||
*********
|
||||
* Audio
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue