You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
289 B
13 lines
289 B
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
|
|
|
|
# Networking config
|
|
CONFIG_NETWORKING=y
|
|
CONFIG_NET_IPV4=y
|
|
CONFIG_NET_IPV6=y
|
|
CONFIG_TEST_RANDOM_GENERATOR=y
|
|
CONFIG_NET_NBUF_RX_COUNT=5
|
|
|