Skip to content

Commit 1b0c245

Browse files
committed
Documentation: Update supported platforms for Rust guide
Summary: Please refer to rust-lang/rust#135757 - Updated the supported platforms list in the Rust guide to reflect that ARMv7-A and AArch64 are ready - Removed the "WIP" (Work In Progress) label from ARMv7-A and AArch64 in the supported platforms section Impact: - Provides accurate information to developers about the current state of Rust support for ARMv7-A and AArch64 platforms - Aligns the documentation with the latest developments in the Rust ecosystem - No functional changes to the codebase, only documentation updates Signed-off-by: Huang Qi <[email protected]>
1 parent e5a7f55 commit 1b0c245

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Documentation/guides/rust.rst

+3-2
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ Prerequisites
2525

2626
Supported Platforms
2727
===================
28-
- AArch64 (WIP)
29-
- ARMv7-A (WIP)
28+
- AArch64
29+
- ARMv7-A
3030
- ARMv6-M
3131
- ARMv7-M
3232
- ARMv8-M
@@ -47,6 +47,7 @@ Please refer to the official Rust installation guide for more details: https://w
4747
2. Prepare NuttX build environment
4848

4949
Please ensure that you have a working NuttX build environment, and with the following PR merged or cherry-picked:
50+
5051
- https://github.com/apache/nuttx-apps/pull/2487
5152
- https://github.com/apache/nuttx/pull/15469
5253

0 commit comments

Comments
 (0)