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

xtensa: Support load/store (experimental) #26

Merged
merged 1 commit into from
Oct 27, 2024
Merged

xtensa: Support load/store (experimental) #26

merged 1 commit into from
Oct 27, 2024

Conversation

taiki-e
Copy link
Owner

@taiki-e taiki-e commented Oct 27, 2024

The first step of Xtensa support.

@taiki-e taiki-e added the O-xtensa Target: Xtensa processors label Oct 27, 2024
@taiki-e taiki-e force-pushed the xtensa branch 4 times, most recently from a5b98fc to 8e78c01 Compare October 27, 2024 06:34
@taiki-e
Copy link
Owner Author

taiki-e commented Oct 27, 2024

Btw, the reason we cannot yet support CAS (on esp32 and esp32s3) is that support for target features in esp-rs/rust is broken and cfg(target_feature = "s32c1i") always evaluates to false. (esp-rs/rust#240)

@taiki-e taiki-e merged commit baef992 into main Oct 27, 2024
91 checks passed
@taiki-e taiki-e deleted the xtensa branch October 27, 2024 07:52
@taiki-e taiki-e mentioned this pull request Oct 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
O-xtensa Target: Xtensa processors
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant