2021-05-07 00:17:04 +02:00
|
|
|
common:
|
2022-05-14 15:00:04 +02:00
|
|
|
platform_type:
|
|
|
|
- qemu
|
|
|
|
- native
|
2021-05-07 00:17:04 +02:00
|
|
|
tags: cbprintf
|
2022-03-11 07:49:23 +01:00
|
|
|
min_flash: 48
|
2021-03-03 10:48:30 +01:00
|
|
|
tests:
|
2023-10-10 17:44:46 +02:00
|
|
|
libraries.cbprintf.package:
|
2021-03-03 10:48:30 +01:00
|
|
|
extra_configs:
|
|
|
|
- CONFIG_CBPRINTF_COMPLETE=y
|
2023-06-09 14:30:46 +02:00
|
|
|
integration_platforms:
|
2023-11-28 12:02:08 +01:00
|
|
|
- native_sim
|
2021-03-03 10:48:30 +01:00
|
|
|
|
2023-10-10 17:44:46 +02:00
|
|
|
libraries.cbprintf.package_no_generic:
|
2021-03-11 15:21:19 +01:00
|
|
|
extra_configs:
|
|
|
|
- CONFIG_CBPRINTF_COMPLETE=y
|
|
|
|
- CONFIG_COMPILER_OPT="-DZ_C_GENERIC=0"
|
2023-06-09 14:30:46 +02:00
|
|
|
integration_platforms:
|
2023-11-28 12:02:08 +01:00
|
|
|
- native_sim
|
2021-03-11 15:21:19 +01:00
|
|
|
|
2023-10-10 17:44:46 +02:00
|
|
|
libraries.cbprintf.package_fp:
|
2021-05-07 00:17:04 +02:00
|
|
|
filter: CONFIG_CPU_HAS_FPU
|
2021-03-03 10:48:30 +01:00
|
|
|
extra_configs:
|
|
|
|
- CONFIG_CBPRINTF_FP_SUPPORT=y
|
2021-03-03 10:48:30 +01:00
|
|
|
- CONFIG_CBPRINTF_COMPLETE=y
|
2021-05-07 00:17:04 +02:00
|
|
|
- CONFIG_FPU=y
|
2023-06-09 14:30:46 +02:00
|
|
|
integration_platforms:
|
2023-11-28 12:02:08 +01:00
|
|
|
- native_sim
|
2021-03-03 10:48:30 +01:00
|
|
|
|
2023-10-10 17:44:46 +02:00
|
|
|
libraries.cbprintf.package_fp_align_offset:
|
2021-05-07 00:17:04 +02:00
|
|
|
filter: CONFIG_CPU_HAS_FPU
|
2021-03-11 11:34:05 +01:00
|
|
|
extra_configs:
|
|
|
|
- CONFIG_CBPRINTF_FP_SUPPORT=y
|
|
|
|
- CONFIG_CBPRINTF_COMPLETE=y
|
|
|
|
- CONFIG_COMPILER_OPT="-DCBPRINTF_PACKAGE_ALIGN_OFFSET=1"
|
2021-05-07 00:17:04 +02:00
|
|
|
- CONFIG_FPU=y
|
2023-06-09 14:30:46 +02:00
|
|
|
integration_platforms:
|
2023-11-28 12:02:08 +01:00
|
|
|
- native_sim
|
2021-03-11 11:34:05 +01:00
|
|
|
|
2023-10-10 17:44:46 +02:00
|
|
|
libraries.cbprintf.package_long_double:
|
2021-05-07 00:17:04 +02:00
|
|
|
filter: CONFIG_CPU_HAS_FPU
|
2021-03-03 10:48:30 +01:00
|
|
|
extra_configs:
|
|
|
|
- CONFIG_CBPRINTF_FP_SUPPORT=y
|
|
|
|
- CONFIG_CBPRINTF_COMPLETE=y
|
|
|
|
- CONFIG_CBPRINTF_PACKAGE_LONGDOUBLE=y
|
2021-05-07 00:17:04 +02:00
|
|
|
- CONFIG_FPU=y
|
2022-10-14 05:48:48 +02:00
|
|
|
- CONFIG_MINIMAL_LIBC=y
|
2023-06-09 14:30:46 +02:00
|
|
|
integration_platforms:
|
2023-11-28 12:02:08 +01:00
|
|
|
- native_sim
|
2021-03-03 10:48:30 +01:00
|
|
|
|
2023-10-10 17:44:46 +02:00
|
|
|
libraries.cbprintf.package_long_double_align_offset:
|
2021-05-07 00:17:04 +02:00
|
|
|
filter: CONFIG_CPU_HAS_FPU
|
2021-03-11 11:34:05 +01:00
|
|
|
extra_configs:
|
|
|
|
- CONFIG_CBPRINTF_FP_SUPPORT=y
|
|
|
|
- CONFIG_CBPRINTF_COMPLETE=y
|
|
|
|
- CONFIG_CBPRINTF_PACKAGE_LONGDOUBLE=y
|
|
|
|
- CONFIG_COMPILER_OPT="-DCBPRINTF_PACKAGE_ALIGN_OFFSET=1"
|
2021-05-07 00:17:04 +02:00
|
|
|
- CONFIG_FPU=y
|
2022-10-14 05:48:48 +02:00
|
|
|
- CONFIG_MINIMAL_LIBC=y
|
2023-06-09 14:30:46 +02:00
|
|
|
integration_platforms:
|
2023-11-28 12:02:08 +01:00
|
|
|
- native_sim
|
2021-03-11 11:34:05 +01:00
|
|
|
|
2023-10-10 17:44:46 +02:00
|
|
|
libraries.cbprintf.package_nano:
|
2023-12-19 16:06:48 +01:00
|
|
|
tags:
|
|
|
|
- nano
|
2021-03-03 10:48:30 +01:00
|
|
|
extra_configs:
|
|
|
|
- CONFIG_CBPRINTF_NANO=y
|
2023-06-09 14:30:46 +02:00
|
|
|
integration_platforms:
|
2023-11-28 12:02:08 +01:00
|
|
|
- native_sim
|
2022-02-22 15:29:42 +01:00
|
|
|
|
|
|
|
# Same test but with test compiled as C++
|
2023-10-10 17:44:46 +02:00
|
|
|
libraries.cbprintf.package_cpp:
|
2022-02-22 15:29:42 +01:00
|
|
|
extra_configs:
|
2022-12-08 22:16:44 +01:00
|
|
|
- CONFIG_CPP=y
|
2022-02-22 15:29:42 +01:00
|
|
|
- CONFIG_CBPRINTF_COMPLETE=y
|
2023-06-09 14:30:46 +02:00
|
|
|
integration_platforms:
|
2023-11-28 12:02:08 +01:00
|
|
|
- native_sim
|
2022-02-22 15:29:42 +01:00
|
|
|
|
2023-10-10 17:44:46 +02:00
|
|
|
libraries.cbprintf.package_no_generic_cpp:
|
2022-02-22 15:29:42 +01:00
|
|
|
extra_configs:
|
2022-12-08 22:16:44 +01:00
|
|
|
- CONFIG_CPP=y
|
2022-02-22 15:29:42 +01:00
|
|
|
- CONFIG_CBPRINTF_COMPLETE=y
|
|
|
|
- CONFIG_COMPILER_OPT="-DZ_C_GENERIC=0"
|
2023-06-09 14:30:46 +02:00
|
|
|
integration_platforms:
|
2023-11-28 12:02:08 +01:00
|
|
|
- native_sim
|
2022-02-22 15:29:42 +01:00
|
|
|
|
2023-10-10 17:44:46 +02:00
|
|
|
libraries.cbprintf.package_fp_cpp:
|
2022-02-22 15:29:42 +01:00
|
|
|
filter: CONFIG_CPU_HAS_FPU
|
|
|
|
extra_configs:
|
2022-12-08 22:16:44 +01:00
|
|
|
- CONFIG_CPP=y
|
2022-02-22 15:29:42 +01:00
|
|
|
- CONFIG_CBPRINTF_FP_SUPPORT=y
|
|
|
|
- CONFIG_CBPRINTF_COMPLETE=y
|
|
|
|
- CONFIG_FPU=y
|
2023-06-09 14:30:46 +02:00
|
|
|
integration_platforms:
|
2023-11-28 12:02:08 +01:00
|
|
|
- native_sim
|
2022-02-22 15:29:42 +01:00
|
|
|
|
2023-10-10 17:44:46 +02:00
|
|
|
libraries.cbprintf.package_fp_align_offset_cpp:
|
2022-02-22 15:29:42 +01:00
|
|
|
filter: CONFIG_CPU_HAS_FPU
|
|
|
|
extra_configs:
|
2022-12-08 22:16:44 +01:00
|
|
|
- CONFIG_CPP=y
|
2022-02-22 15:29:42 +01:00
|
|
|
- CONFIG_CBPRINTF_FP_SUPPORT=y
|
|
|
|
- CONFIG_CBPRINTF_COMPLETE=y
|
|
|
|
- CONFIG_COMPILER_OPT="-DCBPRINTF_PACKAGE_ALIGN_OFFSET=1"
|
|
|
|
- CONFIG_FPU=y
|
2023-06-09 14:30:46 +02:00
|
|
|
integration_platforms:
|
2023-11-28 12:02:08 +01:00
|
|
|
- native_sim
|
2022-02-22 15:29:42 +01:00
|
|
|
|
2023-10-10 17:44:46 +02:00
|
|
|
libraries.cbprintf.package_long_double_cpp:
|
2022-02-22 15:29:42 +01:00
|
|
|
filter: CONFIG_CPU_HAS_FPU
|
|
|
|
extra_configs:
|
2022-12-08 22:16:44 +01:00
|
|
|
- CONFIG_CPP=y
|
2022-02-22 15:29:42 +01:00
|
|
|
- CONFIG_CBPRINTF_FP_SUPPORT=y
|
|
|
|
- CONFIG_CBPRINTF_COMPLETE=y
|
|
|
|
- CONFIG_CBPRINTF_PACKAGE_LONGDOUBLE=y
|
|
|
|
- CONFIG_FPU=y
|
2022-10-14 05:48:48 +02:00
|
|
|
- CONFIG_MINIMAL_LIBC=y
|
2023-06-09 14:30:46 +02:00
|
|
|
integration_platforms:
|
2023-11-28 12:02:08 +01:00
|
|
|
- native_sim
|
2022-02-22 15:29:42 +01:00
|
|
|
|
2023-10-10 17:44:46 +02:00
|
|
|
libraries.cbprintf.package_long_double_align_offset_cpp:
|
2022-02-22 15:29:42 +01:00
|
|
|
filter: CONFIG_CPU_HAS_FPU
|
|
|
|
extra_configs:
|
2022-12-08 22:16:44 +01:00
|
|
|
- CONFIG_CPP=y
|
2022-02-22 15:29:42 +01:00
|
|
|
- CONFIG_CBPRINTF_FP_SUPPORT=y
|
|
|
|
- CONFIG_CBPRINTF_COMPLETE=y
|
|
|
|
- CONFIG_CBPRINTF_PACKAGE_LONGDOUBLE=y
|
|
|
|
- CONFIG_COMPILER_OPT="-DCBPRINTF_PACKAGE_ALIGN_OFFSET=1"
|
|
|
|
- CONFIG_FPU=y
|
2022-10-14 05:48:48 +02:00
|
|
|
- CONFIG_MINIMAL_LIBC=y
|
2023-06-09 14:30:46 +02:00
|
|
|
integration_platforms:
|
2023-11-28 12:02:08 +01:00
|
|
|
- native_sim
|
2022-02-22 15:29:42 +01:00
|
|
|
|
2023-10-10 17:44:46 +02:00
|
|
|
libraries.cbprintf.package_nano_cpp:
|
2023-12-19 16:06:48 +01:00
|
|
|
tags:
|
|
|
|
- nano
|
2022-02-22 15:29:42 +01:00
|
|
|
extra_configs:
|
2022-12-08 22:16:44 +01:00
|
|
|
- CONFIG_CPP=y
|
2022-02-22 15:29:42 +01:00
|
|
|
- CONFIG_CBPRINTF_NANO=y
|
2023-06-09 14:30:46 +02:00
|
|
|
integration_platforms:
|
2023-11-28 12:02:08 +01:00
|
|
|
- native_sim
|
2022-06-06 23:46:28 +02:00
|
|
|
|
2023-10-10 17:44:46 +02:00
|
|
|
libraries.cbprintf.package.picolibc:
|
2022-06-06 23:46:28 +02:00
|
|
|
filter: CONFIG_PICOLIBC_SUPPORTED
|
|
|
|
tags: picolibc
|
|
|
|
extra_configs:
|
|
|
|
- CONFIG_CBPRINTF_COMPLETE=y
|
|
|
|
- CONFIG_PICOLIBC=y
|
2023-06-09 14:30:46 +02:00
|
|
|
integration_platforms:
|
|
|
|
- qemu_x86
|
2022-06-06 23:46:28 +02:00
|
|
|
|
2023-10-10 17:44:46 +02:00
|
|
|
libraries.cbprintf.package_no_generic.picolibc:
|
2022-06-06 23:46:28 +02:00
|
|
|
filter: CONFIG_PICOLIBC_SUPPORTED
|
|
|
|
tags: picolibc
|
|
|
|
extra_configs:
|
|
|
|
- CONFIG_CBPRINTF_COMPLETE=y
|
|
|
|
- CONFIG_COMPILER_OPT="-DZ_C_GENERIC=0"
|
|
|
|
- CONFIG_PICOLIBC=y
|
2023-06-09 14:30:46 +02:00
|
|
|
integration_platforms:
|
|
|
|
- qemu_x86
|
2022-06-06 23:46:28 +02:00
|
|
|
|
2023-10-10 17:44:46 +02:00
|
|
|
libraries.cbprintf.package_fp.picolibc:
|
2023-01-03 17:13:31 +01:00
|
|
|
filter: CONFIG_CPU_HAS_FPU and CONFIG_PICOLIBC_SUPPORTED
|
2022-06-06 23:46:28 +02:00
|
|
|
tags: picolibc
|
|
|
|
extra_configs:
|
|
|
|
- CONFIG_CBPRINTF_FP_SUPPORT=y
|
|
|
|
- CONFIG_CBPRINTF_COMPLETE=y
|
|
|
|
- CONFIG_FPU=y
|
|
|
|
- CONFIG_PICOLIBC=y
|
2023-06-09 14:30:46 +02:00
|
|
|
integration_platforms:
|
|
|
|
- qemu_x86
|
2022-06-06 23:46:28 +02:00
|
|
|
|
|
|
|
# Same test but with test compiled as C++
|
2023-10-10 17:44:46 +02:00
|
|
|
libraries.cbprintf.package_cpp.picolibc:
|
2022-06-06 23:46:28 +02:00
|
|
|
filter: CONFIG_PICOLIBC_SUPPORTED
|
|
|
|
tags: picolibc
|
|
|
|
extra_configs:
|
2022-12-08 22:16:44 +01:00
|
|
|
- CONFIG_CPP=y
|
2022-06-06 23:46:28 +02:00
|
|
|
- CONFIG_CBPRINTF_COMPLETE=y
|
|
|
|
- CONFIG_PICOLIBC=y
|
2023-06-09 14:30:46 +02:00
|
|
|
integration_platforms:
|
|
|
|
- qemu_x86
|
2022-06-06 23:46:28 +02:00
|
|
|
|
2023-10-10 17:44:46 +02:00
|
|
|
libraries.cbprintf.package_no_generic_cpp.picolibc:
|
2022-06-06 23:46:28 +02:00
|
|
|
filter: CONFIG_PICOLIBC_SUPPORTED
|
|
|
|
tags: picolibc
|
|
|
|
extra_configs:
|
2022-12-08 22:16:44 +01:00
|
|
|
- CONFIG_CPP=y
|
2022-06-06 23:46:28 +02:00
|
|
|
- CONFIG_CBPRINTF_COMPLETE=y
|
|
|
|
- CONFIG_COMPILER_OPT="-DZ_C_GENERIC=0"
|
|
|
|
- CONFIG_PICOLIBC=y
|
2023-06-09 14:30:46 +02:00
|
|
|
integration_platforms:
|
|
|
|
- qemu_x86
|
2022-06-06 23:46:28 +02:00
|
|
|
|
2023-10-10 17:44:46 +02:00
|
|
|
libraries.cbprintf.package_fp_cpp.picolibc:
|
2023-01-03 17:13:31 +01:00
|
|
|
filter: CONFIG_CPU_HAS_FPU and CONFIG_PICOLIBC_SUPPORTED
|
2022-06-06 23:46:28 +02:00
|
|
|
tags: picolibc
|
|
|
|
extra_configs:
|
2022-12-08 22:16:44 +01:00
|
|
|
- CONFIG_CPP=y
|
2022-06-06 23:46:28 +02:00
|
|
|
- CONFIG_CBPRINTF_FP_SUPPORT=y
|
|
|
|
- CONFIG_CBPRINTF_COMPLETE=y
|
|
|
|
- CONFIG_FPU=y
|
|
|
|
- CONFIG_PICOLIBC=y
|
2023-06-09 14:30:46 +02:00
|
|
|
integration_platforms:
|
|
|
|
- qemu_x86
|