zephyr/samples/modules/tflite-micro/hello_world/sample.yaml
Keith Packard 1e5c46df3d samples: Switch from NEWLIB_LIBC to REQUIRES_FULL_LIBC
Instead of forcing use of NEWLIB_LIBC, select any available complete C
library implementation. Add CONFIG_REQUIRES_FLOAT_PRINTF and adjust
CONFIG_LIBC_MALLOC_ARENA_SIZE as needed.

Signed-off-by: Keith Packard <keithp@keithp.com>
2023-10-25 08:32:06 +02:00

29 lines
641 B
YAML

sample:
description: Hello World TensorFlow sample
name: hello world tensorflow
common:
tags: tensorflow
modules:
- tflite-micro
harness: console
harness_config:
type: multi_line
ordered: false
regex:
- "x_value:.*, y_value:.*"
- ""
tests:
sample.tensorflow.helloworld:
platform_allow:
- qemu_x86
- qemu_x86_64
integration_platforms:
- qemu_x86
tags: tensorflow
filter: CONFIG_FULL_LIBC_SUPPORTED
sample.tensorflow.helloworld.cmsis_nn:
tags: tensorflow
platform_allow: mps3_an547
extra_configs:
- CONFIG_TENSORFLOW_LITE_MICRO_CMSIS_NN_KERNELS=y