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
.
eclipse-threadx
/
threadx
Public
Notifications
You must be signed in to change notification settings
Fork
935
Star
3.5k
Code
Issues
69
Pull requests
10
Actions
Security and quality
7
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
Actions: eclipse-threadx/threadx
Actions
All workflows
Workflows
clang_check
clang_check
Copilot code review
Copilot code review
cortex_m
cortex_m
gcc_check
gcc_check
ports_arch_check
ports_arch_check
r52_fvp
r52_fvp
regression_test
regression_test
regression_template
regression_template
Disabled
Show more workflows...
Management
Caches
Deployments
gcc_check
gcc_check
Actions
Loading...
Loading
Sorry, something went wrong.
Uh oh!
There was an error while loading.
Please reload this page
.
will be ignored since log searching is not yet available
Show workflow options
Create status badge
Create status badge
Loading
Uh oh!
There was an error while loading.
Please reload this page
.
will be ignored since log searching is not yet available
83 workflow runs
83 workflow runs
Event
Filter by Event
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching events.
Status
Filter by Status
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching statuses.
Branch
Filter by Branch
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching branches.
Actor
Filter by Actor
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching users.
Completed Windows simulator support and regression coverage
gcc_check
#83:
Pull request
#736
opened by
fdesbiens
4m 14s
fdesbiens:windows-sim-ports-refresh-2026-09-01
fdesbiens:windows-sim-ports-refresh-2026-09-01
4m 14s
View #736
View workflow file
Replaced the stale system stack switch pseudo-code in the ARMv7-A por…
gcc_check
#82:
Commit
dde43b8
pushed by
fdesbiens
5m 27s
dev
dev
5m 27s
View workflow file
Replaced the stale system stack switch pseudo-code in the ARMv7-A ports with comments that describe what the code actually does
gcc_check
#81:
Pull request
#735
opened by
fdesbiens
5m 22s
fdesbiens:fix/issue-240
fdesbiens:fix/issue-240
5m 22s
View #735
View workflow file
Restored the random stack fill value in the thread control block after it is cleared during thread creation, so stack checking now looks for the pattern that is actually in the stack
gcc_check
#80:
Pull request
#732
opened by
fdesbiens
5m 45s
fdesbiens:fix/issue-723
fdesbiens:fix/issue-723
5m 45s
View #732
View workflow file
Relocated the R_ARM_RELATIVE entries when a GNU ThreadX module starts, so a global pointer initialized with the address of another global now holds the loaded address
gcc_check
#79:
Pull request
#731
opened by
fdesbiens
4m 46s
fdesbiens:fix/issue-230
fdesbiens:fix/issue-230
4m 46s
View #731
View workflow file
Removed the initialization caller check from the timer change service, so tx_timer_change can now be called from tx_application_define like the other timer services
gcc_check
#78:
Pull request
#730
opened by
fdesbiens
5m 23s
fdesbiens:fix/issue-224
fdesbiens:fix/issue-224
5m 23s
View #730
View workflow file
Replaced the GNU-only dsb 0xF and isb 0xF barrier operands with the UAL sy form, so tx_port.h now assembles under IAR as well as GCC and armclang
gcc_check
#77:
Pull request
#729
opened by
fdesbiens
5m 15s
fdesbiens:fix/issue-551
fdesbiens:fix/issue-551
5m 15s
View #729
View workflow file
Masked the core maps passed to the SMP remap solution search against TX_THREAD_SMP_CORE_MASK, so the computed core index is provably within the schedule list and GCC no longer reports a false array bounds error at -O2
gcc_check
#76:
Pull request
#728
opened by
fdesbiens
4m 52s
fdesbiens:fix/issue-469
fdesbiens:fix/issue-469
4m 52s
View #728
View workflow file
Guarded the stack analyze binary search against a highest stack pointer that is not above the start of the stack, so a stack overflow or a corrupted control block no longer hangs or crashes the caller
gcc_check
#75:
Pull request
#727
opened by
fdesbiens
5m 28s
fdesbiens:fix/issue-460
fdesbiens:fix/issue-460
5m 28s
View #727
View workflow file
Removed the extra dereference of __top_of_ram in the GNU ARMv8-A low-level initialization, so _tx_initialize_unused_memory now holds the first free address instead of garbage
gcc_check
#74:
Pull request
#726
opened by
fdesbiens
5m 42s
fdesbiens:fix/issue-435
fdesbiens:fix/issue-435
5m 42s
View #726
View workflow file
Initialized the suspend status before the non-interruptable suspend i…
gcc_check
#73:
Commit
c0aa4db
pushed by
fdesbiens
5m 39s
dev
dev
5m 39s
View workflow file
Refused thread delete and reset while an exit transition is in progre…
gcc_check
#72:
Commit
7074119
pushed by
fdesbiens
5m 22s
dev
dev
5m 22s
View workflow file
Initialized the suspend status before the non-interruptable suspend in tx_thread_sleep, so a sleep no longer returns a stale error left over from an earlier timed-out suspension
gcc_check
#71:
Pull request
#725
opened by
fdesbiens
4m 28s
fdesbiens:fix/issue-433
fdesbiens:fix/issue-433
4m 28s
View #725
View workflow file
Refused thread delete and reset while an exit transition is in progress
gcc_check
#70:
Pull request
#724
opened by
fdesbiens
3m 45s
fdesbiens:fix/thread-exit-callback-transition
fdesbiens:fix/thread-exit-callback-transition
3m 45s
View #724
View workflow file
Made the stack analyze binary search require several consecutive fill…
gcc_check
#69:
Commit
9ee198a
pushed by
fdesbiens
5m 0s
dev
dev
5m 0s
View workflow file
Refreshed the reason gcc_check leaves RISC-V out (#722)
gcc_check
#68:
Commit
d56f96f
pushed by
fdesbiens
5m 17s
dev
dev
5m 17s
View workflow file
Refreshed the reason gcc_check leaves RISC-V out
gcc_check
#67:
Pull request
#722
opened by
fdesbiens
5m 19s
refresh-gcc-check-riscv-note
refresh-gcc-check-riscv-note
5m 19s
View #722
View workflow file
Made the stack analyze binary search require several consecutive fill words, so unwritten holes in a used stack no longer cause the highest stack pointer to be under-reported
gcc_check
#66:
Pull request
#720
opened by
fdesbiens
5m 9s
fdesbiens:fix/issue-425
fdesbiens:fix/issue-425
5m 9s
View #720
View workflow file
Stated the compiler and coverage requirements directly, and said who …
gcc_check
#65:
Commit
39277cf
pushed by
fdesbiens
5m 14s
dev
dev
5m 14s
View workflow file
Stated the compiler and coverage requirements directly, and said who the pinned toolchain default serves
gcc_check
#64:
Pull request
#718
synchronize by
fdesbiens
5m 18s
fdesbiens:docs/state-requirements-directly
fdesbiens:docs/state-requirements-directly
5m 18s
View #718
View workflow file
Stated the compiler and coverage requirements directly, and said who the pinned toolchain default serves
gcc_check
#63:
Pull request
#718
opened by
fdesbiens
5m 18s
fdesbiens:docs/state-requirements-directly
fdesbiens:docs/state-requirements-directly
5m 18s
View #718
View workflow file
Compiled the module manager C sources with GCC, as clang already did …
gcc_check
#62:
Commit
5e9d046
pushed by
fdesbiens
5m 20s
dev
dev
5m 20s
View workflow file
Compiled the module manager C sources with GCC, as clang already did
gcc_check
#61:
Pull request
#716
opened by
fdesbiens
4m 58s
fdesbiens:feat/gcc-module-manager-c
fdesbiens:feat/gcc-module-manager-c
4m 58s
View #716
View workflow file
Added the missing VFP enable field to the Cortex-R5/AC5 thread contro…
gcc_check
#60:
Commit
7f6e496
pushed by
fdesbiens
5m 10s
dev
dev
5m 10s
View workflow file
Added a ThreadX module manager port for the Cortex-R52
gcc_check
#59:
Pull request
#639
synchronize by
fdesbiens
4m 44s
fdesbiens:feature/r52-module-port-foundation
fdesbiens:feature/r52-module-port-foundation
4m 44s
View #639
View workflow file
Previous
1
2
3
4
Next
You can’t perform that action at this time.