]> git.sur5r.net Git - freertos/commit
Add in the configMAX_SYSCALL_INTERRUPT_PRIORITY test tasks.
authorrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Fri, 25 Jul 2008 02:43:50 +0000 (02:43 +0000)
committerrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Fri, 25 Jul 2008 02:43:50 +0000 (02:43 +0000)
commit5872c16cbf5c67af8ad6ca582454130311c23d1c
treec688e157b87c404d1db7ced6689734ece4b7d01c
parent56dacb5793d0dc0c7350ba9d3025ce7317213de6
Add in the configMAX_SYSCALL_INTERRUPT_PRIORITY test tasks.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@420 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/.cproject
Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/.project
Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/FreeRTOSConfig.h
Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/IntQueueTimer.c [new file with mode: 0644]
Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/IntQueueTimer.h [new file with mode: 0644]
Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/Makefile
Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/main.c
Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/startup.c
Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/timertest.c