]> begriffs open source - freertos/commit
Simply some of the alignment calculations in heap_4.c to match those used in heap_5.c.
authorRichard Barry <ribarry@amazon.com>
Thu, 3 Jul 2014 14:44:37 +0000 (14:44 +0000)
committerRichard Barry <ribarry@amazon.com>
Thu, 3 Jul 2014 14:44:37 +0000 (14:44 +0000)
commitd96dc2adb0efc4d289eb10a31a9a576cd3468010
tree2a9743e557d0a16b0494089e85a22ec22629840b
parentb0ba273489afa167bf711b749af5f1add0396204
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.
FreeRTOS/Source/portable/MemMang/heap_4.c
FreeRTOS/Source/portable/MemMang/heap_5.c
FreeRTOS/Source/tasks.c