Skip to content

Commit

Permalink
boot: zephyr: nxp: Add NXP platforms to the allow list
Browse files Browse the repository at this point in the history
Adds NXP platforms to the boot zephyr allow list.

Signed-off-by: Andrej Butok <andrey.butok@nxp.com>
  • Loading branch information
butok committed Sep 25, 2024
1 parent fe26c28 commit 385456e
Showing 1 changed file with 32 additions and 1 deletion.
33 changes: 32 additions & 1 deletion boot/zephyr/sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 385456e

Please sign in to comment.