mirror of
https://github.com/cesanta/mongoose.git
synced 2024-11-24 02:59:01 +08:00
set a more lwIP-friendly minimum stack in FreeRTOS
This commit is contained in:
parent
68a45adac7
commit
379af7dec2
@ -51,7 +51,7 @@ extern uint32_t SystemCoreClock;
|
||||
#define configCPU_CLOCK_HZ (SystemCoreClock)
|
||||
#define configTICK_RATE_HZ ((TickType_t)1000)
|
||||
#define configTOTAL_HEAP_SIZE ((size_t)1024 * 128)
|
||||
#define configMINIMAL_STACK_SIZE ((uint16_t)128)
|
||||
#define configMINIMAL_STACK_SIZE ((uint16_t)256)
|
||||
#define configSUPPORT_DYNAMIC_ALLOCATION 1
|
||||
#define configSUPPORT_STATIC_ALLOCATION 0
|
||||
|
||||
|
@ -51,7 +51,7 @@
|
||||
// <o>Minimal stack size [words] <0-65535>
|
||||
// <i> Stack for idle task and default task stack in words.
|
||||
// <i> Default: 128
|
||||
#define configMINIMAL_STACK_SIZE ((uint16_t)(128))
|
||||
#define configMINIMAL_STACK_SIZE ((uint16_t)(256))
|
||||
|
||||
// <o>Total heap size [bytes] <0-0xFFFFFFFF>
|
||||
// <i> Heap memory size in bytes.
|
||||
|
Loading…
Reference in New Issue
Block a user