summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Collapse)Author
2023-05-12Add random number stack filling option. (#257)Xiuwen Cai
Co-authored-by: TiejunZhou <[email protected]>
2023-04-24Include tx_user.h in cortex_m3/4/7 IAR and AC5 port (#255)TiejunZhou
* Include tx_user.h in ARMv7-M IAR port * Include tx_user.h in ARMv7-M AC5 port * Include tx_user.h in cortex_m3/4/7 IAR and AC5 port
2023-04-23Release scripts to validate ThreadX port (#254)TiejunZhou
2023-04-17Fix path to test reports in pipeline (#247)TiejunZhou
* Fix path to test reports in pipeline * Fix test case when CPU starves, the thread 2 can run 14 ronuds.
2023-04-14Fix random failure in test case threadx_event_flag_suspension_timeout_test.c ↵TiejunZhou
(#246) Depending on the starting time, thread 1 can run either 32 or 33 rounds.
2023-04-12Add Azure DevOps pipelines for ThreadX testTiejun Zhou
2023-04-04Release ThreadX regression systemTiejun Zhou