|
22 | 22 | "components/common/inc/sl_utility.h",
|
23 | 23 | "components/common/src/sl_utility.c",
|
24 | 24 | "components/device/silabs/si91x/mcu/core/chip/config/sl_board_configuration.h",
|
| 25 | + "components/device/silabs/si91x/mcu/core/chip/config/sl_sysrtc_board.h", |
25 | 26 | "components/device/silabs/si91x/mcu/core/chip/inc/base_types.h",
|
26 | 27 | "components/device/silabs/si91x/mcu/core/chip/inc/data_types.h",
|
27 | 28 | "components/device/silabs/si91x/mcu/core/chip/inc/em_device.h",
|
|
61 | 62 | "components/device/silabs/si91x/mcu/drivers/peripheral_drivers/inc/rsi_timers.h",
|
62 | 63 | "components/device/silabs/si91x/mcu/drivers/peripheral_drivers/inc/rsi_udma.h",
|
63 | 64 | "components/device/silabs/si91x/mcu/drivers/peripheral_drivers/inc/rsi_udma_wrapper.h",
|
| 65 | + "components/device/silabs/si91x/mcu/drivers/peripheral_drivers/inc/rsi_sysrtc.h", |
| 66 | + "components/device/silabs/si91x/mcu/drivers/peripheral_drivers/inc/rsi_sysrtc_headers.h", |
64 | 67 | "components/device/silabs/si91x/mcu/drivers/peripheral_drivers/src/clock_update.c",
|
65 | 68 | "components/device/silabs/si91x/mcu/drivers/peripheral_drivers/src/clock_update.h",
|
66 | 69 | "components/device/silabs/si91x/mcu/drivers/peripheral_drivers/src/rsi_rng.c",
|
| 70 | + "components/device/silabs/si91x/mcu/drivers/peripheral_drivers/src/rsi_sysrtc.c", |
67 | 71 | "components/device/silabs/si91x/mcu/drivers/rom_driver/inc/rsi_packing.h",
|
68 | 72 | "components/device/silabs/si91x/mcu/drivers/rom_driver/inc/rsi_rom_clks.h",
|
69 | 73 | "components/device/silabs/si91x/mcu/drivers/rom_driver/inc/rsi_rom_egpio.h",
|
|
86 | 90 | "components/device/silabs/si91x/mcu/drivers/systemlevel/inc/rsi_time_period.h",
|
87 | 91 | "components/device/silabs/si91x/mcu/drivers/systemlevel/inc/rsi_ulpss_clk.h",
|
88 | 92 | "components/device/silabs/si91x/mcu/drivers/systemlevel/inc/rsi_wwdt.h",
|
| 93 | + "components/device/silabs/si91x/mcu/drivers/systemlevel/inc/rsi_rtc.h", |
89 | 94 | "components/device/silabs/si91x/mcu/drivers/systemlevel/src/rsi_ipmu.c",
|
90 | 95 | "components/device/silabs/si91x/mcu/drivers/systemlevel/src/rsi_pll.c",
|
91 | 96 | "components/device/silabs/si91x/mcu/drivers/systemlevel/src/rsi_ulpss_clk.c",
|
| 97 | + "components/device/silabs/si91x/mcu/drivers/systemlevel/src/rsi_wwdt.c", |
92 | 98 | "components/device/silabs/si91x/mcu/drivers/unified_api/inc/sl_driver_gpio.h",
|
93 | 99 | "components/device/silabs/si91x/mcu/drivers/unified_api/inc/sl_si91x_driver_gpio.h",
|
94 | 100 | "components/device/silabs/si91x/mcu/drivers/unified_api/src/sl_si91x_driver_gpio.c",
|
@@ -210,4 +216,3 @@ def copy_files(src: Path, dst: Path, paths: list[str]) -> None:
|
210 | 216 | if args.overwrite:
|
211 | 217 | shutil.rmtree(dst)
|
212 | 218 | copy_files(args.sdk, dst, paths)
|
213 |
| - |
|
0 commit comments