We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ea2527 commit 91789d5Copy full SHA for 91789d5
libraries/SrcWrapper/src/HAL/stm32yyxx_hal_eth.c
@@ -10,6 +10,7 @@
10
#include "Legacy/stm32f4xx_hal_eth.c"
11
#include "stm32f4xx_hal_eth.c"
12
#elif STM32F7xx
13
+ #include "Legacy/stm32f7xx_hal_eth.c"
14
#include "stm32f7xx_hal_eth.c"
15
#elif STM32H7xx
16
#include "Legacy/stm32h7xx_hal_eth.c"
system/Drivers/CMSIS/Device/ST/STM32YYxx_CMSIS_version.md
@@ -5,13 +5,8 @@
5
* STM32F2: 2.2.5
6
* STM32F3: 2.3.6
7
* STM32F4: 2.6.8
8
-<<<<<<< HEAD
9
* STM32F7: 1.2.7
* STM32G0: 1.4.3
-=======
- * STM32F7: 1.2.8
- * STM32G0: 1.4.2
->>>>>>> system(F7): update STM32F7xx CMSIS Drivers to v1.2.8
* STM32G4: 1.2.2
* STM32H7: 1.10.2
17
* STM32L0: 1.9.2
0 commit comments