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

Commits on May 17, 2023

  1. Fixed MISRA2012 rule 10.4_a

    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.
    TiejunMS committed May 17, 2023
    Configuration menu
    Copy the full SHA
    bc34922 View commit details
    Browse the repository at this point in the history
  2. Fixed MISRA2012 rule 10.4_a

    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.
    TiejunMS committed May 17, 2023
    Configuration menu
    Copy the full SHA
    195a1fc View commit details
    Browse the repository at this point in the history

Commits on May 18, 2023

  1. Fixed MISRA2012 rule 8.3

    Declaration/definition of `_tx_thread_smp_preemptable_threads_get' is inconsistent with previous declaration/definition in types and/or type qualifiers
    TiejunMS committed May 18, 2023
    Configuration menu
    Copy the full SHA
    e96d519 View commit details
    Browse the repository at this point in the history