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
regression_test
regression_test
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
.
regression_test.yml
will be ignored since log searching is not yet available
180 workflow runs
180 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
regression_test
#354:
Pull request
#736
opened by
fdesbiens
10m 35s
fdesbiens:windows-sim-ports-refresh-2026-09-01
fdesbiens:windows-sim-ports-refresh-2026-09-01
10m 35s
View #736
View workflow file
Replaced the stale system stack switch pseudo-code in the ARMv7-A por…
regression_test
#353:
Commit
dde43b8
pushed by
fdesbiens
16m 2s
dev
dev
16m 2s
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
regression_test
#352:
Pull request
#735
opened by
fdesbiens
8m 5s
fdesbiens:fix/issue-240
fdesbiens:fix/issue-240
8m 5s
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
regression_test
#351:
Pull request
#732
opened by
fdesbiens
7m 42s
fdesbiens:fix/issue-723
fdesbiens:fix/issue-723
7m 42s
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
regression_test
#350:
Pull request
#731
opened by
fdesbiens
14m 2s
fdesbiens:fix/issue-230
fdesbiens:fix/issue-230
14m 2s
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
regression_test
#349:
Pull request
#730
opened by
fdesbiens
7m 12s
fdesbiens:fix/issue-224
fdesbiens:fix/issue-224
7m 12s
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
regression_test
#348:
Pull request
#729
opened by
fdesbiens
8m 6s
fdesbiens:fix/issue-551
fdesbiens:fix/issue-551
8m 6s
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
regression_test
#347:
Pull request
#728
opened by
fdesbiens
18m 38s
fdesbiens:fix/issue-469
fdesbiens:fix/issue-469
18m 38s
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
regression_test
#346:
Pull request
#727
opened by
fdesbiens
8m 25s
fdesbiens:fix/issue-460
fdesbiens:fix/issue-460
8m 25s
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
regression_test
#345:
Pull request
#726
opened by
fdesbiens
15m 16s
fdesbiens:fix/issue-435
fdesbiens:fix/issue-435
15m 16s
View #726
View workflow file
Initialized the suspend status before the non-interruptable suspend i…
regression_test
#344:
Commit
c0aa4db
pushed by
fdesbiens
8m 2s
dev
dev
8m 2s
View workflow file
Refused thread delete and reset while an exit transition is in progre…
regression_test
#343:
Commit
7074119
pushed by
fdesbiens
13m 34s
dev
dev
13m 34s
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
regression_test
#342:
Pull request
#725
opened by
fdesbiens
8m 42s
fdesbiens:fix/issue-433
fdesbiens:fix/issue-433
8m 42s
View #725
View workflow file
Refused thread delete and reset while an exit transition is in progress
regression_test
#341:
Pull request
#724
opened by
fdesbiens
19m 8s
fdesbiens:fix/thread-exit-callback-transition
fdesbiens:fix/thread-exit-callback-transition
19m 8s
View #724
View workflow file
Made the stack analyze binary search require several consecutive fill…
regression_test
#340:
Commit
9ee198a
pushed by
fdesbiens
8m 33s
dev
dev
8m 33s
View workflow file
Refreshed the reason gcc_check leaves RISC-V out (#722)
regression_test
#339:
Commit
d56f96f
pushed by
fdesbiens
10m 10s
dev
dev
10m 10s
View workflow file
Gave install_riscv.sh the network hardening install.sh already had, a…
regression_test
#338:
Commit
6c84e61
pushed by
fdesbiens
7m 9s
dev
dev
7m 9s
View workflow file
Refreshed the reason gcc_check leaves RISC-V out
regression_test
#337:
Pull request
#722
opened by
fdesbiens
17m 15s
refresh-gcc-check-riscv-note
refresh-gcc-check-riscv-note
17m 15s
View #722
View workflow file
Gave install_riscv.sh the network hardening install.sh already had, and shared it between them
regression_test
#336:
Pull request
#721
synchronize by
fdesbiens
15m 48s
harden-riscv-ci-install
harden-riscv-ci-install
15m 48s
View #721
View workflow file
Enabled the RISC-V regression suite in CI for QEMU targets (#717)
regression_test
#335:
Commit
18abe10
pushed by
fdesbiens
8m 30s
dev
dev
8m 30s
View workflow file
Pointed the SMP coverage comment at the pull request that made its me…
regression_test
#334:
Commit
42f1d2b
pushed by
fdesbiens
14m 54s
dev
dev
14m 54s
View workflow file
Gave install_riscv.sh the network hardening install.sh already had, and shared it between them
regression_test
#333:
Pull request
#721
opened by
fdesbiens
6m 47s
harden-riscv-ci-install
harden-riscv-ci-install
6m 47s
View #721
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
regression_test
#332:
Pull request
#720
opened by
fdesbiens
19m 23s
fdesbiens:fix/issue-425
fdesbiens:fix/issue-425
19m 23s
View #720
View workflow file
Pointed the SMP coverage comment at #677
regression_test
#331:
Pull request
#719
opened by
fdesbiens
8m 57s
fix-plan-identifier-in-smp-coverage-comment
fix-plan-identifier-in-smp-coverage-comment
8m 57s
View #719
View workflow file
Enabled the RISC-V regression suite in CI for QEMU targets
regression_test
#330:
Pull request
#717
synchronize by
fdesbiens
9m 9s
akifejaz:enable-riscv-ci
akifejaz:enable-riscv-ci
9m 9s
View #717
View workflow file
Previous
1
2
3
4
5
6
7
8
Next
You can’t perform that action at this time.