-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: ericminnerath/threadx
base: master
head repository: eclipse-threadx/threadx
compare: master
- 19 commits
- 46 files changed
- 5 contributors
Commits on Apr 2, 2025
-
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.
Configuration menu - View commit details
-
Copy full SHA for 87e5110 - Browse repository at this point
Copy the full SHA 87e5110View commit details
Commits on Apr 14, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 20958dd - Browse repository at this point
Copy the full SHA 20958ddView commit details
Commits on Apr 15, 2025
-
Merge pull request eclipse-threadx#447 from eclipse-threadx/implement…
…_new_feature_424 Make queue max message size configurable
Configuration menu - View commit details
-
Copy full SHA for 4fdc5dc - Browse repository at this point
Copy the full SHA 4fdc5dcView commit details
Commits on May 21, 2025
-
Merge pull request eclipse-threadx#449 from hnguyenHWI/master
Document GNU library compile flags for Linux and SMP Linux
Configuration menu - View commit details
-
Copy full SHA for b2beb17 - Browse repository at this point
Copy the full SHA b2beb17View commit details
Commits on Jul 14, 2025
-
Configuration menu - View commit details
-
Copy full SHA for da0985e - Browse repository at this point
Copy the full SHA da0985eView commit details -
Merged fixes for advisories GHSA-76hh-wrj5-hr2v and GHSA-wcfg-5jpf-hhxq…
… provided by Bill Lamie.
Configuration menu - View commit details
-
Copy full SHA for 3d6b65a - Browse repository at this point
Copy the full SHA 3d6b65aView commit details
Commits on Jul 17, 2025
-
Signed-off-by: Frédéric Desbiens <frederic.desbiens@eclipse-foundation.org>
Configuration menu - View commit details
-
Copy full SHA for 3128f18 - Browse repository at this point
Copy the full SHA 3128f18View commit details
Commits on Aug 27, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 67e4156 - Browse repository at this point
Copy the full SHA 67e4156View commit details
Commits on Sep 1, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 254b5bf - Browse repository at this point
Copy the full SHA 254b5bfView commit details
Commits on Sep 2, 2025
-
Merge pull request eclipse-threadx#465 from eclipse-threadx/master
Port CI fixes to dev branch
Configuration menu - View commit details
-
Copy full SHA for d22057e - Browse repository at this point
Copy the full SHA d22057eView commit details
Commits on Sep 16, 2025
-
Merge pull request eclipse-threadx#464 from gzzi/avoid-hang-check-stack
Do not analyze when stack overflow has occured.
Configuration menu - View commit details
-
Copy full SHA for a17fd83 - Browse repository at this point
Copy the full SHA a17fd83View commit details
Commits on Sep 21, 2025
-
Merge pull request eclipse-threadx#463 from ericminnerath/fix-iar-inc…
…lude Fix IAR include typo.
Configuration menu - View commit details
-
Copy full SHA for ca7589c - Browse repository at this point
Copy the full SHA ca7589cView commit details
Commits on Sep 28, 2025
-
Fixed issue where thread could get a higher priority than the module's value for max priority.
Configuration menu - View commit details
-
Copy full SHA for 372e71f - Browse repository at this point
Copy the full SHA 372e71fView commit details -
Fixed pointer validation flaw and improper parameter check in syscall implementation
Configuration menu - View commit details
-
Copy full SHA for ea408eb - Browse repository at this point
Copy the full SHA ea408ebView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1f59529 - Browse repository at this point
Copy the full SHA 1f59529View commit details -
Configuration menu - View commit details
-
Copy full SHA for b8530b5 - Browse repository at this point
Copy the full SHA b8530b5View commit details -
Merge pull request eclipse-threadx#467 from eclipse-threadx/smp-test-fix
Completed the implementation of a configurable queue max size.
Configuration menu - View commit details
-
Copy full SHA for 09751d0 - Browse repository at this point
Copy the full SHA 09751d0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8a744af - Browse repository at this point
Copy the full SHA 8a744afView commit details -
Merge pull request eclipse-threadx#468 from eclipse-threadx/dev
Merge changes included in the v6.4.3.202503 release.
Configuration menu - View commit details
-
Copy full SHA for c4ad279 - Browse repository at this point
Copy the full SHA c4ad279View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...master