Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| fee9c08378 | |||
| f24bb7ef69 |
@@ -92,6 +92,8 @@ CONFIG_BT_SMP_SC_ONLY=y
|
|||||||
CONFIG_BT_SETTINGS=y
|
CONFIG_BT_SETTINGS=y
|
||||||
# Maximum number of stored bonded peers.
|
# Maximum number of stored bonded peers.
|
||||||
CONFIG_BT_MAX_PAIRED=20
|
CONFIG_BT_MAX_PAIRED=20
|
||||||
|
# Production secure boot: disable flash patching so only signed flash code can run.
|
||||||
|
CONFIG_DISABLE_FLASH_PATCH=y
|
||||||
|
|
||||||
# ADC (battery)
|
# ADC (battery)
|
||||||
# Enable Zephyr ADC driver for battery voltage measurement.
|
# Enable Zephyr ADC driver for battery voltage measurement.
|
||||||
|
|||||||
+3
-1
@@ -1,4 +1,6 @@
|
|||||||
# nRF52840 build: no network core image.
|
# nRF52840 build: no network core image.
|
||||||
# Re-enable NETCORE_HCI_IPC only for nRF5340 sysbuild configurations.
|
# Re-enable NETCORE_HCI_IPC only for nRF5340 sysbuild configurations.
|
||||||
|
|
||||||
SB_CONFIG_BOOTLOADER_MCUBOOT=y
|
SB_CONFIG_BOOTLOADER_MCUBOOT=y
|
||||||
|
SB_CONFIG_BOOT_SIGNATURE_TYPE_ECDSA_P256=y
|
||||||
|
SB_CONFIG_BOOT_SIGNATURE_KEY_FILE="${APPLICATION_CONFIG_DIR}/keys/mcuboot_private.pem"
|
||||||
Reference in New Issue
Block a user