Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add esp32s2 to no CAS list #2805

Closed
wants to merge 1 commit into from

Conversation

MabezDev
Copy link

@MabezDev MabezDev commented Dec 1, 2023

Without this entry, esp32s2 users with futures-* dependencies in their tree, indirectly or not must somehow enable the portable atomic feature. This change makes it seamless like it is on RISCV etc.

@taiki-e
Copy link
Member

taiki-e commented Dec 1, 2023

Thanks for the PR. I would prefer not to accept a way to manually manage such a list of platforms. I've said this many times in other repos like crossbeam-rs/crossbeam#751 (review), crossbeam-rs/crossbeam#937 (comment).

Instead, I would accept a patch to use target_has_atomic = "ptr", like done in crossbeam crossbeam-rs/crossbeam#1033.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants