mirror of
https://github.com/apache/nuttx.git
synced 2026-05-27 11:26:12 +08:00
docs: update rust guide to include X86 and X86_64 support
Summary: - Updated the Rust guide documentation to include X86 and X86_64 platforms in the supported platforms list. - Ensured that the guide provides accurate and up-to-date information for developers using these new platforms. Impact: - Expands the platform support section of the Rust guide, making it more inclusive and useful for a wider range of developers. - No functional changes to the code itself; this update only affects the documentation. - Enhances the usability of the guide by providing necessary setup and configuration details for the X86 and X86_64 architectures. Signed-off-by: Huang Qi <huangqi3@xiaomi.com>
This commit is contained in:
@@ -32,6 +32,8 @@ Supported Platforms
|
|||||||
- ARMv8-M
|
- ARMv8-M
|
||||||
- RISCV32
|
- RISCV32
|
||||||
- RISCV64
|
- RISCV64
|
||||||
|
- X86
|
||||||
|
- X86_64
|
||||||
|
|
||||||
Getting Started
|
Getting Started
|
||||||
===============
|
===============
|
||||||
|
|||||||
Reference in New Issue
Block a user