With picolibc moving to using the common malloc implementation, samples and tests with picolibc-specific settings need to switch to using the common malloc settings instead. Signed-off-by: Keith Packard <keithp@keithp.com>
15 lines
284 B
Plaintext
15 lines
284 B
Plaintext
# Copyright (c) 2022 Meta
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
CONFIG_ZTEST=y
|
|
CONFIG_ZTEST_NEW_API=y
|
|
|
|
CONFIG_COMMON_LIBC_MALLOC_ARENA_SIZE=8192
|
|
CONFIG_NEWLIB_LIBC_MIN_REQUIRED_HEAP_SIZE=8192
|
|
|
|
CONFIG_SYS_HASH_FUNC32=y
|
|
CONFIG_SYS_HASH_MAP=y
|
|
|
|
CONFIG_TEST_LIB_HASH_MAP_MAX_ENTRIES=40
|