Skip to content

stm32_eth: Fix multicast configuration#3587

Open
kasjer wants to merge 1 commit intoapache:masterfrom
kasjer:kasjer/stm32_eth-multicast-fix
Open

stm32_eth: Fix multicast configuration#3587
kasjer wants to merge 1 commit intoapache:masterfrom
kasjer:kasjer/stm32_eth-multicast-fix

Conversation

@kasjer
Copy link
Contributor

@kasjer kasjer commented Mar 11, 2026

Code was trying to disable MAC address filtering
for multicast but configuration was done before
HAL_ETH_Init that disabled it again.

Now multicast filtering is off.
No conditional for H7 device as HAL api is common
for F4,F7,H7,H5 devices.

Code was trying to disable MAC address filtering
for multicast but configuration was done before
HAL_ETH_Init that disabled it again.

Now multicast filtering is off.
No conditional for H7 device as HAL api is common
for F4,F7,H7,H5 devices.

Signed-off-by: Jerzy Kasenberg <jerzy.kasenberg@codecoup.pl>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant