]> git.sur5r.net Git - freertos/commit
Allow tasks to be suspended immediately after creation - provided the scheduler is...
authorrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Thu, 23 Sep 2010 13:54:37 +0000 (13:54 +0000)
committerrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Thu, 23 Sep 2010 13:54:37 +0000 (13:54 +0000)
commitf7079e86a9e67660649b837aa4fd94666759df49
tree4f79304efbb9358adb28563094b3a006bade3556
parentcc5f6496bb7bc1e4f2ef5e00337b8eab5f6525cc
Allow tasks to be suspended immediately after creation - provided the scheduler is not running.
Add API function that allows the tick count to be queried from an interrupt.

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