no1wudi opened a new pull request, #15754: URL: https://github.com/apache/nuttx/pull/15754
docs: enhance Rust guide with CPU optimization instructions ## Summary - Added a section to the Rust guide that explains how to use the `RUSTFLAGS` environment variable to specify the target CPU for optimization. - Provides examples and instructions for setting `RUSTFLAGS` for different CPU models, such as Cortex-M33 and Cortex-M55, to generate performance-optimized code. ## Impact - Enhances the developer's ability to produce more efficient Rust applications on NuttX by leveraging CPU-specific optimizations. - No runtime or functional changes; only documentation improvements to guide users in optimizing their build configurations for specific hardware. ## Test local document build -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org