mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2026-01-22 01:30:31 -05:00
[Feature] Support pvPortRealloc
This commit is contained in:
parent
67f59a5f58
commit
bf149971b6
6 changed files with 497 additions and 0 deletions
|
|
@ -72,6 +72,7 @@
|
|||
|
||||
#define configSUPPORT_STATIC_ALLOCATION 1
|
||||
#define configSUPPORT_DYNAMIC_ALLOCATION 1
|
||||
#define configSUPPORT_HEAP_REALLOC 0
|
||||
#define configTOTAL_HEAP_SIZE 4096U
|
||||
#define configAPPLICATION_ALLOCATED_HEAP 1
|
||||
#define configSTACK_ALLOCATION_FROM_SEPARATE_HEAP 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue