forked from nrfconnect/sdk-nrf
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This patch sets the power-switch input pin correctly in the npm13 configuration for Thingy91x. Signed-off-by: Maximilian Deubel <maximilian.deubel@nordicsemi.no>
- Loading branch information
1 parent
3f23310
commit f10bbb5
Showing
2 changed files
with
28 additions
and
2 deletions.
There are no files selected for viewing
14 changes: 14 additions & 0 deletions
14
applications/asset_tracker_v2/sysbuild/mcuboot/boards/thingy91x_nrf9151.conf
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# | ||
# Copyright (c) 2024 Nordic Semiconductor ASA | ||
# | ||
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause | ||
# | ||
|
||
# MCUBoot settings | ||
CONFIG_BOOT_MAX_IMG_SECTORS=512 | ||
|
||
CONFIG_SPI=y | ||
CONFIG_SPI_NOR=y | ||
CONFIG_SPI_NOR_FLASH_LAYOUT_PAGE_SIZE=4096 | ||
CONFIG_SPI_NOR_SFDP_DEVICETREE=y | ||
CONFIG_MULTITHREADING=y |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters