Wired networking #7665
Unanswered
espruino-discuss
asked this question in
Other Board General Questions
Replies: 1 comment
-
Posted at 2019-05-08 by @gfwilliams I haven't seen anyone doing it, but it shouldn't be too bad. You're basically just implementing your own version of the I believe ESP32 uses lwip so you may be able to use its implementation of that structure as a starting point too |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Posted at 2019-05-08 by jugglingcats
Hi, we are interested in supporting wired networking (ethernet) on STM32 using the low-level ST ethernet driver package plus lwip (or similar). For example this might be on a nucleo board with built-in ethernet. Less interested in SPI or other add-on board solutions such as WIZnet.
Has anyone achieved this, or have any helpful pointers on steps required to enable?
Many thanks!
Beta Was this translation helpful? Give feedback.
All reactions