Skip to content

Documentation: Update supported platforms for Rust guide #15621

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
Jan 21, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions Documentation/guides/rust.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ Prerequisites

Supported Platforms
===================
- AArch64 (WIP)
- ARMv7-A (WIP)
- AArch64
- ARMv7-A
- ARMv6-M
- ARMv7-M
- ARMv8-M
Expand All @@ -47,6 +47,7 @@ Please refer to the official Rust installation guide for more details: https://w
2. Prepare NuttX build environment

Please ensure that you have a working NuttX build environment, and with the following PR merged or cherry-picked:

- https://github.com/apache/nuttx-apps/pull/2487
- https://github.com/apache/nuttx/pull/15469

Expand Down
Loading