Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add W25Q256 Driver #9

Open
wants to merge 28 commits into
base: contrib
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
e8dfd73
Add support for F4, F7, H7, L4 and L5 MCUs
MaJerle Oct 20, 2020
e646152
add MT25TL01G_STM32H743I-EVAL external-loader
FBOSTM May 6, 2021
c583cfe
Add MT25TL01G_STM32H743I-EVAL external-loader
FBOSTM May 6, 2021
c540919
Add support: M29WL128GL loader for STM32H743I-EVAL, MT25TL01G loader …
FBOSTM May 19, 2021
7235626
Add support: MX25LM51245G loader for STM32H7B3I-DISCO
FBOSTM May 20, 2021
655e4ff
Add support: MX25LM51245G loader for STM32L4R9I-DISCO
FBOSTM May 20, 2021
54d7ebc
Add support: MT25QL512ABB loader for STM32G474E-EVAL
FBOSTM May 20, 2021
3e8ad40
Add support: N25Q1128A loader for STM32L476G-DISCO
FBOSTM Jun 1, 2021
c6d455f
Update readme.txt
FBOSTM Jun 1, 2021
aa5bf6d
Add support: M29W128GL loader for STM32L476G-EVAL
FBOSTM Jun 10, 2021
8630bb5
Add support: M29W128GL loader for STM32L476G-EVAL
FBOSTM Jun 10, 2021
0aa51e1
Add support: MX25L512G loader for STM32F723E-DISCO
FBOSTM Jun 21, 2021
413562a
Add support: MX25LM51245G loader for STM32L4R9I-EVAL
FBOSTM Jun 22, 2021
cc0ffc2
Add support: N25Q128A loader for STM32F412G-DISCO
FBOSTM Jun 23, 2021
a6aef43
Add support: PC28F128M29 loader for STM32F769I-EVAL
FBOSTM Aug 12, 2021
f24308d
Add support: MX25LM51245G loader for STM32U575I-EVAL
FBOSTM Aug 18, 2021
3acd322
Add support: MX25LM51245G loader for STM32U585I-IOT02A
FBOSTM Aug 19, 2021
9bcd9c5
Add Winbond W25Q256 driver
amirparto1 Aug 27, 2021
89bf9f6
Correct full erase timeout
amirparto1 Aug 27, 2021
802444c
Merge branch 'main' into contrib-W25Q256
amirparto1 Sep 19, 2021
26ea33f
Revert "Merge branch 'main' into contrib-W25Q256"
amirparto1 Sep 19, 2021
0a76d88
Add support: MX25LM51245G loader for STM32H7B3I-EVAL
FBOSTM Sep 30, 2021
8c790e6
Add support: MX25LM51245G loader for STM32H7B3I-EVAL
FBOSTM Sep 30, 2021
45882e2
Add support: MX25R6435F loader for STM32L496G-DISCO
FBOSTM Nov 16, 2021
e3973ea
Add support MX25R6435F for STM32L496G-DISCO
FBOSTM Nov 16, 2021
d322024
Add support: MX25R6435F loader for STM32L496G-DISCO
FBOSTM Nov 17, 2021
e94cf9a
Add support: MT25QL512A loader for STM32469I-EVAL
FBOSTM Jan 20, 2022
c22d581
Merge branch 'STMicroelectronics:main' into contrib-W25Q256
amirparto1 Sep 3, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
112 changes: 112 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,112 @@
[submodule "STM32L4x_boards/MX25R6435F_STM32L496G-DISCO/Drivers/STM32L4xx_HAL_Driver"]
path = STM32L4x_boards/MX25R6435F_STM32L496G-DISCO/Drivers/STM32L4xx_HAL_Driver
url = https://github.com/STMicroelectronics/stm32l4xx_hal_driver.git
branch = master
[submodule "STM32L4x_boards/MX25R6435F_STM32L496G-DISCO/Drivers/CMSIS/Device/ST/STM32L4xx"]
path = STM32L4x_boards/MX25R6435F_STM32L496G-DISCO/Drivers/CMSIS/Device/ST/STM32L4xx
url = https://github.com/STMicroelectronics/cmsis_device_l4.git
branch = master
[submodule "STM32L4x_boards/MX25R6435F_STM32L496G-DISCO/Drivers/BSP/STM32L496G-Discovery"]
path = STM32L4x_boards/MX25R6435F_STM32L496G-DISCO/Drivers/BSP/STM32L496G-Discovery
url = https://github.com/STMicroelectronics/32l496gdiscovery.git
branch = main
[submodule "STM32L4x_boards/MX25R6435F_STM32L496G-DISCO/Drivers/BSP/Components/mx25r6435f"]
path = STM32L4x_boards/MX25R6435F_STM32L496G-DISCO/Drivers/BSP/Components/mx25r6435f
url = https://github.com/STMicroelectronics/stm32-mx25r6435f.git
branch = main
[submodule "STM32L5x_boards/MX25LM51245G_STM32L552E-EVAL/Drivers/STML5xx_HAL_Driver"]
path = STM32L5x_boards/MX25LM51245G_STM32L552E-EVAL/Drivers/STML5xx_HAL_Driver
url = https://github.com/STMicroelectronics/stm32l5xx_hal_driver.git
branch = master
[submodule "STM32L5x_boards/MX25LM51245G_STM32L552E-EVAL/Drivers/CMSIS/Device/ST/STM32L5xx"]
path = STM32L5x_boards/MX25LM51245G_STM32L552E-EVAL/Drivers/CMSIS/Device/ST/STM32L5xx
url = https://github.com/STMicroelectronics/cmsis_device_l5.git
branch = master
[submodule "STM32L5x_boards/MX25LM51245G_STM32L552E-EVAL/Drivers/BSP/STM32L552E-EV"]
path = STM32L5x_boards/MX25LM51245G_STM32L552E-EVAL/Drivers/BSP/STM32L552E-EV
url = https://github.com/STMicroelectronics/stm32l552e-ev.git
branch = main
[submodule "STM32L5x_boards/MX25LM51245G_STM32L552E-EVAL/Drivers/BSP/Components/mx25lm51245g"]
path = STM32L5x_boards/MX25LM51245G_STM32L552E-EVAL/Drivers/BSP/Components/mx25lm51245g
url = https://github.com/STMicroelectronics/stm32-mx25lm51245g.git
branch = main
[submodule "STM32L5x_boards/MX25LM51245G_STM32L552E-EVAL/Drivers/BSP/Components/iss66wvh8m8"]
path = STM32L5x_boards/MX25LM51245G_STM32L552E-EVAL/Drivers/BSP/Components/iss66wvh8m8
url = https://github.com/STMicroelectronics/stm32-iss66wvh8m8.git
branch = main
[submodule "STM32F4x_boards/M29W128GL_STM324x9-EVAL/Drivers/STM32F4xx_HAL_Driver"]
path = STM32F4x_boards/M29W128GL_STM324x9-EVAL/Drivers/STM32F4xx_HAL_Driver
url = https://github.com/STMicroelectronics/stm32f4xx_hal_driver.git
branch = master
[submodule "STM32F4x_boards/M29W128GL_STM324x9-EVAL/Drivers/CMSIS/Device/ST/STM32F4xx"]
path = STM32F4x_boards/M29W128GL_STM324x9-EVAL/Drivers/CMSIS/Device/ST/STM32F4xx
url = https://github.com/STMicroelectronics/cmsis_device_f4.git
branch = master
[submodule "STM32F4x_boards/M29W128GL_STM324x9-EVAL/Drivers/BSP/STM324x9I_EVAL"]
path = STM32F4x_boards/M29W128GL_STM324x9-EVAL/Drivers/BSP/STM324x9I_EVAL
url = https://github.com/STMicroelectronics/stm324x9i-eval.git
branch = main
[submodule "STM32F4x_boards/MT25QL512A_STM32469I-EVAL/Drivers/STM32F4xx_HAL_Driver"]
path = STM32F4x_boards/MT25QL512A_STM32469I-EVAL/Drivers/STM32F4xx_HAL_Driver
url = https://github.com/STMicroelectronics/stm32f4xx_hal_driver.git
branch = master
[submodule "STM32F4x_boards/MT25QL512A_STM32469I-EVAL/Drivers/CMSIS/Device/ST/STM32F4xx"]
path = STM32F4x_boards/MT25QL512A_STM32469I-EVAL/Drivers/CMSIS/Device/ST/STM32F4xx
url = https://github.com/STMicroelectronics/cmsis_device_f4.git
branch = master
[submodule "STM32F4x_boards/MT25QL512A_STM32469I-EVAL/Drivers/BSP/STM32469I_EVAL"]
path = STM32F4x_boards/MT25QL512A_STM32469I-EVAL/Drivers/BSP/STM32469I_EVAL
url = https://github.com/STMicroelectronics/stm32469i-eval.git
branch = main
[submodule "STM32F4x_boards/MT25QL512A_STM32469I-EVAL/Drivers/BSP/Components/n25q512a"]
path = STM32F4x_boards/MT25QL512A_STM32469I-EVAL/Drivers/BSP/Components/n25q512a
url = https://github.com/STMicroelectronics/stm32-n25q512a.git
branch = main
[submodule "STM32F4x_boards/MT25QL512A_STM32469I-EVAL/Drivers/BSP/Components/s25fl512s"]
path = STM32F4x_boards/MT25QL512A_STM32469I-EVAL/Drivers/BSP/Components/s25fl512s
url = https://github.com/STMicroelectronics/stm32-s25fl512s.git
branch = main
[submodule "STM32F4x_boards/M29EWLA_STM32469I-EVAL/Drivers/STM32F4xx_HAL_Driver"]
path = STM32F4x_boards/M29EWLA_STM32469I-EVAL/Drivers/STM32F4xx_HAL_Driver
url = https://github.com/STMicroelectronics/stm32f4xx_hal_driver.git
branch = master
[submodule "STM32F4x_boards/M29EWLA_STM32469I-EVAL/Drivers/CMSIS/Device/ST/STM32F4xx"]
path = STM32F4x_boards/M29EWLA_STM32469I-EVAL/Drivers/CMSIS/Device/ST/STM32F4xx
url = https://github.com/STMicroelectronics/cmsis_device_f4.git
branch = master
[submodule "STM32F4x_boards/M29EWLA_STM32469I-EVAL/Drivers/BSP/STM32469I-EVAL"]
path = STM32F4x_boards/M29EWLA_STM32469I-EVAL/Drivers/BSP/STM32469I-EVAL
url = https://github.com/STMicroelectronics/stm32469i-eval.git
branch = main
[submodule "STM32F7x_boards/MT25QL512A_STM32F769I-EVAL/Drivers/STM32F7xx_HAL_Driver"]
path = STM32F7x_boards/MT25QL512A_STM32F769I-EVAL/Drivers/STM32F7xx_HAL_Driver
url = https://github.com/STMicroelectronics/stm32f7xx_hal_driver.git
branch = master
[submodule "STM32F7x_boards/MT25QL512A_STM32F769I-EVAL/Drivers/CMSIS/Device/ST/STM32F7xx"]
path = STM32F7x_boards/MT25QL512A_STM32F769I-EVAL/Drivers/CMSIS/Device/ST/STM32F7xx
url = https://github.com/STMicroelectronics/cmsis_device_f7.git
branch = master
[submodule "STM32F7x_boards/MT25QL512A_STM32F769I-EVAL/Drivers/BSP/STM32F769I_EVAL"]
path = STM32F7x_boards/MT25QL512A_STM32F769I-EVAL/Drivers/BSP/STM32F769I_EVAL
url = https://github.com/STMicroelectronics/stm32f769i-eval.git
branch = main
[submodule "STM32F7x_boards/MT25QL512A_STM32F769I-EVAL/Drivers/BSP/Components/n25q512a"]
path = STM32F7x_boards/MT25QL512A_STM32F769I-EVAL/Drivers/BSP/Components/n25q512a
url = https://github.com/STMicroelectronics/stm32-n25q512a.git
branch = main
[submodule "STM32WBx_boards/S25FL128S_STM32WB5MM-DK/Drivers/STM32WBxx_HAL_Driver"]
path = STM32WBx_boards/S25FL128S_STM32WB5MM-DK/Drivers/STM32WBxx_HAL_Driver
url = https://github.com/STMicroelectronics/stm32wbxx_hal_driver.git
branch = master
[submodule "STM32WBx_boards/S25FL128S_STM32WB5MM-DK/Drivers/CMSIS/Device/ST/STM32WBxx"]
path = STM32WBx_boards/S25FL128S_STM32WB5MM-DK/Drivers/CMSIS/Device/ST/STM32WBxx
url = https://github.com/STMicroelectronics/cmsis_device_wb.git
branch = master
[submodule "STM32WBx_boards/S25FL128S_STM32WB5MM-DK/Drivers/BSP/STM32WB5MM-DK"]
path = STM32WBx_boards/S25FL128S_STM32WB5MM-DK/Drivers/BSP/STM32WB5MM-DK
url = https://github.com/STMicroelectronics/stm32wb5mm-dk.git
branch = main
[submodule "STM32WBx_boards/S25FL128S_STM32WB5MM-DK/Drivers/BSP/Components/s25fl128s"]
path = STM32WBx_boards/S25FL128S_STM32WB5MM-DK/Drivers/BSP/Components/s25fl128s
url = https://github.com/STMicroelectronics/stm32-s25fl128s.git
branch = main
Loading