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
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
621
Pull requests
133
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
sched: Fix the timer reprogramming and SCHED_RR issues.
- #20057
#20057
Merged
acassis
merged 7 commits into
apache:master
apache/nuttx:master
from
Fix-Point:fixschedtimer
Fix-Point/nuttx:fixschedtimer
Copy head branch name to clipboard
Sep 7, 2026
Conversation
Commits
7
(7)
Checks
Files changed
Merged
sched: Fix the timer reprogramming and SCHED_RR issues.
#20057
acassis
merged 7 commits into
apache:master
apache/nuttx:master
from
Fix-Point:fixschedtimer
Fix-Point/nuttx:fixschedtimer
Copy head branch name to clipboard
Commits
Commits on Sep 3, 2026
drivers/timers: fix infinite loop in up_timer_getmask when maxticks == CLOCK_MAX
Show description for 40c286d
Fix-Point
committed
40c286d
View commit details
Copy full SHA for 40c286d
Browse repository at this point
Commits on Sep 7, 2026
drivers/timers: fix UB and mask width in up_timer_getmask
Show description for be788e2
Fix-Point
committed
be788e2
View commit details
Copy full SHA for be788e2
Browse repository at this point
timers/clkcnt: Round-up when converting nsec to cnt
Show description for 50ab9a1
Fix-Point
committed
50ab9a1
View commit details
Copy full SHA for 50ab9a1
Browse repository at this point
sched/hrtimer: Fix reprogram with wrong expiration when reinserting hrtimer
Show description for 302ed58
Fix-Point
committed
302ed58
View commit details
Copy full SHA for 302ed58
Browse repository at this point
sched/sched: Fix roundrobin scheduler timer if SCHED_TICKLESS enabled
Show description for d1f3a89
Fix-Point
committed
d1f3a89
View commit details
Copy full SHA for d1f3a89
Browse repository at this point
sched/tickless: Fix SCHED_RR timeslice accounting on preemption
Show description for 342c67b
Fix-Point
committed
342c67b
View commit details
Copy full SHA for 342c67b
Browse repository at this point
style: add missing blank line after declarations
Show description for 599a2ec
Fix-Point
committed
599a2ec
View commit details
Copy full SHA for 599a2ec
Browse repository at this point
You can’t perform that action at this time.