]> git.sur5r.net Git - freertos/commit
If tickless idle mode is in use then ensure prvResetNextTaskUnblockTime() is called...
authorrtel <rtel@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Fri, 3 Jan 2020 22:50:31 +0000 (22:50 +0000)
committerrtel <rtel@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Fri, 3 Jan 2020 22:50:31 +0000 (22:50 +0000)
commit392726f8e4348b719ec56ba4603a79a8f89efec5
tree84aa790d64848e3799bc90f7774a9471e64c00f8
parentced52dc623f5636fbcb0447e71f6b2be38c66d44
If tickless idle mode is in use then ensure prvResetNextTaskUnblockTime() is called after a task is unblocked due to a bit being set in an event group.  This allows the MCU to re-enter sleep mode at the earliest possible time (rather than waiting until the timeout that would occur had the task not being unblocked be the event group) and matches a similar change made for queues and derivative objects (semaphores, etc.) some time ago.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@2796 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
FreeRTOS/Source/tasks.c