Skip to content
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