Skip to content

Commit 0b964a7

Browse files
committed
Pull request project-chip#1557: [SiWx917] Using the default clock for the sleepy application
Merge in WMN_TOOLS/matter from bugfix/clock_for_sleepy to RC_2.3.0-1.3 Squashed commit of the following: commit e904493c6175f31db783eaaa72174db218d2ba92 Author: chbansal <chirag.bansal@silabs.com> Date: Fri Feb 9 00:48:25 2024 +0530 don't use configured high freq clock for sleepy
1 parent 334ca9f commit 0b964a7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/platform/silabs/platformAbstraction/WiseMcuSpam.cpp

+2
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,10 @@ CHIP_ERROR SilabsPlatform::Init(void)
6060
// TODO: Setting the highest priority for SVCall_IRQn to avoid the HardFault issue
6161
NVIC_SetPriority(SVCall_IRQn, CORE_INTERRUPT_HIGHEST_PRIORITY);
6262

63+
#if !CHIP_CONFIG_ENABLE_ICD_SERVER
6364
// Configuration the clock rate
6465
soc_pll_config();
66+
#endif
6567

6668
#if SILABS_LOG_ENABLED
6769
silabsInitLog();

0 commit comments

Comments
 (0)