mirror of
https://github.com/apache/nuttx.git
synced 2026-02-06 21:03:15 +08:00
Add documentation for qemu-armv7r board which emulates ARM Cortex-R5 processor using OpenVela's QEMU fork. The upstream QEMU does not support ARM Cortex-R virt machine, so this board requires the prebuilt QEMU from OpenVela. This documentation covers: - NSH (flat build) configuration - PNSH (protected build with MPU) configuration - Prerequisites for downloading prebuilt QEMU - Debugging instructions with GDB Signed-off-by: buxiasen <buxiasen@xiaomi.com>