diff --git a/modules/hal_silabs/wiseconnect/CMakeLists.txt b/modules/hal_silabs/wiseconnect/CMakeLists.txt index 4439f77b12063..a0e67cb4207a4 100644 --- a/modules/hal_silabs/wiseconnect/CMakeLists.txt +++ b/modules/hal_silabs/wiseconnect/CMakeLists.txt @@ -211,11 +211,7 @@ endif() # CONFIG_SOC_SILABS_SLEEPTIMER if(CONFIG_SOC_SIWX91X_PM_BACKEND_PMGR) zephyr_library_sources( - ${WISECONNECT_DIR}/components/device/silabs/si91x/mcu/core/common/src/rsi_debug.c ${WISECONNECT_DIR}/components/device/silabs/si91x/mcu/core/chip/src/rsi_ps_ram_func.c - ${WISECONNECT_DIR}/components/device/silabs/si91x/mcu/drivers/cmsis_driver/USART.c - ${WISECONNECT_DIR}/components/device/silabs/si91x/mcu/drivers/cmsis_driver/UDMA.c - ${WISECONNECT_DIR}/components/device/silabs/si91x/mcu/drivers/cmsis_driver/SAI.c ${WISECONNECT_DIR}/components/device/silabs/si91x/mcu/drivers/peripheral_drivers/src/sl_si91x_m4_ps.c ${WISECONNECT_DIR}/components/device/silabs/si91x/mcu/drivers/peripheral_drivers/src/rsi_usart.c ${WISECONNECT_DIR}/components/device/silabs/si91x/mcu/drivers/peripheral_drivers/src/rsi_udma_wrapper.c @@ -235,8 +231,6 @@ if(CONFIG_SOC_SIWX91X_PM_BACKEND_PMGR) SL_SLEEP_TIMER SL_SI91X_SI917_RAM_MEM_CONFIG=2 SL_CODE_COMPONENT_CORE=core - DEBUG_ENABLE - DEBUG_UART SLI_WIRELESS_COMPONENT_PRESENT ) zephyr_code_relocate(FILES diff --git a/west.yml b/west.yml index c2039211b8675..20b117203226f 100644 --- a/west.yml +++ b/west.yml @@ -235,7 +235,7 @@ manifest: groups: - hal - name: hal_silabs - revision: 190a144a16bed9a938a94543ed5bbc70c0552e0f + revision: pull/114/head path: modules/hal/silabs groups: - hal