mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-09-18 12:07:46 -04:00
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.
This commit is contained in:
parent
ab41d89285
commit
96bad0f6c3
15 changed files with 2982 additions and 52 deletions
|
@ -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:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue