Skip to content

Commit e94cf9a

Browse files
committed
Add support: MT25QL512A loader for STM32469I-EVAL
1 parent d322024 commit e94cf9a

38 files changed

+32611
-0
lines changed

.gitmodules

+96
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,99 @@
1414
path = STM32L4x_boards/MX25R6435F_STM32L496G-DISCO/Drivers/BSP/Components/mx25r6435f
1515
url = https://github.com/STMicroelectronics/stm32-mx25r6435f.git
1616
branch = main
17+
[submodule "STM32L5x_boards/MX25LM51245G_STM32L552E-EVAL/Drivers/STML5xx_HAL_Driver"]
18+
path = STM32L5x_boards/MX25LM51245G_STM32L552E-EVAL/Drivers/STML5xx_HAL_Driver
19+
url = https://github.com/STMicroelectronics/stm32l5xx_hal_driver.git
20+
branch = master
21+
[submodule "STM32L5x_boards/MX25LM51245G_STM32L552E-EVAL/Drivers/CMSIS/Device/ST/STM32L5xx"]
22+
path = STM32L5x_boards/MX25LM51245G_STM32L552E-EVAL/Drivers/CMSIS/Device/ST/STM32L5xx
23+
url = https://github.com/STMicroelectronics/cmsis_device_l5.git
24+
branch = master
25+
[submodule "STM32L5x_boards/MX25LM51245G_STM32L552E-EVAL/Drivers/BSP/STM32L552E-EV"]
26+
path = STM32L5x_boards/MX25LM51245G_STM32L552E-EVAL/Drivers/BSP/STM32L552E-EV
27+
url = https://github.com/STMicroelectronics/stm32l552e-ev.git
28+
branch = main
29+
[submodule "STM32L5x_boards/MX25LM51245G_STM32L552E-EVAL/Drivers/BSP/Components/mx25lm51245g"]
30+
path = STM32L5x_boards/MX25LM51245G_STM32L552E-EVAL/Drivers/BSP/Components/mx25lm51245g
31+
url = https://github.com/STMicroelectronics/stm32-mx25lm51245g.git
32+
branch = main
33+
[submodule "STM32L5x_boards/MX25LM51245G_STM32L552E-EVAL/Drivers/BSP/Components/iss66wvh8m8"]
34+
path = STM32L5x_boards/MX25LM51245G_STM32L552E-EVAL/Drivers/BSP/Components/iss66wvh8m8
35+
url = https://github.com/STMicroelectronics/stm32-iss66wvh8m8.git
36+
branch = main
37+
[submodule "STM32F4x_boards/M29W128GL_STM324x9-EVAL/Drivers/STM32F4xx_HAL_Driver"]
38+
path = STM32F4x_boards/M29W128GL_STM324x9-EVAL/Drivers/STM32F4xx_HAL_Driver
39+
url = https://github.com/STMicroelectronics/stm32f4xx_hal_driver.git
40+
branch = master
41+
[submodule "STM32F4x_boards/M29W128GL_STM324x9-EVAL/Drivers/CMSIS/Device/ST/STM32F4xx"]
42+
path = STM32F4x_boards/M29W128GL_STM324x9-EVAL/Drivers/CMSIS/Device/ST/STM32F4xx
43+
url = https://github.com/STMicroelectronics/cmsis_device_f4.git
44+
branch = master
45+
[submodule "STM32F4x_boards/M29W128GL_STM324x9-EVAL/Drivers/BSP/STM324x9I_EVAL"]
46+
path = STM32F4x_boards/M29W128GL_STM324x9-EVAL/Drivers/BSP/STM324x9I_EVAL
47+
url = https://github.com/STMicroelectronics/stm324x9i-eval.git
48+
branch = main
49+
[submodule "STM32F4x_boards/MT25QL512A_STM32469I-EVAL/Drivers/STM32F4xx_HAL_Driver"]
50+
path = STM32F4x_boards/MT25QL512A_STM32469I-EVAL/Drivers/STM32F4xx_HAL_Driver
51+
url = https://github.com/STMicroelectronics/stm32f4xx_hal_driver.git
52+
branch = master
53+
[submodule "STM32F4x_boards/MT25QL512A_STM32469I-EVAL/Drivers/CMSIS/Device/ST/STM32F4xx"]
54+
path = STM32F4x_boards/MT25QL512A_STM32469I-EVAL/Drivers/CMSIS/Device/ST/STM32F4xx
55+
url = https://github.com/STMicroelectronics/cmsis_device_f4.git
56+
branch = master
57+
[submodule "STM32F4x_boards/MT25QL512A_STM32469I-EVAL/Drivers/BSP/STM32469I_EVAL"]
58+
path = STM32F4x_boards/MT25QL512A_STM32469I-EVAL/Drivers/BSP/STM32469I_EVAL
59+
url = https://github.com/STMicroelectronics/stm32469i-eval.git
60+
branch = main
61+
[submodule "STM32F4x_boards/MT25QL512A_STM32469I-EVAL/Drivers/BSP/Components/n25q512a"]
62+
path = STM32F4x_boards/MT25QL512A_STM32469I-EVAL/Drivers/BSP/Components/n25q512a
63+
url = https://github.com/STMicroelectronics/stm32-n25q512a.git
64+
branch = main
65+
[submodule "STM32F4x_boards/MT25QL512A_STM32469I-EVAL/Drivers/BSP/Components/s25fl512s"]
66+
path = STM32F4x_boards/MT25QL512A_STM32469I-EVAL/Drivers/BSP/Components/s25fl512s
67+
url = https://github.com/STMicroelectronics/stm32-s25fl512s.git
68+
branch = main
69+
[submodule "STM32F4x_boards/M29EWLA_STM32469I-EVAL/Drivers/STM32F4xx_HAL_Driver"]
70+
path = STM32F4x_boards/M29EWLA_STM32469I-EVAL/Drivers/STM32F4xx_HAL_Driver
71+
url = https://github.com/STMicroelectronics/stm32f4xx_hal_driver.git
72+
branch = master
73+
[submodule "STM32F4x_boards/M29EWLA_STM32469I-EVAL/Drivers/CMSIS/Device/ST/STM32F4xx"]
74+
path = STM32F4x_boards/M29EWLA_STM32469I-EVAL/Drivers/CMSIS/Device/ST/STM32F4xx
75+
url = https://github.com/STMicroelectronics/cmsis_device_f4.git
76+
branch = master
77+
[submodule "STM32F4x_boards/M29EWLA_STM32469I-EVAL/Drivers/BSP/STM32469I-EVAL"]
78+
path = STM32F4x_boards/M29EWLA_STM32469I-EVAL/Drivers/BSP/STM32469I-EVAL
79+
url = https://github.com/STMicroelectronics/stm32469i-eval.git
80+
branch = main
81+
[submodule "STM32F7x_boards/MT25QL512A_STM32F769I-EVAL/Drivers/STM32F7xx_HAL_Driver"]
82+
path = STM32F7x_boards/MT25QL512A_STM32F769I-EVAL/Drivers/STM32F7xx_HAL_Driver
83+
url = https://github.com/STMicroelectronics/stm32f7xx_hal_driver.git
84+
branch = master
85+
[submodule "STM32F7x_boards/MT25QL512A_STM32F769I-EVAL/Drivers/CMSIS/Device/ST/STM32F7xx"]
86+
path = STM32F7x_boards/MT25QL512A_STM32F769I-EVAL/Drivers/CMSIS/Device/ST/STM32F7xx
87+
url = https://github.com/STMicroelectronics/cmsis_device_f7.git
88+
branch = master
89+
[submodule "STM32F7x_boards/MT25QL512A_STM32F769I-EVAL/Drivers/BSP/STM32F769I_EVAL"]
90+
path = STM32F7x_boards/MT25QL512A_STM32F769I-EVAL/Drivers/BSP/STM32F769I_EVAL
91+
url = https://github.com/STMicroelectronics/stm32f769i-eval.git
92+
branch = main
93+
[submodule "STM32F7x_boards/MT25QL512A_STM32F769I-EVAL/Drivers/BSP/Components/n25q512a"]
94+
path = STM32F7x_boards/MT25QL512A_STM32F769I-EVAL/Drivers/BSP/Components/n25q512a
95+
url = https://github.com/STMicroelectronics/stm32-n25q512a.git
96+
branch = main
97+
[submodule "STM32WBx_boards/S25FL128S_STM32WB5MM-DK/Drivers/STM32WBxx_HAL_Driver"]
98+
path = STM32WBx_boards/S25FL128S_STM32WB5MM-DK/Drivers/STM32WBxx_HAL_Driver
99+
url = https://github.com/STMicroelectronics/stm32wbxx_hal_driver.git
100+
branch = master
101+
[submodule "STM32WBx_boards/S25FL128S_STM32WB5MM-DK/Drivers/CMSIS/Device/ST/STM32WBxx"]
102+
path = STM32WBx_boards/S25FL128S_STM32WB5MM-DK/Drivers/CMSIS/Device/ST/STM32WBxx
103+
url = https://github.com/STMicroelectronics/cmsis_device_wb.git
104+
branch = master
105+
[submodule "STM32WBx_boards/S25FL128S_STM32WB5MM-DK/Drivers/BSP/STM32WB5MM-DK"]
106+
path = STM32WBx_boards/S25FL128S_STM32WB5MM-DK/Drivers/BSP/STM32WB5MM-DK
107+
url = https://github.com/STMicroelectronics/stm32wb5mm-dk.git
108+
branch = main
109+
[submodule "STM32WBx_boards/S25FL128S_STM32WB5MM-DK/Drivers/BSP/Components/s25fl128s"]
110+
path = STM32WBx_boards/S25FL128S_STM32WB5MM-DK/Drivers/BSP/Components/s25fl128s
111+
url = https://github.com/STMicroelectronics/stm32-s25fl128s.git
112+
branch = main

0 commit comments

Comments
 (0)