In the docs replace the references to native_posix with native_sim. And switch the default test platform to native_sim from native_posix. Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
19 lines
447 B
YAML
19 lines
447 B
YAML
sample:
|
|
description: Real-time visualization of acceleration data using LVGL chart widget
|
|
name: LVGL acceleration chart
|
|
tests:
|
|
sample.modules.lvgl.accelerometer_chart:
|
|
filter: dt_chosen_enabled("zephyr,display") and dt_alias_exists("accel0")
|
|
min_flash: 250
|
|
min_ram: 32
|
|
harness: none
|
|
tags:
|
|
- samples
|
|
- display
|
|
- gui
|
|
- lvgl
|
|
modules:
|
|
- lvgl
|
|
integration_platforms:
|
|
- native_sim_64
|