Skip to content

Commit 0614e92

Browse files
authored
Merge pull request #13083 from jeromecoutant/PR_H7_CUBE170
STM32H7 update drivers version to CUBE V1.7.0
2 parents 0b0ab6b + 048f454 commit 0614e92

File tree

311 files changed

+316257
-16476
lines changed

Some content is hidden

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

311 files changed

+316257
-16476
lines changed

features/netsocket/emac-drivers/TARGET_STM/mbed_lib.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,9 @@
4949
"eth-rxbufnb": 2,
5050
"eth-txbufnb": 4
5151
},
52+
"STM32H7": {
53+
"eth-txbufnb": 10
54+
},
5255
"ARCH_MAX": {
5356
"eth-phy-address": 1
5457
}

targets/TARGET_STM/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ This table summarizes the STM32Cube versions currently used in Mbed OS master br
6868
| F4 | 1.19.0 | https://github.com/STMicroelectronics/STM32CubeF4 |
6969
| F7 | 1.16.0 | https://github.com/STMicroelectronics/STM32CubeF7 |
7070
| G0 | 1.3.0 | https://github.com/STMicroelectronics/STM32CubeG0 |
71-
| H7 | 1.4.0 | https://github.com/STMicroelectronics/STM32CubeH7 |
71+
| H7 | 1.7.0 | https://github.com/STMicroelectronics/STM32CubeH7 |
7272
| L0 | 1.10.0 | https://github.com/STMicroelectronics/STM32CubeL0 |
7373
| L1 | 1.8.1 | https://github.com/STMicroelectronics/STM32CubeL1 |
7474
| L4 | 1.11.0 | https://github.com/STMicroelectronics/STM32CubeL4 |

targets/TARGET_STM/TARGET_STM32H7/STM32Cube_FW/CMSIS/stm32h742xx.h

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

targets/TARGET_STM/TARGET_STM32H7/TARGET_STM32H743xI/device/stm32h743xx.h renamed to targets/TARGET_STM/TARGET_STM32H7/STM32Cube_FW/CMSIS/stm32h743xx.h

Lines changed: 366 additions & 251 deletions
Large diffs are not rendered by default.

targets/TARGET_STM/TARGET_STM32H7/TARGET_STM32H747xI/device/stm32h747xx.h renamed to targets/TARGET_STM/TARGET_STM32H7/STM32Cube_FW/CMSIS/stm32h747xx.h

Lines changed: 370 additions & 254 deletions
Large diffs are not rendered by default.

targets/TARGET_STM/TARGET_STM32H7/STM32Cube_FW/CMSIS/stm32h750xx.h

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

targets/TARGET_STM/TARGET_STM32H7/STM32Cube_FW/CMSIS/stm32h753xx.h

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

targets/TARGET_STM/TARGET_STM32H7/STM32Cube_FW/CMSIS/stm32h755xx.h

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

targets/TARGET_STM/TARGET_STM32H7/STM32Cube_FW/CMSIS/stm32h757xx.h

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

0 commit comments

Comments
 (0)