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

arch_atomic: support nx atomic function #14827

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Nov 20, 2024

  1. arch_atomic: support nx atomic function

    Modify the kernel to use nx atomic interfaces, avoiding
    the use of sizeof or typeof to determine the type of
    atomic operations, thereby simplifying the kernel's atomic
    interface operations.
    
    Signed-off-by: zhangyuan29 <[email protected]>
    zyfeier committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    35500e0 View commit details
    Browse the repository at this point in the history
  2. lpc17xx_40xx: enable CONFIG_DISABLE_MQUEUE_SYSV

    Because SysV is not used, disable SysV to save RAM space.
    
    Signed-off-by: zhangyuan29 <[email protected]>
    zyfeier committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    91a989b View commit details
    Browse the repository at this point in the history