mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-02 04:02:31 +00:00
Add an option for building with newlib-nano library. The newlib-nano library for ARM embedded processors is a part of the GNU Tools for ARM Embedded Processors. Add mem_alloc tests with newlib nano. Signed-off-by: Benoit Leforestier <benoit.leforestier@gmail.com>
5 lines
90 B
Plaintext
5 lines
90 B
Plaintext
CONFIG_ZTEST=y
|
|
CONFIG_NEWLIB_LIBC=y
|
|
CONFIG_NEWLIB_LIBC_NANO=y
|
|
CONFIG_MAIN_STACK_SIZE=1024
|