Skip to content

Commit ed6f81d

Browse files
authored
Merge pull request #12860 from jeromecoutant/PR_F7_CUBE_1_16
STM32F7 update drivers version to CUBE V1.16.0
2 parents 28ef753 + bc4bc05 commit ed6f81d

File tree

262 files changed

+215488
-37453
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

262 files changed

+215488
-37453
lines changed

targets/TARGET_STM/PeripheralPins.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ extern const PinMap PinMap_CAN_RD[];
8080
extern const PinMap PinMap_CAN_TD[];
8181
#endif
8282

83+
//*** QSPI ***
8384
#if DEVICE_QSPI
8485
extern const PinMap PinMap_QSPI_DATA0[];
8586
extern const PinMap PinMap_QSPI_DATA1[];
@@ -89,16 +90,15 @@ extern const PinMap PinMap_QSPI_SCLK[];
8990
extern const PinMap PinMap_QSPI_SSEL[];
9091
#endif
9192

92-
#if DEVICE_USBDEVICE
93-
93+
//*** USB ***
9494
#define USE_USB_NO_OTG 0
9595
#define USE_USB_OTG_FS 1
9696
#define USE_USB_OTG_HS 2
9797
#define USE_USB_HS_IN_FS 3
9898

99+
#if DEVICE_USBDEVICE
99100
extern const PinMap PinMap_USB_HS[];
100101
extern const PinMap PinMap_USB_FS[];
101-
102102
#endif /* DEVICE_USBDEVICE */
103103

104104
#endif

targets/TARGET_STM/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ This table summarizes the STM32Cube versions currently used :
1717
| F2 | 1.6.0 | https://github.com/STMicroelectronics/STM32CubeF2 |
1818
| F3 | 1.9.0 | https://github.com/STMicroelectronics/STM32CubeF3 |
1919
| F4 | 1.19.0 | https://github.com/STMicroelectronics/STM32CubeF4 |
20-
| F7 | 1.10.0 | https://github.com/STMicroelectronics/STM32CubeF7 |
20+
| F7 | 1.16.0 | https://github.com/STMicroelectronics/STM32CubeF7 |
2121
| G0 | 1.3.0 | https://github.com/STMicroelectronics/STM32CubeG0 |
2222
| H7 | 1.4.0 | https://github.com/STMicroelectronics/STM32CubeH7 |
2323
| L0 | 1.10.0 | https://github.com/STMicroelectronics/STM32CubeL0 |

targets/TARGET_STM/TARGET_STM32F7/STM32Cube_FW/CMSIS/stm32f722xx.h

Lines changed: 15462 additions & 0 deletions
Large diffs are not rendered by default.

targets/TARGET_STM/TARGET_STM32F7/STM32Cube_FW/CMSIS/stm32f723xx.h

Lines changed: 15556 additions & 0 deletions
Large diffs are not rendered by default.

targets/TARGET_STM/TARGET_STM32F7/STM32Cube_FW/CMSIS/stm32f730xx.h

Lines changed: 15781 additions & 0 deletions
Large diffs are not rendered by default.

targets/TARGET_STM/TARGET_STM32F7/STM32Cube_FW/CMSIS/stm32f732xx.h

Lines changed: 15687 additions & 0 deletions
Large diffs are not rendered by default.

targets/TARGET_STM/TARGET_STM32F7/STM32Cube_FW/CMSIS/stm32f733xx.h

Lines changed: 15781 additions & 0 deletions
Large diffs are not rendered by default.

targets/TARGET_STM/TARGET_STM32F7/STM32Cube_FW/CMSIS/stm32f745xx.h

Lines changed: 17510 additions & 0 deletions
Large diffs are not rendered by default.

targets/TARGET_STM/TARGET_STM32F7/TARGET_STM32F746xG/device/stm32f746xx.h renamed to targets/TARGET_STM/TARGET_STM32F7/STM32Cube_FW/CMSIS/stm32f746xx.h

Lines changed: 5217 additions & 4953 deletions
Large diffs are not rendered by default.

targets/TARGET_STM/TARGET_STM32F7/STM32Cube_FW/CMSIS/stm32f750xx.h

Lines changed: 18153 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)