You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Auto merge of #2396 - ivmarkov:master, r=JohnTitor
Support for the ESP-IDF framework - 3 forgotten mappings
When implementing [the initial support for ESP-IDF](#2310) a month ago, I managed to forget to properly decorate these 3 libc bindings for the ESP-IDF.
So now we are in the uncomfortable situation that using STD's `TcpListener::bind` results in a linkage error.
This PR is fixing this, as well as properly exposing two additional ESP-IDF APIs, implemented via LwIP.
0 commit comments