The default malloc arena when using picolibc is too large for the hifive1_revb target. Signed-off-by: Keith Packard <keithp@keithp.com>
8 lines
178 B
Plaintext
8 lines
178 B
Plaintext
CONFIG_USERSPACE=y
|
|
CONFIG_APPLICATION_DEFINED_SYSCALL=y
|
|
CONFIG_ASSERT=y
|
|
CONFIG_LOG=y
|
|
CONFIG_LOG_MODE_MINIMAL=y
|
|
CONFIG_MAIN_STACK_SIZE=2048
|
|
CONFIG_COMMON_LIBC_MALLOC_ARENA_SIZE=0
|