3862b71728
This PR adds a new Build Config `rv-virt:leds64_rust` that builds the Rust App `leds_rust` for QEMU RISC-V 64-bit. The build requires the [Rust Target `riscv64gc-unknown-none-elf`](https://github.com/apache/nuttx/pull/12858): ```bash rustup target add riscv64gc-unknown-none-elf ``` New Files: `boards/risc-v/qemu-rv/rv-virt/configs/leds64_rust/defconfig`: Add new Build Config `rv-virt:leds64_rust` Updated Docs: `applications/examples/leds_rust/index.rst`: Add `leds_rust` example app `platforms/risc-v/qemu-rv/boards/rv-virt/index.rst`: Add `rv-virt:leds64_rust` config
7 lines
196 B
ReStructuredText
7 lines
196 B
ReStructuredText
=================================
|
|
``leds_rust`` Toggle LEDs in Rust
|
|
=================================
|
|
|
|
This is a simple test in Rust of the board LED driver at
|
|
``nuttx/drivers/leds/userled_*.c``.
|