Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

stm32/h7: fix h7 examples #2255

Merged
merged 2 commits into from
Dec 5, 2023
Merged

stm32/h7: fix h7 examples #2255

merged 2 commits into from
Dec 5, 2023

Conversation

badrbouslikhin
Copy link
Contributor

This PR fixes the STM32H7 Ethernet examples.

The examples enable dhcpv4 and dns features. Both use one socket, meaning that we need one extra socket for our firmware TCP socket.

The STM32H7 examples enable `dhcpv4` and `dns` features. Both use one
socket, meaning that we need one extra socket for our firmware tcp
socket.
Copy link
Member

@Dirbaio Dirbaio left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thank you!

@Dirbaio Dirbaio added this pull request to the merge queue Dec 5, 2023
Merged via the queue into embassy-rs:main with commit 7703f47 Dec 5, 2023
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants