File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed
modules/hal_silabs/wiseconnect Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -77,29 +77,29 @@ zephyr_library_sources(
77
77
${WISECONNECT_DIR} /components/device/silabs/si91x/mcu/core/chip/src/iPMU_prog/iPMU_dotc/rsi_system_config_917.c
78
78
)
79
79
80
- zephyr_library_sources_ifdef (CONFIG_ENTROPY_SILABS_SIWX91X
81
- ${WISECONNECT_DIR} /components/device/silabs/si91x/mcu/drivers/peripheral_drivers/src/rsi_rng.c
82
- )
83
-
84
80
zephyr_library_sources_ifdef (CONFIG_ADC_SILABS_SIWX91X
85
81
${WISECONNECT_DIR} /components/device/silabs/si91x/mcu/drivers/peripheral_drivers/src/aux_reference_volt_config.c
86
82
${WISECONNECT_DIR} /components/device/silabs/si91x/mcu/drivers/systemlevel/src/rsi_bod.c
87
83
)
88
84
89
- zephyr_compile_definitions_ifdef (CONFIG_DMA_SILABS_SIWX91X
90
- UDMA_ROMDRIVER_PRESENT
91
- )
92
-
93
85
zephyr_compile_definitions_ifdef (CONFIG_ADC_SILABS_SIWX91X
94
86
ADC_CONTEXT_USES_KERNEL_TIMER
95
87
)
96
88
89
+ zephyr_library_sources_ifdef (CONFIG_DMA_SILABS_SIWX91X
90
+ ${WISECONNECT_DIR} /components/device/silabs/si91x/mcu/drivers/rom_driver/src/rsi_rom_table_si91x.c
91
+ )
92
+
93
+ zephyr_compile_definitions_ifdef (CONFIG_DMA_SILABS_SIWX91X
94
+ UDMA_ROMDRIVER_PRESENT
95
+ )
96
+
97
97
zephyr_compile_definitions_ifdef (CONFIG_DMA_SILABS_SIWX91X_GPDMA
98
98
GPDMA_ROMDRIVER_PRESENT
99
99
)
100
100
101
- zephyr_library_sources_ifdef (CONFIG_DMA_SILABS_SIWX91X
102
- ${WISECONNECT_DIR} /components/device/silabs/si91x/mcu/drivers/rom_driver /src/rsi_rom_table_si91x .c
101
+ zephyr_library_sources_ifdef (CONFIG_ENTROPY_SILABS_SIWX91X
102
+ ${WISECONNECT_DIR} /components/device/silabs/si91x/mcu/drivers/peripheral_drivers /src/rsi_rng .c
103
103
)
104
104
105
105
zephyr_library_sources_ifdef (CONFIG_MEMC_SILABS_SIWX91X_QSPI
You can’t perform that action at this time.
0 commit comments