Skip to content

Commit 9022759

Browse files
alxelaxnordicjm
authored andcommitted
samples: bluetooth: mesh: adjust settings partition on nrf52840
Commit adjusts size of settings partition in the external flash for nrf52840dk. Signed-off-by: Aleksandr Khromykh <aleksandr.khromykh@nordicsemi.no>
1 parent a56dfd8 commit 9022759

File tree

11 files changed

+11
-0
lines changed

11 files changed

+11
-0
lines changed

samples/bluetooth/mesh/ble_peripheral_lbs_coex/boards/nrf52840dk_nrf52840_settings_ext_flash.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@ CONFIG_NORDIC_QSPI_NOR=y
99

1010
# Relocate settings partition to external flash
1111
CONFIG_PM_PARTITION_REGION_SETTINGS_STORAGE_EXTERNAL=y
12+
CONFIG_PM_PARTITION_SIZE_SETTINGS_STORAGE=0x8000

samples/bluetooth/mesh/chat/boards/nrf52840dk_nrf52840_settings_ext_flash.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@ CONFIG_NORDIC_QSPI_NOR=y
99

1010
# Relocate settings partition to external flash
1111
CONFIG_PM_PARTITION_REGION_SETTINGS_STORAGE_EXTERNAL=y
12+
CONFIG_PM_PARTITION_SIZE_SETTINGS_STORAGE=0x8000

samples/bluetooth/mesh/dfu/distributor/boards/nrf52840dk_nrf52840_settings_ext_flash.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@ CONFIG_NORDIC_QSPI_NOR=y
99

1010
# Relocate settings partition to external flash
1111
CONFIG_PM_PARTITION_REGION_SETTINGS_STORAGE_EXTERNAL=y
12+
CONFIG_PM_PARTITION_SIZE_SETTINGS_STORAGE=0x8000

samples/bluetooth/mesh/dfu/target/boards/nrf52840dk_nrf52840_settings_ext_flash.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@ CONFIG_NORDIC_QSPI_NOR=y
99

1010
# Relocate settings partition to external flash
1111
CONFIG_PM_PARTITION_REGION_SETTINGS_STORAGE_EXTERNAL=y
12+
CONFIG_PM_PARTITION_SIZE_SETTINGS_STORAGE=0x8000

samples/bluetooth/mesh/light/boards/nrf52840dk_nrf52840_settings_ext_flash.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@ CONFIG_NORDIC_QSPI_NOR=y
99

1010
# Relocate settings partition to external flash
1111
CONFIG_PM_PARTITION_REGION_SETTINGS_STORAGE_EXTERNAL=y
12+
CONFIG_PM_PARTITION_SIZE_SETTINGS_STORAGE=0x8000

samples/bluetooth/mesh/light_ctrl/boards/nrf52840dk_nrf52840_settings_ext_flash.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@ CONFIG_NORDIC_QSPI_NOR=y
99

1010
# Relocate settings partition to external flash
1111
CONFIG_PM_PARTITION_REGION_SETTINGS_STORAGE_EXTERNAL=y
12+
CONFIG_PM_PARTITION_SIZE_SETTINGS_STORAGE=0x8000

samples/bluetooth/mesh/light_dimmer/boards/nrf52840dk_nrf52840_settings_ext_flash.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@ CONFIG_NORDIC_QSPI_NOR=y
99

1010
# Relocate settings partition to external flash
1111
CONFIG_PM_PARTITION_REGION_SETTINGS_STORAGE_EXTERNAL=y
12+
CONFIG_PM_PARTITION_SIZE_SETTINGS_STORAGE=0x8000

samples/bluetooth/mesh/light_switch/boards/nrf52840dk_nrf52840_settings_ext_flash.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@ CONFIG_NORDIC_QSPI_NOR=y
99

1010
# Relocate settings partition to external flash
1111
CONFIG_PM_PARTITION_REGION_SETTINGS_STORAGE_EXTERNAL=y
12+
CONFIG_PM_PARTITION_SIZE_SETTINGS_STORAGE=0x8000

samples/bluetooth/mesh/sensor_client/boards/nrf52840dk_nrf52840_settings_ext_flash.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@ CONFIG_NORDIC_QSPI_NOR=y
99

1010
# Relocate settings partition to external flash
1111
CONFIG_PM_PARTITION_REGION_SETTINGS_STORAGE_EXTERNAL=y
12+
CONFIG_PM_PARTITION_SIZE_SETTINGS_STORAGE=0x8000

samples/bluetooth/mesh/sensor_server/boards/nrf52840dk_nrf52840_settings_ext_flash.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@ CONFIG_NORDIC_QSPI_NOR=y
99

1010
# Relocate settings partition to external flash
1111
CONFIG_PM_PARTITION_REGION_SETTINGS_STORAGE_EXTERNAL=y
12+
CONFIG_PM_PARTITION_SIZE_SETTINGS_STORAGE=0x8000

0 commit comments

Comments
 (0)