From 385456e5d9c33b6504fb1904778a14b7147b71da Mon Sep 17 00:00:00 2001 From: Andrej Butok Date: Wed, 25 Sep 2024 13:52:29 +0200 Subject: [PATCH] boot: zephyr: nxp: Add NXP platforms to the allow list Adds NXP platforms to the boot zephyr allow list. Signed-off-by: Andrej Butok --- boot/zephyr/sample.yaml | 33 ++++++++++++++++++++++++++++++++- 1 file changed, 32 insertions(+), 1 deletion(-) diff --git a/boot/zephyr/sample.yaml b/boot/zephyr/sample.yaml index 9ab330781..94ba47f76 100644 --- a/boot/zephyr/sample.yaml +++ b/boot/zephyr/sample.yaml @@ -5,7 +5,38 @@ sample: tests: sample.bootloader.mcuboot: tags: bootloader_mcuboot - platform_allow: nrf52840dk/nrf52840 frdm_k64f disco_l475_iot1 + platform_allow: + - frdm_k22f + - frdm_k64f + - frdm_k82f + - frdm_ke17z + - frdm_ke17z512 + - rddrone_fmuk66 + - twr_ke18f + - twr_kv58f220m + - frdm_mcxn947/mcxn947/cpu0 + - lpcxpresso55s06 + - lpcxpresso55s16 + - lpcxpresso55s28 + - lpcxpresso55s36 + - lpcxpresso55s69/lpc55s69/cpu0 + - mimxrt1010_evk + - mimxrt1015_evk + - mimxrt1020_evk + - mimxrt1024_evk + - mimxrt1040_evk + - mimxrt1050_evk + - mimxrt1060_evk + - mimxrt1062_fmurt6 + - mimxrt1064_evk + - mimxrt1160_evk/mimxrt1166/cm7 + - mimxrt1170_evk/mimxrt1176/cm7 + - vmu_rt1170/mimxrt1176/cm7 + - mimxrt595_evk/mimxrt595s/cm33 + - mimxrt685_evk/mimxrt685s/cm33 + - rd_rw612_bga + - nrf52840dk/nrf52840 + - disco_l475_iot1 integration_platforms: - nrf52840dk/nrf52840 - frdm_k64f