]> git.sur5r.net Git - freertos/commit
Add xPortGetFreeHeapSize() function.
authorrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Mon, 5 Oct 2009 11:16:38 +0000 (11:16 +0000)
committerrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Mon, 5 Oct 2009 11:16:38 +0000 (11:16 +0000)
commit96235995cccc6a8d8d3aee35f82872349ccca21a
tree75de4da9c31e6d9c27fcd87843fbf8fcde38626f
parent1d4109ff23bf44cd817c34b4a63d73be5f38da74
Add xPortGetFreeHeapSize() function.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@907 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
Source/include/mpu_wrappers.h
Source/include/portable.h
Source/portable/GCC/ARM_CM3_MPU/port.c
Source/portable/MemMang/heap_1.c
Source/portable/MemMang/heap_2.c