File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 4
4
- rx
5
5
tests :
6
6
cpp.libcxx.glibcxx.newlib :
7
- filter : TOOLCHAIN_HAS_NEWLIB == 1
7
+ filter : TOOLCHAIN_HAS_GLIBCXX == 1 and TOOLCHAIN_HAS_NEWLIB == 1
8
8
toolchain_exclude : xcc
9
9
min_flash : 54
10
10
min_ram : 24
16
16
integration_platforms :
17
17
- mps2/an385
18
18
cpp.libcxx.glibcxx.newlib_nano :
19
- filter : TOOLCHAIN_HAS_NEWLIB == 1 and CONFIG_HAS_NEWLIB_LIBC_NANO
19
+ filter : TOOLCHAIN_HAS_GLIBCXX == 1 and TOOLCHAIN_HAS_NEWLIB == 1 and CONFIG_HAS_NEWLIB_LIBC_NANO
20
20
toolchain_exclude : xcc
21
21
min_flash : 54
22
22
tags : cpp
28
28
integration_platforms :
29
29
- mps2/an385
30
30
cpp.libcxx.glibcxx.picolibc :
31
- filter : TOOLCHAIN_HAS_PICOLIBC == 1
31
+ filter : TOOLCHAIN_HAS_GLIBCXX == 1 and TOOLCHAIN_HAS_PICOLIBC == 1
32
32
toolchain_exclude : xcc
33
33
tags : cpp
34
34
timeout : 60
You can’t perform that action at this time.
0 commit comments