From ff125d1ce295968d1310da9d31281f14eb987a01 Mon Sep 17 00:00:00 2001 From: Louis Bonhomme Date: Thu, 22 Feb 2024 15:47:13 +0100 Subject: [PATCH] twister: Adds sample for bibl_dsp3 board Adds in twister configuration, test cases for bibl_dsp3 board Signed-off-by: Louis Bonhomme --- boot/zephyr/sample.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/boot/zephyr/sample.yaml b/boot/zephyr/sample.yaml index 44ea89a2d..8651f410f 100644 --- a/boot/zephyr/sample.yaml +++ b/boot/zephyr/sample.yaml @@ -57,3 +57,11 @@ tests: platform_allow: mimxrt1020_evk integration_platforms: - mimxrt1020_evk +sample.bootloader.mcuboot.bibl_dsp3: + extra_args: + BOARD_ROOT=../../../../bibl-dsp3 + OVERLAY_CONFIG=../../../../bibl-dsp3/apps/overlays/mcuboot_h7.conf + DTS_ROOT=../../../../bibl-dsp3 + platform_allow: bibl_dsp3 + integration_platforms: + - bibl_dsp3