Skip to content

Commit a160b0c

Browse files
committed
driver: serial: uart_ns16550: Update wiseconnect CMakeLists
1. Remove CMSIS files from wiseconnect CMakeLists 2. Update west.yml Signed-off-by: Sai Santhosh Malae <[email protected]>
1 parent 376a538 commit a160b0c

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

modules/hal_silabs/wiseconnect/CMakeLists.txt

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -211,11 +211,7 @@ 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
215214
${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
219215
${WISECONNECT_DIR}/components/device/silabs/si91x/mcu/drivers/peripheral_drivers/src/sl_si91x_m4_ps.c
220216
${WISECONNECT_DIR}/components/device/silabs/si91x/mcu/drivers/peripheral_drivers/src/rsi_usart.c
221217
${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)
235231
SL_SLEEP_TIMER
236232
SL_SI91X_SI917_RAM_MEM_CONFIG=2
237233
SL_CODE_COMPONENT_CORE=core
238-
DEBUG_ENABLE
239-
DEBUG_UART
240234
SLI_WIRELESS_COMPONENT_PRESENT
241235
)
242236
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: 14dff7b65169055e347d3ddb49ee872ecb864de1
238+
revision: pull/130/head
239239
path: modules/hal/silabs
240240
groups:
241241
- hal

0 commit comments

Comments
 (0)