1common: 2 tags: cpp 3 integration_platforms: 4 - mps2_an385 5 - qemu_cortex_a53 6 7tests: 8 cpp.main.minimal: 9 extra_configs: 10 - CONFIG_MINIMAL_LIBC=y 11 cpp.main.newlib: 12 filter: TOOLCHAIN_HAS_NEWLIB == 1 13 min_ram: 32 14 extra_configs: 15 - CONFIG_NEWLIB_LIBC=y 16 - CONFIG_NEWLIB_LIBC_NANO=n 17 cpp.main.newlib_nano: 18 filter: TOOLCHAIN_HAS_NEWLIB == 1 and CONFIG_HAS_NEWLIB_LIBC_NANO 19 min_ram: 24 20 extra_configs: 21 - CONFIG_NEWLIB_LIBC=y 22 - CONFIG_NEWLIB_LIBC_NANO=y 23