Page 1 of 1

W5500 functionality!

Posted: Tue Mar 27, 2018 6:37 pm
by LisaM
Can we PLEASE have PR3379 https://github.com/micropython/micropython/pull/3379 committed into the master branch!!!
It's broken AGAIN and i would like to have the ethernet (IoT!) functionality be part of the master branch so it doesn't break all the time.
Without PR3379's reusable sockets and improved getaddrinfo, the current ethernet functionality is good for toy's but not for any serious application. :!:

Re: W5500 functionality!

Posted: Tue Mar 27, 2018 8:22 pm
by Roberthh
I'm supporting that. This variant works very well.

Re: W5500 functionality!

Posted: Fri Mar 30, 2018 5:17 am
by pythoncoder
A ping to Damien on GitHub might be the best way to ensure this is noticed.

Re: W5500 functionality!

Posted: Thu Apr 12, 2018 11:11 pm
by LisaM
pythoncoder wrote:
Fri Mar 30, 2018 5:17 am
A ping to Damien on GitHub might be the best way to ensure this is noticed.
Already done that, no effect...

Work-around:
git clone https://github.com/micropython/micropython.git micropython-stm32
cd micropython-stm32/
git submodule update --init
git checkout a275cb0f487cd6517760271dc01d369c32600c63
git pull origin pull/3379/head