30 lines
689 B
YAML
30 lines
689 B
YAML
common:
|
|
integration_platforms:
|
|
- mps2_an385
|
|
tests:
|
|
cpp.libcxx.newlib:
|
|
filter: TOOLCHAIN_HAS_NEWLIB == 1
|
|
toolchain_exclude: xcc
|
|
min_flash: 54
|
|
tags: cpp
|
|
extra_configs:
|
|
- CONFIG_NEWLIB_LIBC=y
|
|
- CONFIG_NEWLIB_LIBC_NANO=n
|
|
- CONFIG_EXCEPTIONS=y
|
|
cpp.libcxx.newlib_nano:
|
|
filter: TOOLCHAIN_HAS_NEWLIB == 1
|
|
toolchain_exclude: xcc
|
|
min_flash: 54
|
|
tags: cpp
|
|
timeout: 30
|
|
extra_configs:
|
|
- CONFIG_NEWLIB_LIBC=y
|
|
- CONFIG_NEWLIB_LIBC_NANO=y
|
|
cpp.libcxx.arcmwdtlib:
|
|
toolchain_allow: arcmwdt
|
|
platform_allow: nsim_hs nsim_em
|
|
min_flash: 54
|
|
tags: cpp
|
|
extra_configs:
|
|
- CONFIG_ARCMWDT_LIBC=y
|