nuttx/boards
Lup Yuen Lee 3862b71728 risc-v/qemu-rv: Add Build Config for leds64_rust
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
2024-08-08 12:19:25 +08:00
..
arm Adapt i2c slave callback interface for rp2040 and s32k11x 2024-08-07 12:13:38 -03:00
arm64 zynq-mpsoc/zcu111: independent JTAG configs from normal nsh configs 2024-07-30 12:41:30 -03:00
avr at32uc3a0: Initial work for SimpleMachines' Mizar32-A 2024-07-15 20:46:41 +08:00
dummy
hc/m9s12 Documentation: migrate the rest boards 2023-10-26 18:13:34 -03:00
mips net: Enable ICMP by default if IPv4 is enabled 2024-07-09 17:08:27 +08:00
misoc/lm32/misoc net: Enable ICMP by default if IPv4 is enabled 2024-07-09 17:08:27 +08:00
or1k/mor1kx/or1k Documentation: migrate the rest boards 2023-10-26 18:13:34 -03:00
renesas net: Enable ICMP by default if IPv4 is enabled 2024-07-09 17:08:27 +08:00
risc-v risc-v/qemu-rv: Add Build Config for leds64_rust 2024-08-08 12:19:25 +08:00
sim/sim/sim boards/sim/sim/sim: disable CONFIG_SERIAL_RTT_CONSOLE for segger config 2024-07-29 00:31:24 +08:00
sparc fix nxstyle 2024-04-16 19:09:12 +08:00
tricore/tc3xx/tc397 tricore/cmake: add support of cmake build for tricore 2024-07-18 13:40:49 +08:00
x86/qemu/qemu-i486 Revert "make/archive: Use the full path name when matching or storing names in the archive" 2023-10-27 22:26:18 +08:00
x86_64/intel64/qemu-intel64 arch/intel64: add support for HPET as system clock 2024-08-01 17:49:41 +08:00
xtensa esp32s3-devkit/toywasm: enable ESP32S3_SPI_FLASH_SUPPORT_PSRAM_STACK 2024-08-07 15:59:41 +08:00
z16/z16f/z16f2800100zcog Documentation: migrate boards/{z16|z80}/xxx/configs/README.txt 2023-10-28 13:55:22 +08:00
z80 net: Enable ICMP by default if IPv4 is enabled 2024-07-09 17:08:27 +08:00
.gitignore
Board.mk sh:Change expansion path logic 2024-03-04 01:18:45 +08:00
boardctl.c board/control: add irq affinity control 2024-03-30 12:21:25 +08:00
CMakeLists.txt build: add initial cmake build system 2023-07-08 13:50:48 +08:00
dummy.c
Kconfig boards/esp32s3: Add initial support to the ESP32-S3-Korvo-2 board 2024-08-01 16:04:53 +08:00
Makefile