-
Notifications
You must be signed in to change notification settings - Fork 936
Pull requests: eclipse-threadx/threadx
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
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
#732
opened Sep 11, 2026 by
fdesbiens
Contributor
Loading…
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
#731
opened Sep 11, 2026 by
fdesbiens
Contributor
Loading…
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
#730
opened Sep 11, 2026 by
fdesbiens
Contributor
Loading…
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
#729
opened Sep 11, 2026 by
fdesbiens
Contributor
Loading…
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
#727
opened Sep 10, 2026 by
fdesbiens
Contributor
Loading…
2 of 3 tasks
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
#726
opened Sep 10, 2026 by
fdesbiens
Contributor
Loading…
Added a ThreadX module manager port for the Cortex-R52
#639
opened Aug 18, 2026 by
fdesbiens
Contributor
Loading…
ProTip!
Exclude everything labeled
bug with -label:bug.