Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ericminnerath/threadx
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: eclipse-threadx/threadx
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 19 commits
  • 46 files changed
  • 5 contributors

Commits on Apr 2, 2025

  1. Make queue max message size configurable

    Summary
    -------
    This commit fixes the issue eclipse-threadx#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.
    rahmanih committed Apr 2, 2025
    Configuration menu
    Copy the full SHA
    87e5110 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2025

  1. Configuration menu
    Copy the full SHA
    20958dd View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2025

  1. Merge pull request eclipse-threadx#447 from eclipse-threadx/implement…

    …_new_feature_424
    
    Make queue max message size configurable
    fdesbiens authored Apr 15, 2025
    Configuration menu
    Copy the full SHA
    4fdc5dc View commit details
    Browse the repository at this point in the history

Commits on May 21, 2025

  1. Merge pull request eclipse-threadx#449 from hnguyenHWI/master

    Document GNU library compile flags for Linux and SMP Linux
    fdesbiens authored May 21, 2025
    Configuration menu
    Copy the full SHA
    b2beb17 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2025

  1. Configuration menu
    Copy the full SHA
    da0985e View commit details
    Browse the repository at this point in the history
  2. Merged fixes for advisories GHSA-76hh-wrj5-hr2v and GHSA-wcfg-5jpf-hhxq

    … provided by Bill Lamie.
    fdesbiens committed Jul 14, 2025
    Configuration menu
    Copy the full SHA
    3d6b65a View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2025

  1. Adding maintenance log.

    Signed-off-by: Frédéric Desbiens <frederic.desbiens@eclipse-foundation.org>
    fdesbiens committed Jul 17, 2025
    Configuration menu
    Copy the full SHA
    3128f18 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2025

  1. initial commit

    ericminnerath committed Aug 27, 2025
    Configuration menu
    Copy the full SHA
    67e4156 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2025

  1. Configuration menu
    Copy the full SHA
    254b5bf View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2025

  1. Merge pull request eclipse-threadx#465 from eclipse-threadx/master

    Port CI fixes to dev branch
    fdesbiens authored Sep 2, 2025
    Configuration menu
    Copy the full SHA
    d22057e View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2025

  1. Merge pull request eclipse-threadx#464 from gzzi/avoid-hang-check-stack

    Do not analyze when stack overflow has occured.
    fdesbiens authored Sep 16, 2025
    Configuration menu
    Copy the full SHA
    a17fd83 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2025

  1. Merge pull request eclipse-threadx#463 from ericminnerath/fix-iar-inc…

    …lude
    
    Fix IAR include typo.
    fdesbiens authored Sep 21, 2025
    Configuration menu
    Copy the full SHA
    ca7589c View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2025

  1. Merge commit from fork

    Fixed issue where thread could get a higher priority than the module's value for max priority.
    fdesbiens authored Sep 28, 2025
    Configuration menu
    Copy the full SHA
    372e71f View commit details
    Browse the repository at this point in the history
  2. Merge commit from fork

    Fixed pointer validation flaw and improper parameter check in syscall implementation
    fdesbiens authored Sep 28, 2025
    Configuration menu
    Copy the full SHA
    ea408eb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1f59529 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b8530b5 View commit details
    Browse the repository at this point in the history
  5. Merge pull request eclipse-threadx#467 from eclipse-threadx/smp-test-fix

    Completed the implementation of a configurable queue max size.
    fdesbiens authored Sep 28, 2025
    Configuration menu
    Copy the full SHA
    09751d0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8a744af View commit details
    Browse the repository at this point in the history
  7. Merge pull request eclipse-threadx#468 from eclipse-threadx/dev

    Merge changes included in the v6.4.3.202503 release.
    fdesbiens authored Sep 28, 2025
    Configuration menu
    Copy the full SHA
    c4ad279 View commit details
    Browse the repository at this point in the history
Loading