Skip to content

Commit

Permalink
boot: zephyr: add support for LPC55Sxx
Browse files Browse the repository at this point in the history
Add configuration for LPC55Sxx to MCUBoot.
It supports the upgrade only mode.

Signed-off-by: Andrej Butok <[email protected]>
  • Loading branch information
butok authored and nordicjm committed Oct 10, 2023
1 parent 13767d0 commit 9b92ee9
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 0 deletions.
6 changes: 6 additions & 0 deletions boot/zephyr/boards/lpcxpresso55s06.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Copyright 2023 NXP
# SPDX-License-Identifier: Apache-2.0

#LPC does not support the MCUBoot swap mode.
CONFIG_BOOT_UPGRADE_ONLY=y
CONFIG_BOOT_MAX_IMG_SECTORS=256
6 changes: 6 additions & 0 deletions boot/zephyr/boards/lpcxpresso55s16.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Copyright 2023 NXP
# SPDX-License-Identifier: Apache-2.0

#LPC does not support the MCUBoot swap mode.
CONFIG_BOOT_UPGRADE_ONLY=y
CONFIG_BOOT_MAX_IMG_SECTORS=256
6 changes: 6 additions & 0 deletions boot/zephyr/boards/lpcxpresso55s36.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Copyright 2023 NXP
# SPDX-License-Identifier: Apache-2.0

#LPC does not support the MCUBoot swap mode.
CONFIG_BOOT_UPGRADE_ONLY=y
CONFIG_BOOT_MAX_IMG_SECTORS=256
6 changes: 6 additions & 0 deletions boot/zephyr/boards/lpcxpresso55s69_cpu0.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Copyright 2023 NXP
# SPDX-License-Identifier: Apache-2.0

#LPC does not support the MCUBoot swap mode.
CONFIG_BOOT_UPGRADE_ONLY=y
CONFIG_BOOT_MAX_IMG_SECTORS=512

0 comments on commit 9b92ee9

Please sign in to comment.