-
Notifications
You must be signed in to change notification settings - Fork 79
Expand file tree
/
Copy path.gitmodules
More file actions
52 lines (52 loc) · 2.08 KB
/
.gitmodules
File metadata and controls
52 lines (52 loc) · 2.08 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
[submodule "Drivers/STM32WLxx_HAL_Driver"]
path = Drivers/STM32WLxx_HAL_Driver
url = https://github.com/STMicroelectronics/stm32wlxx_hal_driver.git
branch = main
[submodule "Drivers/CMSIS/Device/ST/STM32WLxx"]
path = Drivers/CMSIS/Device/ST/STM32WLxx
url = https://github.com/STMicroelectronics/cmsis_device_wl.git
branch = main
[submodule "Drivers/BSP/STM32WLxx_Nucleo"]
path = Drivers/BSP/STM32WLxx_Nucleo
url = https://github.com/STMicroelectronics/stm32wlxx-nucleo-bsp
branch = main
[submodule "Drivers/BSP/B-WL5M-SUBG"]
path = Drivers/BSP/B-WL5M-SUBG
url = https://github.com/STMicroelectronics/b-wl5m-subg1-bsp
branch = main
[submodule "Drivers/BSP/Components/Common"]
path = Drivers/BSP/Components/Common
url = https://github.com/STMicroelectronics/stm32-bsp-common.git
branch = main
[submodule "Drivers/BSP/Components/iis2mdc"]
path = Drivers/BSP/Components/iis2mdc
url = https://github.com/STMicroelectronics/stm32-iis2mdc
branch = main
[submodule "Drivers/BSP/Components/ilps22qs"]
path = Drivers/BSP/Components/ilps22qs
url = https://github.com/STMicroelectronics/stm32-ilps22qs
branch = main
[submodule "Drivers/BSP/Components/ism330dhcx"]
path = Drivers/BSP/Components/ism330dhcx
url = https://github.com/STMicroelectronics/stm32-ism330dhcx.git
branch = main
[submodule "Drivers/BSP/Components/stts22h"]
path = Drivers/BSP/Components/stts22h
url = https://github.com/STMicroelectronics/stm32-stts22h.git
branch = main
[submodule "Drivers/BSP/Components/mx25l4006"]
path = Drivers/BSP/Components/mx25l4006
url = https://github.com/STMicroelectronics/stm32-mx25l4006
branch = main
[submodule "Middlewares/Third_Party/FreeRTOS"]
path = Middlewares/Third_Party/FreeRTOS
url = https://github.com/STMicroelectronics/stm32-mw-freertos.git
branch = master
[submodule "Middlewares/Third_Party/FatFs"]
path = Middlewares/Third_Party/FatFs
url = https://github.com/STMicroelectronics/stm32-mw-fatfs.git
branch = master
[submodule "Middlewares/Third_Party/mbed-crypto"]
path = Middlewares/Third_Party/mbed-crypto
url = https://github.com/STMicroelectronics/stm32-mw-mbedtls
branch = main