]> git.sur5r.net Git - freertos/commit
Fix definition of tskSTATIC_AND_DYNAMIC_ALLOCATION_POSSIBLE
authorgaurav-aws <gaurav-aws@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Sun, 17 Feb 2019 01:24:58 +0000 (01:24 +0000)
committergaurav-aws <gaurav-aws@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Sun, 17 Feb 2019 01:24:58 +0000 (01:24 +0000)
commit3ddca5cf72b9fbdbaa8ff48578196ec5207cecef
tree887142f726c02437a64c6e466d1dd28b2cd48747
parentd51430facf30afb91eb438cf2ef77d9b67cbf110
Fix definition of tskSTATIC_AND_DYNAMIC_ALLOCATION_POSSIBLE

tskSTATIC_AND_DYNAMIC_ALLOCATION_POSSIBLE was not correctly defined resulting in
dynamically allocated TCB not being freed when MPU was enabled. This commit fixes
the definition to ensure that dynamically allocated RAM (Stack and TCB) is freed
always.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@2632 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
FreeRTOS/Source/include/FreeRTOS.h
FreeRTOS/Source/tasks.c