mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-09-18 12:07:46 -04:00
Ensure both one-shot and auto-reload are written consistently with a hyphen in comments.
This commit is contained in:
parent
9456992c1f
commit
42a0eaafdc
20 changed files with 104 additions and 83 deletions
|
@ -32,6 +32,12 @@ Changes since the last release:
|
|||
+ Added CORTEX_MPU_STM32L4_Discovery_Keil_STM32Cube demo.
|
||||
+ Added xTaskAbortDelayFromISR() API function.
|
||||
+ Added xTaskNotifyValueClear() API function.
|
||||
+ Improve timing accuracy (reduce clock slippage when compared to real time)
|
||||
in the Windows simulator port by using a waitable timer to determine the
|
||||
next time slice in place of calls to sleep().
|
||||
+ Added T-Head demo.
|
||||
+ Added LPC54018 MPU demo.
|
||||
+ Added uxTimerGetReloadMode() API function.
|
||||
|
||||
|
||||
Changes between FreeRTOS V10.2.1 and FreeRTOS V10.2.0 released May 13 2019:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue