-
Notifications
You must be signed in to change notification settings - Fork 8k
Closed
Labels
Resolution: DoneIssue is done internallyIssue is done internallyStatus: ResolvedIssue is done internallyIssue is done internallyType: Feature RequestFeature request for IDFFeature request for IDF
Description
As part of an ongoing effort to bring Rust support to Espressif chips, one requirement we found is the need for rwlock to fully support the Rust standard library. For our initial implementation was accepted on the basis that rwlock support would come to esp-idf soon ™️ (rust-lang/libc#2310 (comment)).
We are currently getting away with the lack of support with a nasty hack using a mutex. Obviously we want to get rid of this asap.
Metadata
Metadata
Assignees
Labels
Resolution: DoneIssue is done internallyIssue is done internallyStatus: ResolvedIssue is done internallyIssue is done internallyType: Feature RequestFeature request for IDFFeature request for IDF