Skip to content

V10.4.6

Compare
Choose a tag to compare
@aggarg aggarg released this 12 Nov 19:09
· 484 commits to main since this release

Changes between FreeRTOS V10.4.5 and FreeRTOS V10.4.6

 + ARMv7-M and ARMv8-M MPU ports – prevent non-kernel code from calling the
   internal functions xPortRaisePrivilege and vPortResetPrivilege by changing
   them to macros.
 + Introduce a new config configALLOW_UNPRIVILEGED_CRITICAL_SECTIONS which
   enables developers to prevent critical sections from unprivileged tasks.
   It defaults to 1 for backward compatibility. Application should set it to
   0 to disable critical sections from unprivileged tasks.