-
Notifications
You must be signed in to change notification settings - Fork 6.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
kernel: remove deprecated STACK EXTERN macros
These macros have been deprecated since v3.2.0. So remove them. () K_KERNEL_STACK_EXTERN Use K_KERNEL_STACK_DECLARE instead. () K_KERNEL_STACK_ARRAY_EXTERN Use K_KERNEL_STACK_ARRAY_DECLARE instead. () K_KERNEL_PINNED_STACK_ARRAY_EXTERN Use K_KERNEL_PINNED_STACK_ARRAY_DECLARE instead. () K_THREAD_STACK_EXTERN Use K_THREAD_STACK_DECLARE instead. () K_THREAD_STACK_ARRAY_EXTERN Use K_THREAD_STACK_ARRAY_DECLARE instead. Signed-off-by: Daniel Leung <daniel.leung@intel.com>
- Loading branch information
Showing
1 changed file
with
0 additions
and
76 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters