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

Fix MISRA issues for ThreadX SMP #263

Merged
merged 3 commits into from
May 18, 2023
Merged

Fix MISRA issues for ThreadX SMP #263

merged 3 commits into from
May 18, 2023

Conversation

TiejunMS
Copy link
Contributor

No description provided.

The operands `pool_ptr->tx_byte_pool_fragments' and `2' have essential type categories unsigned 32-bit int and signed 8-bit int, which do not match.
The operands `next_priority' and `TX_MAX_PRIORITIES' have essential type categories unsigned 32-bit int and signed 8-bit int, which do not match.
Declaration/definition of `_tx_thread_smp_preemptable_threads_get' is inconsistent with previous declaration/definition in types and/or type qualifiers
@TiejunMS TiejunMS requested a review from bo-ms May 18, 2023 07:53
@TiejunMS TiejunMS merged commit d66a519 into master May 18, 2023
@TiejunMS TiejunMS deleted the tizho/smp_misra_fix branch May 18, 2023 07:58
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