Rust in winIDEA
This chapter describes how to install a Rust programming language sample in winIDEA.
•winIDEA 9.21.33 or newer
•QEMU
•Cargo - Rust package and build manager tool
Install the tools. |
1. Download the latest version from Download page.
2. Download and configure QEMU.
3. Instructions on how to set up the tool chain locally are available in The Embedded Rust Book.
Select QEMU example. |
Use the Filter row to find examples for your device and click Clone and Open Example.
Workspace is: •pre-configured to use GDB and QEMU for debugging; •build for debug configuration; •configured for rebuild. |