Skip to content

Azure RTOS ThreadX 6.3.0

Compare
Choose a tag to compare
@TiejunMS TiejunMS released this 31 Oct 02:44
· 67 commits to master since this release
13b700f

What's Changed

Bug Fixes and New Features

  • Fix random failure in test case threadx_event_flag_suspension_timeout_test.c by @TiejunMS in #246
  • Include tx_user.h in cortex_m3/4/7 IAR and AC5 port by @TiejunMS in #255
  • Include tx_user.h in cortex_m33/55/85 IAR port by @TiejunMS in #267
  • Add random number stack filling option by @xiuwencai in #257
  • Fix MISRA issues for ThreadX SMP by @TiejunMS in #263
  • Export _tx_handler_svc_unrecognized as weak symbol. by @xiuwencai in #264
  • Fix compile warnings in Linux port. by @yanwucai in #276
  • Added memory barrier before thread scheduling for ARMv8-A ThreadX SMP. by @TiejunMS in #280
  • Added thumb mode support under GNU for module manager on Cortex-A7 by @yajunxiaMS in #287
  • Added thumb mode support under IAR for module manager on Cortex-A7 by @yajunxiaMS in #289
  • Fixed the issue of the data/bss section cannot be read from ARM FVP by @yajunxiaMS in #301
  • Improved the logic to validate object from application in ThreadX Module by @TiejunMS in #307

Others

New Contributors

Full Changelog: v6.2.1_rel...v6.3.0_rel