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
github-actionsbot
changed the title
Outstanding patches for Rust STD support in ESP-IDF master & V4.3 branch
Outstanding patches for Rust STD support in ESP-IDF master & V4.3 branch (IDFGH-5970)
Oct 7, 2021
@ivmarkov We currently have a PoC for rwlock using a condition variable. We haven't done any performance tests (runtime and mem usage) yet but so far it works in unit tests. Given that it's faster than a normal mutex, we could release this as a preliminary implementation until we have a better solution.
@igrr asked me for a summary of what needs to be merged so that we have Rust STD support without patching the ESP-IDF SDK.
Here it goes:
Master
The only remaining ones are:
V4.3
Atomic issues:
Pthread local storage destructor semantics issue:
(Low prio, does not affect Rust actually) Pinging specific interface does not work:
The text was updated successfully, but these errors were encountered: