Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

kernel: remove deprecated STACK EXTERN macros #63779

Commits on Oct 10, 2023

  1. 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>
    dcpleung committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    8c87dc0 View commit details
    Browse the repository at this point in the history