[Feature] Support pvPortRealloc

This commit is contained in:
skb666 2025-12-25 21:36:23 +08:00 committed by Anubhav Rawal
parent 67f59a5f58
commit bf149971b6
6 changed files with 497 additions and 0 deletions

View file

@ -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