]> begriffs open source - cmsis-freertos/tag
v10.5.1
object d213f261b5be6bb29a7cce8b84071706b72f4d53
authorVladimir Umek <vladimir.umek@arm.com>
Thu, 1 Dec 2022 10:59:33 +0000 (11:59 +0100)
FreeRTOS 10.5.1

Updates and bugfixes:
- Disable Arm Standard C library mutex acquire/release when using stdio streams from interrupt
- Corrected osThreadGetState to return osThreadError when called for a thread previously terminated with osThreadTerminate
- Corrected osEventFlagsSet return value when called from ISR
- Corrected osEventFlagsWait to return osFlagsErrorParameter when called from ISR with non-zero timeout
- Corrected osTimerStart to return osErrorParameter when ticks argument equals zero
- Corrected SysTick_Handler and osKernelGetSysTimerCount to cope with tickless idle implementation
- Re-enable interrupts after mutex create in C lib stream protection initialization