Skip to content

Release v5.4.0

Latest

Choose a tag to compare

@github-actions github-actions released this 31 Mar 07:16
· 4 commits to main since this release

Added

  • Added i.MX93W parts support
  • Added i.MX952 parts support
  • Added mcxl14x parts support
  • Added mcxw70 parts support
  • Zephyr rpmsg-lite samples add support for RT600 and RT700 DSP cores

Changed

  • Port platform_get_custom_shmem_config change return value from uint32_t to int32_t for error handling consistency.

Fixed

  • Updated unit tests code to allow correct GCOV code coverage measurement.
  • Added missing dsb instructions into all ISRs for cm4/cm7 based platform layers.
  • Fixed CERT EXP34-C by adding __attribute__((noreturn)) to RL_HANG(void) function.
  • MISRA C-2012 Rule 14.3 compliance: Simplified RL_WORD_ALIGN_UP and RL_WORD_ALIGN_DOWN macros to eliminate invariant controlling expression violations (CID 5011148)
    • Replaced ternary operator implementations with standard bitwise alignment idioms
    • Fixed hardcoded 4U constant in RL_WORD_ALIGN_UP to use RL_WORD_SIZE for better portability
  • Fixed several MISRA compliance violations