| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-02-26 | Merge pull request #503 from fdesbiens/issue499 | Frédéric Desbiens | |
| Added a missing symbol to tx_api.h for TX SMP. | |||
| 2026-02-26 | Added a missing symbol to tx_api.h for TX SMP. | Frédéric Desbiens | |
| 2026-02-26 | Fixes to the RISC-V32 architecture port layer for Clang. | Francisco Manuel Merino Torres | |
| 2026-02-26 | Added a RISC-V32 architecture port layer for Clang. | Francisco Manuel Merino Torres | |
| 2026-02-25 | Merge pull request #492 from akifejaz/qemu-virt-rv32 | Frédéric Desbiens | |
| Added a RISC-V32 QEMU-virt example | |||
| 2026-02-25 | Merge pull request #501 from akifejaz/rv64-gnu-port | Frédéric Desbiens | |
| Removed dead code from riscv64/gnu port | |||
| 2026-02-25 | Support XuanTie E906 CPU | shuta.lst | |
| - Place the E906 implementation in the ports/risc-v32/gnu directory; - Remove code unrelated to the xuantie_smartl_fpga demo; | |||
| 2026-02-25 | Add RISC-V32 arch. port layer | Akif Ejaz | |
| This update adapts the ThreadX low-level kernel routines for RV32, including: - startup and initialization logic - context save/restore implementations - interrupt control and scheduler entry - thread stack build and system return paths - timer interrupt handling - made it complient as per new risc-v64/gnu & threadx style - added reademe for risc-v32/gnu port These changes provide full low-level support needed to run ThreadX on RISC-V32 targets. Signed-off-by: Akif Ejaz <[email protected]> | |||
| 2026-02-24 | Merge pull request #490 from akifejaz/rv32-port | Frédéric Desbiens | |
| Added a RISC-V32 architecture port layer for GCC. | |||
| 2026-02-16 | Add RISC-V32 arch. port layer | Akif Ejaz | |
| This update adapts the ThreadX low-level kernel routines for RV32, including: - startup and initialization logic - context save/restore implementations - interrupt control and scheduler entry - thread stack build and system return paths - timer interrupt handling - made it complient as per new risc-v64/gnu & threadx style - added reademe for risc-v32/gnu port These changes provide full low-level support needed to run ThreadX on RISC-V32 targets. Signed-off-by: Akif Ejaz <[email protected]> | |||
| 2026-02-16 | removed dead code in riscv64/gnu port | Akif Ejaz | |
| Signed-off-by: Akif Ejaz <[email protected]> | |||
| 2026-02-12 | Support XuanTie E906 CPU. | shuta.lst | |
| - add ThreadX porting codes for XuanTie E906. - add example for XuanTie E906 running on QEMU smartl. | |||
| 2026-02-05 | Merge pull request #494 from spir6s/master | Frédéric Desbiens | |
| Added missing ULONG64 definition for RX ports needed by USBX and NetX Duo | |||
| 2026-02-05 | Merge pull request #496 from akifejaz/rv64-gnu-port | Frédéric Desbiens | |
| Improved RV64/GNU port robustness, portability, and CSR handling | |||
| 2026-02-05 | Cleanup the macros in tx_port.h & comments in inc/*.S | Akif Ejaz | |
| - removed the trailing whitespaces Signed-off-by: Akif Ejaz <[email protected]> | |||
| 2026-01-26 | few cleanups | Akif Ejaz | |
| Signed-off-by: Akif Ejaz <[email protected]> | |||
| 2026-01-26 | improve port robustness, portability, and CSR handling | Akif Ejaz | |
| - removed tx_port.h dependency from .S files - replaced tx_timer_interrupt.c with tx_timer_interrupt.S - made some cleanups, formatting to better readability - removed macros (LOAD/STORE/REGBYTES) changed register nomenclature to use RISC-V ABI names (ra, sp, t0, etc.) - added readme_threadx.txt Signed-off-by: Akif Ejaz <[email protected]> | |||
| 2026-01-09 | Merge commit from forkv6.4.5.202504_rel | Frédéric Desbiens | |
| Fix: Return 0u when no counters available | |||
| 2026-01-09 | Merge pull request #495 from eclipse-threadx/dev | Frédéric Desbiens | |
| Merge changes ahead of the v6.4.5.202504 release | |||
| 2026-01-09 | Updated the version number | Frédéric Desbiens | |
| 2026-01-09 | Updated the version number | Frédéric Desbiens | |
| 2026-01-09 | Added missing ULONG64 definition for RX ports | Sebastian Paarz | |
| 2026-01-06 | Fix VFP build failure in Cortex-A tx_thread_schedule.S | Mehmet Eren Balasar | |
| When TX_ENABLE_VFP_SUPPORT is defined, the build fails due to missing IRQ_MASK and FIQ_MASK symbols in the restore logic. This adds the local definitions (0x80 and 0x40) to tx_thread_schedule.S to match tx_thread_interrupt_restore.S, enabling successful compilation on GNU and AC6 Cortex-A ports. | |||
| 2026-01-01 | Add RISC-V32 QEMU-virt example | Akif Ejaz | |
| This commit introduces the complete example build environment for the RISC-V32/GNU port targeting the QEMU virt machine. It includes basic BSP components, startup code, drivers, linker script, and a minimal ThreadX demo application. Signed-off-by: Akif Ejaz <[email protected]> | |||
| 2025-11-27 | Merge pull request #478 from ayedm1/fix_typo | Frédéric Desbiens | |
| fix typo TX_BYTE_POOL_DELAY_VALUE instead of TX_BTYE_POOL_DELAY_VALUE | |||
| 2025-11-25 | fix typo TX_BYTE_POOL_DELAY_VALUE instead of TX_BTYE_POOL_DELAY_VALUE | MAY | |
| 2025-11-18 | Fix: Return 0u when no counters available | nopnopnop-lavine | |
| 2025-09-28 | Merge pull request #468 from eclipse-threadx/devv6.4.3.202503_rel | Frédéric Desbiens | |
| Merge changes included in the v6.4.3.202503 release. | |||
| 2025-09-28 | Updated version number and added build and hotfix. | Frédéric Desbiens | |
| 2025-09-28 | Merge pull request #467 from eclipse-threadx/smp-test-fix | Frédéric Desbiens | |
| Completed the implementation of a configurable queue max size. | |||
| 2025-09-28 | Added missing check for TX_QUEUE_MESSAGE_MAX_SIZE. | Frédéric Desbiens | |
| 2025-09-28 | Added missing QUEUE_MESSAGE_MAX_SIZE test for SMP. | Frédéric Desbiens | |
| 2025-09-28 | Merge commit from fork | Frédéric Desbiens | |
| Fixed pointer validation flaw and improper parameter check in syscall implementation | |||
| 2025-09-28 | Merge commit from fork | Frédéric Desbiens | |
| Fixed issue where thread could get a higher priority than the module's value for max priority. | |||
| 2025-09-21 | Merge pull request #463 from ericminnerath/fix-iar-include | Frédéric Desbiens | |
| Fix IAR include typo. | |||
| 2025-09-16 | Merge pull request #464 from gzzi/avoid-hang-check-stack | Frédéric Desbiens | |
| Do not analyze when stack overflow has occured. | |||
| 2025-09-02 | Merge pull request #465 from eclipse-threadx/master | Frédéric Desbiens | |
| Port CI fixes to dev branch | |||
| 2025-09-01 | Do not analyze when stack overflow has occured | Guillaume Galeazzi | |
| 2025-08-27 | initial commit | ericminnerath | |
| 2025-07-29 | Merge pull request #457 from eclipse-threadx/ci-fixes-2 | Frédéric Desbiens | |
| Fixed code coverage report download step in deploy_code_coverage. | |||
| 2025-07-29 | Fixed code coverage report download step in deploy_code_coverage. | Frédéric Desbiens | |
| 2025-07-29 | Merge pull request #456 from eclipse-threadx/ci-fixes-2 | Frédéric Desbiens | |
| Added condition to "Coverage Report Name". Corrected formatting. | |||
| 2025-07-29 | Added condition to "Coverage Report Name". Corrected formatting. | Frédéric Desbiens | |
| 2025-07-29 | Merge pull request #455 from eclipse-threadx/ci-fixes | Frédéric Desbiens | |
| Fixed code coverage artefacts upload | |||
| 2025-07-29 | Fixed code coverage artefacts upload | Frédéric Desbiens | |
| 2025-07-17 | Merge pull request #454 from eclipse-threadx/ci-fixes | Frédéric Desbiens | |
| Updated all actions to their latest release. | |||
| 2025-07-17 | Updated all actions to their latest release. | Frédéric Desbiens | |
| Signed-off-by: Frédéric Desbiens <[email protected]> | |||
| 2025-07-17 | Merge pull request #453 from eclipse-threadx/ci-fixes | Frédéric Desbiens | |
| Added workflow permissions. | |||
| 2025-07-17 | Added workflow permissions. | Frédéric Desbiens | |
| Signed-off-by: Frédéric Desbiens <[email protected]> | |||
| 2025-07-17 | Adding maintenance log. | Frédéric Desbiens | |
| Signed-off-by: Frédéric Desbiens <[email protected]> | |||
