Skip to content

Commit 5083d1f

Browse files
committed
update moduel/cmakelist.txt
1 parent 3198db1 commit 5083d1f

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

modules/hal_silabs/wiseconnect/CMakeLists.txt

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -211,11 +211,11 @@ endif() # CONFIG_SOC_SILABS_SLEEPTIMER
211211

212212
if(CONFIG_SOC_SIWX91X_PM_BACKEND_PMGR)
213213
zephyr_library_sources(
214-
${WISECONNECT_DIR}/components/device/silabs/si91x/mcu/core/common/src/rsi_debug.c
214+
#${WISECONNECT_DIR}/components/device/silabs/si91x/mcu/core/common/src/rsi_debug.c
215215
${WISECONNECT_DIR}/components/device/silabs/si91x/mcu/core/chip/src/rsi_ps_ram_func.c
216-
${WISECONNECT_DIR}/components/device/silabs/si91x/mcu/drivers/cmsis_driver/USART.c
217-
${WISECONNECT_DIR}/components/device/silabs/si91x/mcu/drivers/cmsis_driver/UDMA.c
218-
${WISECONNECT_DIR}/components/device/silabs/si91x/mcu/drivers/cmsis_driver/SAI.c
216+
#${WISECONNECT_DIR}/components/device/silabs/si91x/mcu/drivers/cmsis_driver/USART.c
217+
#${WISECONNECT_DIR}/components/device/silabs/si91x/mcu/drivers/cmsis_driver/UDMA.c
218+
#${WISECONNECT_DIR}/components/device/silabs/si91x/mcu/drivers/cmsis_driver/SAI.c
219219
${WISECONNECT_DIR}/components/device/silabs/si91x/mcu/drivers/peripheral_drivers/src/sl_si91x_m4_ps.c
220220
${WISECONNECT_DIR}/components/device/silabs/si91x/mcu/drivers/peripheral_drivers/src/rsi_usart.c
221221
${WISECONNECT_DIR}/components/device/silabs/si91x/mcu/drivers/peripheral_drivers/src/rsi_udma_wrapper.c
@@ -235,8 +235,6 @@ if(CONFIG_SOC_SIWX91X_PM_BACKEND_PMGR)
235235
SL_SLEEP_TIMER
236236
SL_SI91X_SI917_RAM_MEM_CONFIG=2
237237
SL_CODE_COMPONENT_CORE=core
238-
DEBUG_ENABLE
239-
DEBUG_UART
240238
SLI_WIRELESS_COMPONENT_PRESENT
241239
)
242240
zephyr_code_relocate(FILES

west.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ manifest:
235235
groups:
236236
- hal
237237
- name: hal_silabs
238-
revision: 190a144a16bed9a938a94543ed5bbc70c0552e0f
238+
revision: pull/114/head
239239
path: modules/hal/silabs
240240
groups:
241241
- hal

0 commit comments

Comments
 (0)