This change deprecates the following Kconfig options * CONFIG_POSIX_ENV * CONFIG_POSIX_CONFSTR * CONFIG_POSIX_SYSCONF * CONFIG_POSIX_UNAME and instead groups them into a single Kconfig option that maps directly to the standard. Namely, CONFIG_POSIX_SINGLE_PROCESS. Signed-off-by: Chris Friedt <cfriedt@tenstorrent.com>
6 lines
256 B
Text
6 lines
256 B
Text
CONFIG_ZTEST=y
|
|
CONFIG_POSIX_SINGLE_PROCESS=y
|
|
# Let's explicitly choose PICOLIBC, so it is used if supported even if it would not have been the
|
|
# default (otherwise native targets default to the host C library)
|
|
CONFIG_PICOLIBC=y
|
|
CONFIG_COMMON_LIBC_MALLOC=y
|