File tree Expand file tree Collapse file tree 3 files changed +11
-7
lines changed
modules/hal_silabs/wiseconnect Expand file tree Collapse file tree 3 files changed +11
-7
lines changed Original file line number Diff line number Diff line change @@ -211,11 +211,11 @@ endif() # CONFIG_SOC_SILABS_SLEEPTIMER
211
211
212
212
if (CONFIG_SOC_SIWX91X_PM_BACKEND_PMGR )
213
213
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
215
215
${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
219
219
${WISECONNECT_DIR} /components/device/silabs/si91x/mcu/drivers/peripheral_drivers/src/sl_si91x_m4_ps.c
220
220
${WISECONNECT_DIR} /components/device/silabs/si91x/mcu/drivers/peripheral_drivers/src/rsi_usart.c
221
221
${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)
235
235
SL_SLEEP_TIMER
236
236
SL_SI91X_SI917_RAM_MEM_CONFIG=2
237
237
SL_CODE_COMPONENT_CORE=core
238
- DEBUG_ENABLE
239
- DEBUG_UART
240
238
SLI_WIRELESS_COMPONENT_PRESENT
241
239
)
242
240
zephyr_code_relocate (FILES
Original file line number Diff line number Diff line change 1
1
CONFIG_GPIO=y
2
+ CONFIG_PM=y
3
+ CONFIG_PM_DEVICE=y
4
+ CONFIG_LOG=y
5
+ CONFIG_LOG_MODE_IMMEDIATE=y
6
+ CONFIG_NETWORKING=y
7
+ CONFIG_WIFI=y
Original file line number Diff line number Diff line change @@ -235,7 +235,7 @@ manifest:
235
235
groups :
236
236
- hal
237
237
- name : hal_silabs
238
- revision : 190a144a16bed9a938a94543ed5bbc70c0552e0f
238
+ revision : pull/114/head
239
239
path : modules/hal/silabs
240
240
groups :
241
241
- hal
You can’t perform that action at this time.
0 commit comments