]> git.sur5r.net Git - freertos/commit
Add some tick interrupt overflow protection to the timers module. This is not tested...
authorrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Thu, 10 Feb 2011 19:09:35 +0000 (19:09 +0000)
committerrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Thu, 10 Feb 2011 19:09:35 +0000 (19:09 +0000)
commit14d5945a1f30ff18e2b2f99cd5a984884c934ada
tree7161e3eb2fa78fbe361b75ae5af3a82b30fbc4fc
parent1d546b33cd6546000008230ff018eb033a21916e
Add some tick interrupt overflow protection to the timers module.  This is not tested yet and still a work in progress.

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