mirror of
https://github.com/micropython/micropython.git
synced 2026-01-07 12:40:15 +01:00
So that more tests can run successfully, and so users by default have more heap for applications. Thin minimal configuration still has a 16k GC heap. Signed-off-by: Damien George <damien@micropython.org>
16 lines
386 B
Plaintext
16 lines
386 B
Plaintext
CONFIG_NEWLIB_LIBC=y
|
|
CONFIG_FPU=y
|
|
CONFIG_MAIN_STACK_SIZE=4096
|
|
CONFIG_POLL=y
|
|
|
|
CONFIG_UART_INTERRUPT_DRIVEN=y
|
|
CONFIG_CONSOLE_SUBSYS=y
|
|
CONFIG_CONSOLE_GETCHAR=y
|
|
CONFIG_CONSOLE_GETCHAR_BUFSIZE=258
|
|
CONFIG_CONSOLE_PUTCHAR_BUFSIZE=32
|
|
# TODO: Disable once https://github.com/zephyrproject-rtos/zephyr/pull/13731 is merged
|
|
#CONFIG_CONSOLE=n
|
|
#CONFIG_UART_CONSOLE=n
|
|
|
|
CONFIG_MICROPY_HEAP_SIZE=16384
|