Skip to content

Commit 0433499

Browse files
manifest: switch to sdk-nrf v3.3.0-RC1
- Switched the sdk-nrf revision to v3.3.0-RC1. Signed-off-by: Arkadiusz Balys <arkadiusz.balys@nordicsemi.no>
1 parent 8856fdb commit 0433499

3 files changed

Lines changed: 3 additions & 1 deletion

File tree

samples/light_bulb/prj_matter_fota.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@ CONFIG_PM_PARTITION_SIZE_SETTINGS_STORAGE=0x8000
140140

141141
# Dispatcher
142142
CONFIG_NRF_802154_CALLBACKS_DISPATCHER=y
143+
CONFIG_NRF_802154_DRV_REINIT_ENABLED=y
143144

144145
# We need it to disable ZBOSS thread
145146
CONFIG_ZIGBEE_DEBUG_FUNCTIONS=y

samples/light_bulb/prj_matter_fota_release.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,7 @@ CONFIG_PM_PARTITION_SIZE_SETTINGS_STORAGE=0x8000
138138

139139
# Dispatcher
140140
CONFIG_NRF_802154_CALLBACKS_DISPATCHER=y
141+
CONFIG_NRF_802154_DRV_REINIT_ENABLED=y
141142

142143
CONFIG_ZIGBEE_DEBUG_FUNCTIONS=y
143144

west.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ manifest:
1010
- name: nrf
1111
remote: ncs
1212
repo-path: sdk-nrf
13-
revision: v3.2.0
13+
revision: v3.3.0-rc1
1414
import: true

0 commit comments

Comments
 (0)