Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 264de24

Browse files
Merge pull request #1088 from arduino/AE-591_remove_call_to_enableEthPowerSupply_from_HAL_ETH_MspInit_H7
AE-591: Created patch to remove the call to "enableEthPowerSupply" fr...
2 parents cd9d7fc + a9a2246 commit 264de24

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
From c7060913dd186360849d4c08cc4b75f88a635076 Mon Sep 17 00:00:00 2001
2+
From: Bogdan Ivanus <b.ivanus@arduino.cc>
3+
Date: 2025年8月25日 20:11:02 +0300
4+
Subject: [PATCH] AE-591: Removed call to enableEthPowerSupply()
5+
from_HAL_ETH_MspInit.
6+
7+
---
8+
.../TARGET_STM32H7/TARGET_PORTENTA_H7/stm32h7_eth_init.c | 1 -
9+
1 file changed, 1 deletion(-)
10+
11+
diff --git a/connectivity/drivers/emac/TARGET_STM/TARGET_STM32H7/TARGET_PORTENTA_H7/stm32h7_eth_init.c b/connectivity/drivers/emac/TARGET_STM/TARGET_STM32H7/TARGET_PORTENTA_H7/stm32h7_eth_init.c
12+
index 7f5b4206cb..e5d37a46ad 100644
13+
--- a/connectivity/drivers/emac/TARGET_STM/TARGET_STM32H7/TARGET_PORTENTA_H7/stm32h7_eth_init.c
14+
+++ b/connectivity/drivers/emac/TARGET_STM/TARGET_STM32H7/TARGET_PORTENTA_H7/stm32h7_eth_init.c
15+
@@ -63,7 +63,6 @@ void HAL_ETH_MspInit(ETH_HandleTypeDef *heth)
16+
{
17+
GPIO_InitTypeDef GPIO_InitStruct;
18+
if (heth->Instance == ETH) {
19+
- enableEthPowerSupply();
20+
21+
#if !(defined(DUAL_CORE) && defined(CORE_CM4))
22+
/* Disable DCache for STM32H7 family */
23+
--
24+
2.50.1.windows.1
25+

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /