Create nuttx.cfg

This commit is contained in:
Lup Yuen Lee 2024-01-24 23:07:02 +08:00 committed by GitHub
parent c0727ba6c9
commit e3196485c8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

7
nuttx.cfg Normal file
View file

@ -0,0 +1,7 @@
/* VM configuration file */
{
version: 1,
machine: "riscv64",
memory_size: 256,
bios: "Image",
}