Frédéric Desbiens
c3259a2160
Updated copyright headers and version number constants ( #509 )
...
* Updated version number constants
* Removed revision history from all files
* Added Eclipse ThreadX contributors' copyright header
2026-03-05 10:46:30 +01:00
Haithem Rahmani
87e5110346
Make queue max message size configurable
...
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-04-02 16:51:36 +01:00
Frédéric Desbiens
898d0ebfde
Updated CMake minimal version to 3.13
2025-02-24 15:40:22 -05:00
Xiuwen Cai
6b8ece0ff2
Add random number stack filling option. ( #257 )
...
Co-authored-by: TiejunZhou <50469179+TiejunMS@users.noreply.github.com >
2023-05-12 10:13:42 +08:00
TiejunZhou
4c4547d5d5
Fix path to test reports in pipeline ( #247 )
...
* Fix path to test reports in pipeline
* Fix test case when CPU starves, the thread 2 can run 14 ronuds.
2023-04-17 09:40:59 +08:00
TiejunZhou
0d308c7ae6
Fix random failure in test case threadx_event_flag_suspension_timeout_test.c ( #246 )
...
Depending on the starting time, thread 1 can run either 32 or 33 rounds.
2023-04-14 14:55:04 +08:00
Tiejun Zhou
5f430f22e2
Add Azure DevOps pipelines for ThreadX test
2023-04-12 09:40:17 +00:00
Tiejun Zhou
ebeb02b958
Release ThreadX regression system
2023-04-04 09:40:54 +00:00