]> git.sur5r.net Git - freertos/commit
Make the parameters to vPortDefineHeapRegions() const.
authorrtel <rtel@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Fri, 4 Jul 2014 13:17:21 +0000 (13:17 +0000)
committerrtel <rtel@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Fri, 4 Jul 2014 13:17:21 +0000 (13:17 +0000)
commitf4e2057a121de724d80bd9f3c5416f2de9abd742
tree21f0b57b2c330e32c4030966d100e259b714d802
parente78d41e99b01098da4f6e5f68095565a0a377088
Make the parameters to vPortDefineHeapRegions() const.
Add additional asserts to the Keil CM3 and CM4F ports (other CM3/4 ports already updated).
Add the additional yield necessitated by the mutex held count to the case when configUSE_QUEUE_SETS is 0.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@2271 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
FreeRTOS/Source/include/portable.h
FreeRTOS/Source/portable/MemMang/heap_5.c
FreeRTOS/Source/portable/RVDS/ARM_CM3/port.c
FreeRTOS/Source/portable/RVDS/ARM_CM4F/port.c
FreeRTOS/Source/queue.c