2018-08-02 11:06:59 +08:00
|
|
|
tests:
|
|
|
|
libraries.libc.minimal:
|
|
|
|
extra_args: CONF_FILE=prj.conf
|
2018-09-14 22:13:02 +08:00
|
|
|
arch_exclude: posix
|
2019-09-03 00:10:15 +08:00
|
|
|
platform_exclude: twr_ke18f
|
2019-02-02 04:18:31 +08:00
|
|
|
tags: clib minimal_libc userspace
|
2018-08-02 11:06:59 +08:00
|
|
|
libraries.libc.newlib:
|
|
|
|
extra_args: CONF_FILE=prj_newlib.conf
|
2018-09-14 22:13:02 +08:00
|
|
|
arch_exclude: posix
|
2019-09-03 00:10:15 +08:00
|
|
|
platform_exclude: twr_ke18f
|
2019-01-09 21:50:38 +08:00
|
|
|
filter: TOOLCHAIN_HAS_NEWLIB == 1
|
2019-02-02 04:18:31 +08:00
|
|
|
tags: clib newlib userspace
|
2019-01-25 21:37:56 +08:00
|
|
|
libraries.libc.newlibnano:
|
|
|
|
extra_args: CONF_FILE=prj_newlibnano.conf
|
|
|
|
toolchain_whitelist: gnuarmemb
|
|
|
|
tags: clib newlib userspace
|