]> git.sur5r.net Git - freertos/commit
Add additional asserts() to ensure certain operations are not performed when the...
authorrtel <rtel@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Sun, 24 Nov 2013 10:11:16 +0000 (10:11 +0000)
committerrtel <rtel@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Sun, 24 Nov 2013 10:11:16 +0000 (10:11 +0000)
commitf34b2bbcceee29c29778b30aef82282583271180
treefa797b9539ab37e5db7185b36d1c38c303e96bec
parent188cd15b6e253401452d7b4a8ee29939a43c6745
Add additional asserts() to ensure certain operations are not performed when the scheduler is suspended.
Change the xBlockTime variables in event_groups.c/h to xTicksToWait to match the naming in other core FreeRTOS files.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@2116 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
FreeRTOS/Source/event_groups.c
FreeRTOS/Source/include/event_groups.h
FreeRTOS/Source/include/task.h
FreeRTOS/Source/queue.c
FreeRTOS/Source/tasks.c