]> begriffs open source - freertos/commit
Make the parameters to vPortDefineHeapRegions() const.
authorRichard Barry <ribarry@amazon.com>
Fri, 4 Jul 2014 13:17:21 +0000 (13:17 +0000)
committerRichard Barry <ribarry@amazon.com>
Fri, 4 Jul 2014 13:17:21 +0000 (13:17 +0000)
commit8aa5fa3459fab27e332964073de2f60ad8f2d607
tree21f0b57b2c330e32c4030966d100e259b714d802
parent4fe2abc79217d6bc3ec3246237d3c75546d80e37
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.
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