Skip to content

Conversation

@rahmanih
Copy link
Contributor

@rahmanih rahmanih commented Apr 2, 2025

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.
@fdesbiens fdesbiens requested a review from a team April 4, 2025 14:22
@fdesbiens
Copy link
Contributor

This looks good to me. Members of @eclipse-threadx/iot-threadx-committers, please review this contribution.

@fdesbiens fdesbiens changed the base branch from master to dev April 15, 2025 12:46
@fdesbiens fdesbiens merged commit 4fdc5dc into dev Apr 15, 2025
1 of 7 checks passed
@fdesbiens fdesbiens deleted the implement_new_feature_424 branch April 15, 2025 12:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants