mirror of
https://github.com/micropython/micropython.git
synced 2025-09-07 02:10:52 +02:00
In anticipation of enabling more features in the default build. Also, fix compilation of minimal build.
7 lines
154 B
Plaintext
7 lines
154 B
Plaintext
CONFIG_STDOUT_CONSOLE=y
|
|
CONFIG_CONSOLE_HANDLER=y
|
|
CONFIG_UART_CONSOLE_DEBUG_SERVER_HOOKS=y
|
|
CONFIG_NEWLIB_LIBC=y
|
|
CONFIG_FLOAT=y
|
|
CONFIG_MAIN_STACK_SIZE=4096
|