Skip to content

Add support for board native_sim/native/64 #80

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

Merged
merged 1 commit into from
Apr 7, 2025
Merged

Add support for board native_sim/native/64 #80

merged 1 commit into from
Apr 7, 2025

Conversation

d3zd3z
Copy link
Collaborator

@d3zd3z d3zd3z commented Apr 4, 2025

This allows the native_sim/native/64 target to build on both x86_64 and aarch64 Linux.

Currently 32-bit native_sim is not supported, as upstream rust does not build std/core/alloc for the unknown-none variants of these targets.

This adds the "zephyr,sim-flash" device so that the generated DT will compile.

Based on a contribution by:

Author: Evan Perry Grove <[email protected]>
Date:   Wed Jan 29 13:00:29 2025 -0600

This allows the native_sim/native/64 target to build on both x86_64 and
aarch64 Linux.

Currently 32-bit native_sim is not supported, as upstream rust does not
build std/core/alloc for the unknown-none variants of these targets.

This adds the "zephyr,sim-flash" device so that the generated DT will
compile.

Based on a contribution by:

    Author: Evan Perry Grove <[email protected]>
    Date:   Wed Jan 29 13:00:29 2025 -0600

Signed-off-by: Evan Perry Grove <[email protected]>
Signed-off-by: David Brown <[email protected]>
@d3zd3z d3zd3z requested review from teburd and cfriedt April 4, 2025 22:36
@d3zd3z
Copy link
Collaborator Author

d3zd3z commented Apr 4, 2025

@ryukoposting I've migrated your native sim patch to this module, where Rust on Zephyr is being developed.

@d3zd3z d3zd3z merged commit a871c7f into main Apr 7, 2025
4 checks passed
@d3zd3z d3zd3z deleted the native-sim branch April 7, 2025 17:38
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.

3 participants