]> git.sur5r.net Git - freertos/commit
Allow mutex type semaphores to be given from an interrupt (not a normal thing to...
authorrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Wed, 5 Sep 2012 14:02:16 +0000 (14:02 +0000)
committerrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Wed, 5 Sep 2012 14:02:16 +0000 (14:02 +0000)
commit152260c267c1142862af6ec262159983709c20ea
treecc36ef0414c87b4ebfa9c6fcb2d0e6ce6566d6b2
parent42ae548a9d0e7f7c8b3c492a7795aea9a18c5002
Allow mutex type semaphores to be given from an interrupt (not a normal thing to do - use a binary semaphore!).
Allow FreeRTOS+CLI commands to have spaces at the end without it being taken as a parameter.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@1778 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
FreeRTOS-Plus/FreeRTOS-Plus-CLI/FreeRTOS_CLI.c
FreeRTOS/Source/queue.c
FreeRTOS/Source/tasks.c