zephyr/tests/subsys/dsp/print_format/testcase.yaml
Yuval Peress acc5501118 zdsp: Add Q value print formatting helpers for
Introduce PRI style formatting for DSP values. These require the use
of another separate macro to set up the argument (PRIq_arg).

Signed-off-by: Yuval Peress <peress@google.com>
2023-09-25 09:47:26 +02:00

9 lines
207 B
YAML

# Copyright (c) 2023 Google LLC
# SPDX-License-Identifier: Apache-2.0
tests:
zdsp.print_format:
filter: TOOLCHAIN_HAS_NEWLIB == 1 or CONFIG_ARCH_POSIX
tags: zdsp
min_flash: 128
min_ram: 64