File tree 2 files changed +19
-11
lines changed
2 files changed +19
-11
lines changed Original file line number Diff line number Diff line change @@ -12,26 +12,32 @@ tests:
12
12
- sam_e70_xplained
13
13
- qemu_cortex_a53
14
14
extra_args : OVERLAY_CONFIG=overlay_deferred.conf
15
- # "TOOLCHAIN_HAS_NEWLIB == 1 " filter was applied
15
+ # "CONFIG_FULL_LIBC_SUPPORTED " filter was applied
16
16
# because of following chain of dependencies:
17
17
# LOG_MIPI_SYST_ENABLE=y --> CONFIG_MIPI_SYST_LIB --> \
18
- # --> REQUIRES_FULL_LIBC --> NEWLIB_LIBC.
18
+ # --> REQUIRES_FULL_LIBC
19
19
#
20
- # Not all compillers announced in Zephyr support NewLib.
21
- filter : (TOOLCHAIN_HAS_NEWLIB == 1) or CONFIG_PICOLIBC_SUPPORTED
20
+ # Not all compillers announced in Zephyr support a full C library
21
+ filter : CONFIG_FULL_LIBC_SUPPORTED
22
+ extra_configs :
23
+ - CONFIG_REQUIRES_FULL_LIBC=y
22
24
logging.log_switch_format.immediate :
23
25
extra_args : OVERLAY_CONFIG=overlay_immediate.conf
24
26
integration_platforms :
25
27
- mps2_an385
26
28
- qemu_x86
27
29
- sam_e70_xplained
28
30
- qemu_cortex_a53
29
- filter : (TOOLCHAIN_HAS_NEWLIB == 1) or CONFIG_PICOLIBC_SUPPORTED
31
+ filter : CONFIG_FULL_LIBC_SUPPORTED
32
+ extra_configs :
33
+ - CONFIG_REQUIRES_FULL_LIBC=y
30
34
logging.log_switch_format.custom_output :
31
35
extra_args : OVERLAY_CONFIG=overlay_custom_output.conf
32
36
integration_platforms :
33
37
- mps2_an385
34
38
- qemu_x86
35
39
- sam_e70_xplained
36
40
- qemu_cortex_a53
37
- filter : (TOOLCHAIN_HAS_NEWLIB == 1) or CONFIG_PICOLIBC_SUPPORTED
41
+ filter : CONFIG_FULL_LIBC_SUPPORTED
42
+ extra_configs :
43
+ - CONFIG_REQUIRES_FULL_LIBC=y
Original file line number Diff line number Diff line change 4
4
logging.log_syst.mipi_syst :
5
5
tags : log_syst logging
6
6
arch_exclude : mips nios2 posix sparc
7
- # "TOOLCHAIN_HAS_NEWLIB == 1 " filter was applied
7
+ # "CONFIG_FULL_LIBC_SUPPORTED " filter was applied
8
8
# because of following chain of dependencies:
9
9
# LOG_MIPI_SYST_ENABLE=y --> CONFIG_MIPI_SYST_LIB --> \
10
- # --> REQUIRES_FULL_LIBC --> NEWLIB_LIBC.
10
+ # --> REQUIRES_FULL_LIBC
11
11
#
12
- # Not all compillers announced in Zephyr support NewLib.
13
- filter : TOOLCHAIN_HAS_NEWLIB == 1 or CONFIG_PICOLIBC_SUPPORTED
12
+ # Not all compilers announced in Zephyr support full libc
13
+ filter : CONFIG_FULL_LIBC_SUPPORTED
14
14
integration_platforms :
15
15
- mps2_an385
16
16
- qemu_x86
17
17
- sam_e70_xplained
18
18
extra_configs :
19
19
- CONFIG_LOG_MIPI_SYST_ENABLE=y
20
20
- CONFIG_LOG_BACKEND_MOCK_OUTPUT_SYST=y
21
+ - CONFIG_REQUIRES_FULL_LIBC=y
21
22
logging.log_syst.text :
22
23
tags : log_syst logging
23
24
arch_exclude : mips nios2 posix sparc
24
- filter : TOOLCHAIN_HAS_NEWLIB == 1 or CONFIG_PICOLIBC_SUPPORTED
25
+ filter : CONFIG_FULL_LIBC_SUPPORTED
25
26
extra_configs :
26
27
- CONFIG_LOG_MIPI_SYST_ENABLE=n
27
28
- CONFIG_LOG_BACKEND_MOCK_OUTPUT_SYST=n
29
+ - CONFIG_REQUIRES_FULL_LIBC=y
You can’t perform that action at this time.
0 commit comments