]> git.sur5r.net Git - freertos/commit
Add some asserts into the common demo tasks to catch scenarios where the tasks are...
authorrtel <rtel@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Mon, 21 Oct 2019 17:17:34 +0000 (17:17 +0000)
committerrtel <rtel@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Mon, 21 Oct 2019 17:17:34 +0000 (17:17 +0000)
commitd1fc4416501043db46eaf4e5173dfebad4e98da7
tree0bb2a9186c343ae39e567ff914611d6d7cb6d0af
parentdc399f97501e6b426f89cd9ccb25f97209fd1b80
Add some asserts into the common demo tasks to catch scenarios where the tasks are not being used but the part of the demo/test that gets called from the tick hook is called resultant in an access to objects that were not created.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@2746 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
FreeRTOS/Demo/Common/Minimal/EventGroupsDemo.c
FreeRTOS/Demo/Common/Minimal/TaskNotify.c
FreeRTOS/Demo/Common/Minimal/blocktim.c