Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

draft version for THUMB mode support. #332

Closed
wants to merge 3 commits into from

Conversation

yajunxiaMS
Copy link
Contributor

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

Copy link

github-actions bot commented Dec 5, 2023

Test Results ThreadX

475 tests  ±0   475 ✔️ ±0   2m 23s ⏱️ +2s
    5 suites ±0       0 💤 ±0 
    5 files   ±0       0 ±0 

Results for commit a885e67. ± Comparison against base commit 776ea21.

♻️ This comment has been updated with latest results.

Copy link

github-actions bot commented Dec 5, 2023

Code Coverage

Package Line Rate Branch Rate Health
.home.runner.work.threadx.threadx.common.src 100% 100%
Summary 100% (3827 / 3827) 100% (1993 / 1994)

Copy link

github-actions bot commented Dec 5, 2023

Test Results SMP

108 tests   - 432   107 ✔️  - 433   57s ⏱️ - 3m 45s
    1 suites  -     4       0 💤 ±    0 
    1 files    -     4       1 +    1 

For more details on these failures, see this check.

Results for commit a885e67. ± Comparison against base commit 776ea21.

This pull request removes 432 tests.
disable_notify_callbacks_build::threadx_block_memory_basic_test ‑ disable_notify_callbacks_build::threadx_block_memory_basic_test
disable_notify_callbacks_build::threadx_block_memory_error_detection_test ‑ disable_notify_callbacks_build::threadx_block_memory_error_detection_test
disable_notify_callbacks_build::threadx_block_memory_information_test ‑ disable_notify_callbacks_build::threadx_block_memory_information_test
disable_notify_callbacks_build::threadx_block_memory_prioritize_test ‑ disable_notify_callbacks_build::threadx_block_memory_prioritize_test
disable_notify_callbacks_build::threadx_block_memory_suspension_test ‑ disable_notify_callbacks_build::threadx_block_memory_suspension_test
disable_notify_callbacks_build::threadx_block_memory_suspension_timeout_test ‑ disable_notify_callbacks_build::threadx_block_memory_suspension_timeout_test
disable_notify_callbacks_build::threadx_block_memory_thread_terminate_test ‑ disable_notify_callbacks_build::threadx_block_memory_thread_terminate_test
disable_notify_callbacks_build::threadx_byte_memory_basic_test ‑ disable_notify_callbacks_build::threadx_byte_memory_basic_test
disable_notify_callbacks_build::threadx_byte_memory_information_test ‑ disable_notify_callbacks_build::threadx_byte_memory_information_test
disable_notify_callbacks_build::threadx_byte_memory_prioritize_test ‑ disable_notify_callbacks_build::threadx_byte_memory_prioritize_test
…

♻️ This comment has been updated with latest results.

Copy link

github-actions bot commented Dec 5, 2023

Code Coverage

Package Line Rate Branch Rate Health
.home.runner.work.threadx.threadx.common_smp.src 100% 100%
Summary 100% (4779 / 4791) 100% (2424 / 2430)

@@ -101,11 +85,11 @@ $_tx_timer_interrupt:
/* 09-30-2020 William E. Lamie Initial Version 6.1 */
/* 04-25-2022 Zhen Kong Updated comments, */
/* resulting in version 6.1.11 */
/* 10-31-2023 Tiejun Zhou Modified comment(s), added */
/* #include tx_user.h, */
/* resulting in version 6.3.0 */
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shall we keep this release history for version 6.3.0?

@yajunxiaMS
Copy link
Contributor Author

As its draft, close the pull request.

@yajunxiaMS yajunxiaMS closed this Dec 13, 2023
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.

2 participants