Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deprecate mimxrt1050_evk and mimxrt1060_evk boards properly and update mcuboot #83296

Merged
merged 2 commits into from
Dec 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions boards/deprecated.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,15 @@ set(mimx8mp_phyboard_pollux/mimx8ml8/m7_DEPRECATED
set(mimx8mm_phyboard_polis/mimx8mm6/m4_DEPRECATED
phyboard_polis/mimx8mm6/m4
)
set(mimxrt1050_evk_DEPRECATED
mimxrt1050_evk/mimxrt1052/hyperflash
)
set(mimxrt1060_evk_DEPRECATED
mimxrt1060_evk/mimxrt1064/hyperflash
)
set(mimxrt1060_evk_DEPRECATED
mimxrt1060_evk/mimxrt1062/qspi
)
set(mimxrt1060_evkb_DEPRECATED
mimxrt1060_evk@B/mimxrt1062/qspi
)
2 changes: 1 addition & 1 deletion west.yml
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ manifest:
groups:
- crypto
- name: mcuboot
revision: f5454f16358225f69ff729301c8e56d8a580f81a
revision: a2bc982b3379d51fefda3e17a6a067342dce1a8b
path: bootloader/mcuboot
groups:
- bootloader
Expand Down
Loading