-
Notifications
You must be signed in to change notification settings - Fork 158
Expand file tree
/
Copy path.gitmodules
More file actions
76 lines (76 loc) · 3.06 KB
/
.gitmodules
File metadata and controls
76 lines (76 loc) · 3.06 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
[submodule "Drivers/STM32WBxx_HAL_Driver"]
path = Drivers/STM32WBxx_HAL_Driver
url = https://github.com/STMicroelectronics/stm32wbxx_hal_driver.git
branch = master
[submodule "Drivers/CMSIS/Device/ST/STM32WBxx"]
path = Drivers/CMSIS/Device/ST/STM32WBxx
url = https://github.com/STMicroelectronics/cmsis_device_wb.git
branch = master
[submodule "Drivers/BSP/NUCLEO-WB15CC"]
path = Drivers/BSP/NUCLEO-WB15CC
url = https://github.com/STMicroelectronics/nucleo-wb15cc-bsp
branch = main
[submodule "Drivers/BSP/P-NUCLEO-WB55.Nucleo"]
path = Drivers/BSP/P-NUCLEO-WB55.Nucleo
url = https://github.com/STMicroelectronics/p-nucleo-wb55-nucleo-bsp
branch = main
[submodule "Drivers/BSP/P-NUCLEO-WB55.USBDongle"]
path = Drivers/BSP/P-NUCLEO-WB55.USBDongle
url = https://github.com/STMicroelectronics/p-nucleo-wb55-usb-dongle-bsp
branch = main
[submodule "Drivers/BSP/STM32WB5MM-DK"]
path = Drivers/BSP/STM32WB5MM-DK
url = https://github.com/STMicroelectronics/stm32wb5mm-dk-bsp
branch = main
[submodule "Drivers/BSP/B-WB1M-WPAN1"]
path = Drivers/BSP/B-WB1M-WPAN1
url = https://github.com/STMicroelectronics/b-wb1m-wpan1-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/ism330dhcx"]
path = Drivers/BSP/Components/ism330dhcx
url = https://github.com/STMicroelectronics/stm32-ism330dhcx.git
branch = main
[submodule "Drivers/BSP/Components/s25fl128s"]
path = Drivers/BSP/Components/s25fl128s
url = https://github.com/STMicroelectronics/stm32-s25fl128s.git
branch = main
[submodule "Drivers/BSP/Components/ssd1315"]
path = Drivers/BSP/Components/ssd1315
url = https://github.com/STMicroelectronics/stm32-ssd1315.git
branch = main
[submodule "Drivers/BSP/Components/stm32wb_at"]
path = Drivers/BSP/Components/stm32wb_at
url = https://github.com/STMicroelectronics/stm32-wb-at.git
branch = main
[submodule "Drivers/BSP/Components/stts22h"]
path = Drivers/BSP/Components/stts22h
url = https://github.com/STMicroelectronics/stm32-stts22h.git
branch = main
[submodule "Middlewares/Third_Party/FatFs"]
path = Middlewares/Third_Party/FatFs
url = https://github.com/STMicroelectronics/stm32-mw-fatfs
branch = master
[submodule "Middlewares/Third_Party/FreeRTOS"]
path = Middlewares/Third_Party/FreeRTOS
url = https://github.com/STMicroelectronics/stm32-mw-freertos
branch = master
[submodule "Middlewares/ST/STM32_USB_Device_Library"]
path = Middlewares/ST/STM32_USB_Device_Library
url = https://github.com/STMicroelectronics/stm32-mw-usb-device
branch = master
[submodule "Middlewares/ST/STM32_TouchSensing_Library"]
path = Middlewares/ST/STM32_TouchSensing_Library
url = https://github.com/STMicroelectronics/stm32-mw-touchsensing
branch = main
[submodule "Middlewares/ST/STM32_WPAN"]
path = Middlewares/ST/STM32_WPAN
url = https://github.com/STMicroelectronics/stm32-mw-wpan.git
branch = main
[submodule "Middlewares/ST/threadx"]
path = Middlewares/ST/threadx
url = https://github.com/STMicroelectronics/stm32-mw-threadx
branch = main