Skip to content

Support for the ESP-IDF framework - 3 forgotten mappings#2396

Merged
bors merged 1 commit into
rust-lang:masterfrom
ivmarkov:master
Sep 12, 2021
Merged

Support for the ESP-IDF framework - 3 forgotten mappings#2396
bors merged 1 commit into
rust-lang:masterfrom
ivmarkov:master

Conversation

@ivmarkov

Copy link
Copy Markdown
Contributor

When implementing the initial support for ESP-IDF 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.

@rust-highfive

Copy link
Copy Markdown

Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @JohnTitor (or someone else) soon.

Please see the contribution instructions for more information.

@JohnTitor JohnTitor left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the follow-up!

@JohnTitor

Copy link
Copy Markdown
Member

@bors r+

@bors

bors commented Sep 12, 2021

Copy link
Copy Markdown
Contributor

📌 Commit 7e83ba0 has been approved by JohnTitor

@bors

bors commented Sep 12, 2021

Copy link
Copy Markdown
Contributor

⌛ Testing commit 7e83ba0 with merge fe6531e...

@bors

bors commented Sep 12, 2021

Copy link
Copy Markdown
Contributor

☀️ Test successful - checks-actions, checks-cirrus-freebsd-11, checks-cirrus-freebsd-12, checks-cirrus-freebsd-13
Approved by: JohnTitor
Pushing fe6531e to master...

@bors bors merged commit fe6531e into rust-lang:master Sep 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants