Skip to content

Conversation

@rahmanih
Copy link
Contributor

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.

PR checklist

  • Updated function header with a short description and version number
  • Added test case for bug fix or new feature
  • Validated on real hardware

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.
@rahmanih
Copy link
Contributor Author

@eclipse-threadx/iot-threadx-committers @fdesbiens,
could you please have a look at this PR?

@fdesbiens fdesbiens requested a review from a team April 1, 2025 14:33
@fdesbiens fdesbiens added the backlog The issue or feature request has been added to the project backlog for prioritization label Apr 1, 2025
@fdesbiens fdesbiens removed the request for review from a team April 1, 2025 14:49
@fdesbiens
Copy link
Contributor

Hi @rahmanih.

Unfortunately, you did not sign those commits with your work email address but with another one. This means our automated contributor agreement check does not pass.

Please use git commit --amend --author to specify the proper email address and then update this PR.

@fdesbiens
Copy link
Contributor

Closing this one as it is superseded by #447.

@fdesbiens fdesbiens closed this Apr 4, 2025
@fdesbiens fdesbiens deleted the implement_feature_424 branch July 17, 2025 17:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backlog The issue or feature request has been added to the project backlog for prioritization

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants