summaryrefslogtreecommitdiff
path: root/FreeRTOS/History.txt
diff options
context:
space:
mode:
authorrtel <rtel@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>2019-09-04 00:13:17 +0000
committerrtel <rtel@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>2019-09-04 00:13:17 +0000
commita6abda855f463085bbd7017fab9b7a9095eb04ba (patch)
tree5f5fe651b14b921f17557a7df1ab473788822185 /FreeRTOS/History.txt
parenta5b798cdf9d1bc636e2116878f5c4d85cc92c7dc (diff)
downloadfreertos-a6abda855f463085bbd7017fab9b7a9095eb04ba.tar.gz
Minor bug fix in NTPDemo.c -> use of FREERTOS_INVALID_SOCKET in place of NULL.
Update trace recorder code to account for uxPendedTicks renaming to xPendedTicks. git-svn-id: http://svn.code.sf.net/p/freertos/code/trunk@2719 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
Diffstat (limited to 'FreeRTOS/History.txt')
-rw-r--r--FreeRTOS/History.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/FreeRTOS/History.txt b/FreeRTOS/History.txt
index ba099724d..e040bd086 100644
--- a/FreeRTOS/History.txt
+++ b/FreeRTOS/History.txt
@@ -15,6 +15,9 @@ Changes since the last release:
+ Change type of uxPendedTicks from UBaseType_t to TickType_t to ensure it
has same type as variables it is compared to, and therefore also rename
the variable xPendingTicks.
+ + Correct alignment of stack top in RISC-V port when
+ configISR_STACK_SIZE_WORDS is defined to a non zero value.
+
Changes between FreeRTOS V10.2.1 and FreeRTOS V10.2.0 released May 13 2019: