]> git.sur5r.net Git - freertos/commit
Demo tasks only, with the aim of improving test coverage:
authorrtel <rtel@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Thu, 11 Sep 2014 12:06:27 +0000 (12:06 +0000)
committerrtel <rtel@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Thu, 11 Sep 2014 12:06:27 +0000 (12:06 +0000)
commit1bd4f2abcc20cdbcd7d4f8c12ebde29856fdc486
treee1d2e0ce47f89cba6a1e61746c400a5518cd000d
parent3d511cabadf346c67f0f56e15e999c02ca0393ed
Demo tasks only, with the aim of improving test coverage:
+ Split out the code that uses a mutex from an interrupt from GenQTest.c and add to new common demo task IntSemTest.c.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@2303 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
FreeRTOS/Demo/Common/Minimal/GenQTest.c
FreeRTOS/Demo/Common/Minimal/IntSemTest.c [new file with mode: 0644]
FreeRTOS/Demo/Common/Minimal/TimerDemo.c
FreeRTOS/Demo/Common/include/IntSemTest.h [new file with mode: 0644]