Skip to content

Commit f8d7b0b

Browse files
Damian-Nordicmbolivar-nordic
authored andcommitted
[nrf noup] Restore default RTC user channel count
The default value of CONFIG_NRF_RTC_TIMER_USER_CHAN_COUNT for nRF52 SOCs has been changed from 0 to 3, but it makes MCUBoot get stuck on erasing flash pages when swapping two images. Restore the previous value until the RTC issue is resolved (see NCSDK-14427) Signed-off-by: Damian Krolik <[email protected]> Signed-off-by: Torsten Rasmussen <[email protected]> Signed-off-by: Jamie McCrae <[email protected]> (cherry picked from commit 6fa86cd)
1 parent 6dfa1a1 commit f8d7b0b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

boot/zephyr/prj.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,4 @@ CONFIG_LOG_MODE_MINIMAL=y # former CONFIG_MODE_MINIMAL
3434
CONFIG_LOG_DEFAULT_LEVEL=0
3535
### Decrease footprint by ~4 KB in comparison to CBPRINTF_COMPLETE=y
3636
CONFIG_CBPRINTF_NANO=y
37+
CONFIG_NRF_RTC_TIMER_USER_CHAN_COUNT=0

0 commit comments

Comments
 (0)