diff --git a/Documentation/guides/rust.rst b/Documentation/guides/rust.rst index 724496a0155d8..cd82c1125e688 100644 --- a/Documentation/guides/rust.rst +++ b/Documentation/guides/rust.rst @@ -25,8 +25,8 @@ Prerequisites Supported Platforms =================== -- AArch64 (WIP) -- ARMv7-A (WIP) +- AArch64 +- ARMv7-A - ARMv6-M - ARMv7-M - ARMv8-M @@ -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