]> git.sur5r.net Git - freertos/commit
Update demo to include a test of nesting interrupt accessing queues.
authorrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Sun, 18 May 2008 16:21:12 +0000 (16:21 +0000)
committerrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Sun, 18 May 2008 16:21:12 +0000 (16:21 +0000)
commit797acfc9ebe303d788e5d72a43e6157977b5bdb0
treee5b54712a20988405649145d3b521f34088a6fea
parentfadfd68b5be7be74d9bcb58d416686d27a7d5252
Update demo to include a test of nesting interrupt accessing queues.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@352 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
Demo/PIC32MX_MPLAB/FreeRTOSConfig.h
Demo/PIC32MX_MPLAB/IntQueueTimer.c [new file with mode: 0644]
Demo/PIC32MX_MPLAB/IntQueueTimer.h [new file with mode: 0644]
Demo/PIC32MX_MPLAB/main.c
Demo/PIC32MX_MPLAB/printf-stdarg.c [new file with mode: 0644]
Demo/PIC32MX_MPLAB/timertest.c