| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-05-26 | Expanded initial proposal and added assembly rulescoding-conventions | Frédéric Desbiens | |
| 2026-02-02 | Added coding conventions draft. | Frédéric Desbiens | |
| 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 | |
| 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]> | |||
| 2025-07-14 | Merged fixes for advisories GHSA-76hh-wrj5-hr2v and GHSA-wcfg-5jpf-hhxq ↵ | Frédéric Desbiens | |
| provided by Bill Lamie. | |||
| 2025-07-14 | Merged fix for advisory GHSA-w8rw-fqgj-9r49 provided by Bill Lamie. | Frédéric Desbiens | |
| 2025-05-21 | Merge pull request #449 from hnguyenHWI/master | Frédéric Desbiens | |
| Document GNU library compile flags for Linux and SMP Linux | |||
| 2025-04-15 | Merge pull request #447 from eclipse-threadx/implement_new_feature_424 | Frédéric Desbiens | |
| Make queue max message size configurable | |||
| 2025-04-14 | Document GNU library compile flags for Linux and SMP Linux | Huan Nguyen | |
| 2025-04-02 | Make queue max message size configurable | Haithem Rahmani | |
| Summary ------- This commit fixes the issue #424 Details -------- - Add a the configuration option TX_QUEUE_MESSAGE_MAX_SIZE in the tx_api.h with default value set to TX_ULONG_16 to keep backword compatibility. - Update the txe_queue_create() to check on TX_QUEUE_MESSAGE_MAX_SIZE rather than TX_ULONG_16 as max message size. - Add a new unitary test to cover the new change. | |||
| 2025-02-27 | Merge pull request #387 from netomi/patch-1 | Frédéric Desbiens | |
| Add new label for all created issues, enforce the use of issue templates | |||
| 2025-02-24 | Merge pull request #442 from eclipse-threadx/devv6.4.2_rel | Frédéric Desbiens | |
| Release ThreadX 6.4.2 | |||
| 2025-02-24 | Merge pull request #441 from eclipse-threadx/cmake-minimal-version | Frédéric Desbiens | |
| Updated CMake minimal version | |||
| 2025-02-24 | Updated CMake minimal version to 3.13 | Frédéric Desbiens | |
| 2025-02-24 | Merge pull request #439 from eclipse-threadx/version-642 | Frédéric Desbiens | |
| Version 6.4.2 | |||
| 2025-02-24 | Updated version number to 6.4.2. | Frédéric Desbiens | |
| 2025-02-24 | Updated ports version to v6.4.2. | Frédéric Desbiens | |
| 2025-02-24 | Merge remote-tracking branch 'origin/master' into dev | Frédéric Desbiens | |
| 2025-02-14 | Merge pull request #438 from eclipse-threadx/action-fixes | Frédéric Desbiens | |
| Upgrading upload-artifact version to 4.6.0. | |||
| 2025-02-13 | Upgrading upload-artifact version to 4.6.0. | Frédéric Desbiens | |
| 2025-02-13 | Merge pull request #416 from Jer6y/master | Frédéric Desbiens | |
| riscv : add riscv qemu virt support and fix fs bit error in mstatus | |||
| 2025-01-27 | Merge pull request #407 from ↵ | Frédéric Desbiens | |
| eclipse-threadx/dependabot/github_actions/dot-github/workflows/actions/download-artifact-4.1.7 Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows | |||
