W5500 functionality!

The official pyboard running MicroPython.
This is the reference design and main target board for MicroPython.
You can buy one at the store.
Target audience: Users with a pyboard.
Post Reply
LisaM
Posts: 19
Joined: Tue Nov 07, 2017 6:11 pm

W5500 functionality!

Post by LisaM » Tue Mar 27, 2018 6:37 pm

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. :!:

User avatar
Roberthh
Posts: 3667
Joined: Sat May 09, 2015 4:13 pm
Location: Rhineland, Europe

Re: W5500 functionality!

Post by Roberthh » Tue Mar 27, 2018 8:22 pm

I'm supporting that. This variant works very well.

User avatar
pythoncoder
Posts: 5956
Joined: Fri Jul 18, 2014 8:01 am
Location: UK
Contact:

Re: W5500 functionality!

Post by pythoncoder » Fri Mar 30, 2018 5:17 am

A ping to Damien on GitHub might be the best way to ensure this is noticed.
Peter Hinch
Index to my micropython libraries.

LisaM
Posts: 19
Joined: Tue Nov 07, 2017 6:11 pm

Re: W5500 functionality!

Post by LisaM » Thu Apr 12, 2018 11:11 pm

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

Post Reply