Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information