Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
apache
/
nuttx
Public
Notifications
You must be signed in to change notification settings
Fork
1.7k
Star
4k
Code
Issues
622
Pull requests
134
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
atomic: multi-backend framework + builtin + API rename
- #19867
#19867
Merged
xiaoxiang781216
merged 10 commits into
apache:master
apache/nuttx:master
from
zhangyu-duck:pr2-atomic-backend
zhangyu-duck/apache-nuttx:pr2-atomic-backend
Copy head branch name to clipboard
Aug 24, 2026
Conversation
Commits
10
(10)
Checks
Files changed
Merged
atomic: multi-backend framework + builtin + API rename
#19867
xiaoxiang781216
merged 10 commits into
apache:master
apache/nuttx:master
from
zhangyu-duck:pr2-atomic-backend
zhangyu-duck/apache-nuttx:pr2-atomic-backend
Copy head branch name to clipboard
Commits
Commits on Aug 19, 2026
nuttx/libc: arch_atomic.c uses IRQ switching, no SMP support
Show description for c14be62
zhangyu-duck
committed
c14be62
View commit details
Copy full SHA for c14be62
Browse repository at this point
arch/tricore: add arch atomic function
Show description for f00fd9f
zhangyu-duck
committed
f00fd9f
View commit details
Copy full SHA for f00fd9f
Browse repository at this point
Commits on Aug 20, 2026
nuttx/libc: refine the atomic related Kconfig
Show description for 1c53803
zhangyu-duck
committed
1c53803
View commit details
Copy full SHA for 1c53803
Browse repository at this point
Commits on Aug 21, 2026
libc/machine: split atomic into header, arch_atomic_irq.c, arch_atomic64.c
Show description for f3f779b
zhangyu-duck
committed
f3f779b
View commit details
Copy full SHA for f3f779b
Browse repository at this point
nuttx/atomic: select LIBC_ATOMIC_IRQ for archs without atomic support
Show description for a784284
zhangyu-duck
committed
a784284
View commit details
Copy full SHA for a784284
Browse repository at this point
nuttx: use unified interface in <nuttx/atomic.h>
Show description for 4cf79fc
zhangyu-duck
committed
4cf79fc
View commit details
Copy full SHA for 4cf79fc
Browse repository at this point
nuttx/atomic: for builtin atomic, a wrapper is used to unify the names.
Show description for eeb836e
zhangyu-duck
committed
eeb836e
View commit details
Copy full SHA for eeb836e
Browse repository at this point
nuttx/atomic: use toolchain builtin atomic function
Show description for d0ba0d0
zhangyu-duck
committed
d0ba0d0
View commit details
Copy full SHA for d0ba0d0
Browse repository at this point
nuttx/atomic: replace atomic_fetch_xxx with atomic_xxx just like zephyr
Show description for dd6857f
zhangyu-duck
committed
dd6857f
View commit details
Copy full SHA for dd6857f
Browse repository at this point
nuttx/atomic.h: use _Atomic define atomic_t.
Show description for 2aa1e74
zhangyu-duck
committed
2aa1e74
View commit details
Copy full SHA for 2aa1e74
Browse repository at this point
You can’t perform that action at this time.