Skip to content

Commit

Permalink
applications: asset_tracker_v2: sysbuild config
Browse files Browse the repository at this point in the history
This patch adds config for the Thingy: 91 X
to atv2 to make it compatible with sysbuild.

Signed-off-by: Maximilian Deubel <[email protected]>
  • Loading branch information
maxd-nordic authored and rlubos committed May 29, 2024
1 parent 36c8145 commit 0e99b70
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 0 deletions.
3 changes: 3 additions & 0 deletions applications/asset_tracker_v2/Kconfig.sysbuild
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ config SECURE_BOOT
config SECURE_BOOT_APPCORE
default y if BOARD_NRF9160DK_NRF9160_NS

config WIFI_NRF700X
default y if BOARD_THINGY91X_NRF9151_NS

config PM_EXTERNAL_FLASH_MCUBOOT_SECONDARY
default y if BOARD_NRF9151DK_NRF9151_NS || BOARD_NRF9161DK_NRF9161_NS
default y if BOARD_NRF9160DK_NRF9160_NS \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -77,3 +77,7 @@ CONFIG_NET_RX_STACK_SIZE=4096
CONFIG_NET_TC_TX_COUNT=1
CONFIG_NET_MAX_CONTEXTS=5
CONFIG_NET_MGMT_EVENT_STACK_SIZE=1024

# Enable external flash
CONFIG_SPI_NOR_SFDP_DEVICETREE=y
CONFIG_PM_OVERRIDE_EXTERNAL_DRIVER_CHECK=y
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
pressure-sensor = &bme680;
iaq-sensor = &bme680;
accelerometer = &accelerometer_lp;
ext-flash = &flash_ext;
};
};

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,6 @@ CONFIG_UART_CONSOLE=n
CONFIG_MCUBOOT_SERIAL=y
CONFIG_MCUBOOT_SERIAL_DIRECT_IMAGE_UPLOAD=y
CONFIG_BOOT_SERIAL_IMG_GRP_IMAGE_STATE=y

CONFIG_PM_EXTERNAL_FLASH_MCUBOOT_SECONDARY=y
CONFIG_PM_OVERRIDE_EXTERNAL_DRIVER_CHECK=y

0 comments on commit 0e99b70

Please sign in to comment.