summaryrefslogtreecommitdiff
path: root/FreeRTOS/History.txt
diff options
context:
space:
mode:
authorrtel <rtel@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>2020-01-16 04:25:29 +0000
committerrtel <rtel@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>2020-01-16 04:25:29 +0000
commit8381ddf110790d5adceeb630f3a4be13719ef301 (patch)
treee39853d44d4b91c26e5f0620b384b8e1dc74ac78 /FreeRTOS/History.txt
parent63484f7af7c645c4d517ca7a87d131cb83758792 (diff)
downloadfreertos-8381ddf110790d5adceeb630f3a4be13719ef301.tar.gz
Ensure both one-shot and auto-reload are written consistently with a hyphen in comments.
git-svn-id: http://svn.code.sf.net/p/freertos/code/trunk@2805 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
Diffstat (limited to 'FreeRTOS/History.txt')
-rw-r--r--FreeRTOS/History.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/FreeRTOS/History.txt b/FreeRTOS/History.txt
index 35080124e..0c932dc9e 100644
--- a/FreeRTOS/History.txt
+++ b/FreeRTOS/History.txt
@@ -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: