mirror of
https://github.com/apache/nuttx.git
synced 2026-08-08 14:07:17 +00:00
Add new RISC-V 64-bit QEMU configuration with: - 64-bit RISC-V (RV64) architecture support - RISC-V Vector Extension (RVV/V-extension) enabled - LVGL graphics framework integration - VirtIO GPU and input device support - NSH shell with built-in applications This configuration enables developers to build and test LVGL graphical applications on 64-bit RISC-V targets with Vector extension support, providing a foundation for future SIMD optimization work. Includes: - defconfig: Complete configuration file with all necessary options - Updated index.rst: Build and run instructions with QEMU launch command Signed-off-by: rongyichang <rongyichang@xiaomi.com> |
||
|---|---|---|
| .. | ||
| arm | ||
| arm64 | ||
| avr | ||
| dummy | ||
| hc/m9s12 | ||
| mips | ||
| misoc/lm32/misoc | ||
| or1k/mor1kx/or1k | ||
| renesas | ||
| risc-v | ||
| sim/sim/sim | ||
| sparc | ||
| tricore/tc397/a2g-tc397-5v-tft | ||
| x86/qemu/qemu-i486 | ||
| x86_64/intel64/qemu-intel64 | ||
| xtensa | ||
| z16/z16f/z16f2800100zcog | ||
| z80 | ||
| .gitignore | ||
| Board.mk | ||
| boardctl.c | ||
| CMakeLists.txt | ||
| dummy.c | ||
| Kconfig | ||
| Makefile | ||