]> git.sur5r.net Git - freertos/commit
Simply some of the alignment calculations in heap_4.c to match those used in heap_5.c.
authorrtel <rtel@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Thu, 3 Jul 2014 14:44:37 +0000 (14:44 +0000)
committerrtel <rtel@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Thu, 3 Jul 2014 14:44:37 +0000 (14:44 +0000)
commit3d36257c0b69c30dd43c8ba82329c31765d1abbb
tree2a9743e557d0a16b0494089e85a22ec22629840b
parente5d34505b0c62e66d95a0e3731caf0a36e69e770
Simply some of the alignment calculations in heap_4.c to match those used in heap_5.c.
Remove some apparently obsolete code from xTaskPriorityDisinherit() (a task cannot be both blocked and giving bac a mutex at the same time].
Update the new "mutex held count" increment and decrement functions to allow mutexes to be created before the scheduler is started.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@2269 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
FreeRTOS/Source/portable/MemMang/heap_4.c
FreeRTOS/Source/portable/MemMang/heap_5.c
FreeRTOS/Source/tasks.c