From e3196485c8ce24cb74a3b12d5a24e8aca23462a8 Mon Sep 17 00:00:00 2001 From: Lup Yuen Lee Date: Wed, 24 Jan 2024 23:07:02 +0800 Subject: [PATCH] Create nuttx.cfg --- nuttx.cfg | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 nuttx.cfg diff --git a/nuttx.cfg b/nuttx.cfg new file mode 100644 index 0000000..9250a1b --- /dev/null +++ b/nuttx.cfg @@ -0,0 +1,7 @@ +/* VM configuration file */ +{ + version: 1, + machine: "riscv64", + memory_size: 256, + bios: "Image", +}