Skip to content
This repository was archived by the owner on Sep 6, 2023. It is now read-only.

Commit b60fc4f

Browse files
author
Craig Wm. Versek
committed
boost STACK to 32kB and HEAP to 128kB
1 parent f4864b5 commit b60fc4f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

esp32/main.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@
4848

4949
// MicroPython runs as a task under FreeRTOS
5050
#define MP_TASK_PRIORITY (ESP_TASK_PRIO_MIN + 1)
51-
#define MP_TASK_STACK_SIZE (16 * 1024)
51+
#define MP_TASK_STACK_SIZE (32 * 1024)
5252
#define MP_TASK_STACK_LEN (MP_TASK_STACK_SIZE / sizeof(StackType_t))
53-
#define MP_TASK_HEAP_SIZE (64 * 1024)
53+
#define MP_TASK_HEAP_SIZE (128 * 1024)
5454

5555
//STATIC StaticTask_t mp_task_tcb;
5656
//STATIC StackType_t mp_task_stack[MP_TASK_STACK_LEN] __attribute__((aligned (8)));

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy