Instead of forcing use of NEWLIB_LIBC, select any available complete C library implementation. Add CONFIG_REQUIRES_FLOAT_PRINTF where needed. Signed-off-by: Keith Packard <keithp@keithp.com>
25 lines
531 B
YAML
25 lines
531 B
YAML
common:
|
|
arch_allow: arm
|
|
filter: (CONFIG_CPU_AARCH32_CORTEX_R or CONFIG_CPU_CORTEX_M) and CONFIG_FULL_LIBC_SUPPORTED
|
|
== 1
|
|
tags:
|
|
- benchmark
|
|
- cmsis_dsp
|
|
min_flash: 128
|
|
min_ram: 64
|
|
tests:
|
|
benchmark.cmsis_dsp.basicmath:
|
|
integration_platforms:
|
|
- frdm_k64f
|
|
- sam_e70_xplained
|
|
- mps2_an521
|
|
benchmark.cmsis_dsp.basicmath.fpu:
|
|
filter: CONFIG_CPU_HAS_FPU
|
|
integration_platforms:
|
|
- mps2_an521_remote
|
|
- mps3_an547
|
|
tags:
|
|
- fpu
|
|
extra_configs:
|
|
- CONFIG_FPU=y
|