kernel: remove deprecated macro K_THREAD_STACK_MEMBER

Remove the macro K_THREAD_STACK_MEMBER that has been
deprecated since v3.5.0.

Signed-off-by: Daniel Leung <daniel.leung@intel.com>
This commit is contained in:
Daniel Leung 2024-08-13 09:06:30 -07:00 committed by Anas Nashif
commit 8d53b506a2
2 changed files with 3 additions and 22 deletions

View file

@ -38,6 +38,9 @@ API Changes
Removed APIs in this release
============================
* Macro ``K_THREAD_STACK_MEMBER``, deprecated since v3.5.0, has been removed.
Use :c:macro:`K_KERNEL_STACK_MEMBER` instead.
Deprecated in this release
==========================