mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-09-02 20:33:49 -04:00
uxAutoReload replaced with xAutoReload to improve MISRA compliance (#429)
* Created xTimerGetReloadMode and uxTimerGetReloadMode. * Changed the use of uxAutoReload to xAutoReload * updated history.txt * Update History.txt Co-authored-by: Gaurav-Aggarwal-AWS <33462878+aggarg@users.noreply.github.com> * Update timers.c Co-authored-by: Gaurav-Aggarwal-AWS <33462878+aggarg@users.noreply.github.com> * Added xTimerGetReloadMode to lexicon.txt * uncrustified timers.c * Fix formatting check Signed-off-by: Gaurav Aggarwal <aggarg@amazon.com> Co-authored-by: Gaurav-Aggarwal-AWS <33462878+aggarg@users.noreply.github.com> Co-authored-by: Gaurav Aggarwal <aggarg@amazon.com>
This commit is contained in:
parent
53b9a80b8e
commit
455df7a07a
4 changed files with 54 additions and 27 deletions
|
@ -2,6 +2,13 @@ Changes between FreeRTOS V10.4.5 and TBD
|
|||
|
||||
Documentation and download available at https://www.FreeRTOS.org/
|
||||
|
||||
+ Changed uxAutoReload parameter in timer functions to xAutoReload. The
|
||||
type is now BaseType_t. This matches the type of pdTRUE and pdFALSE.
|
||||
The new function xTimerGetAutoReload() provides the auto-reload state as
|
||||
a BaseType_t. The legacy function uxTimerGetAutoReload is retained with the
|
||||
original UBaseType_t return value.
|
||||
|
||||
|
||||
Changes between FreeRTOS V10.4.4 and FreeRTOS V10.4.5 released September 10 2021
|
||||
|
||||
See https://www.FreeRTOS.org/FreeRTOS-V10.4.5.html
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue