This is an automated email from the ASF dual-hosted git repository. simbit18 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git
commit 8a5f646029fa089098439e5658912ff6679ff6cd Author: raiden00pl <[email protected]> AuthorDate: Mon Jan 19 12:01:05 2026 +0100 boards/qemu-intel64/jumbo: enable procfs ACPI enable export of ACPI tables with procfs: nsh> ls proc/acpi /proc/acpi: FACP DSDT APIC MCFG Signed-off-by: raiden00pl <[email protected]> --- boards/x86_64/qemu/qemu-intel64/configs/jumbo/defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/boards/x86_64/qemu/qemu-intel64/configs/jumbo/defconfig b/boards/x86_64/qemu/qemu-intel64/configs/jumbo/defconfig index faa02351047..099cf3388da 100644 --- a/boards/x86_64/qemu/qemu-intel64/configs/jumbo/defconfig +++ b/boards/x86_64/qemu/qemu-intel64/configs/jumbo/defconfig @@ -56,6 +56,7 @@ CONFIG_EXAMPLES_UDPBLASTER_HOSTIP=0xc0a80801 CONFIG_EXAMPLES_UDPBLASTER_TARGETIP=0xc0a80868 CONFIG_FS_FAT=y CONFIG_FS_PROCFS=y +CONFIG_FS_PROCFS_REGISTER=y CONFIG_HIDKBD_STACKSIZE=10240 CONFIG_HIDMOUSE_STACKSIZE=10240 CONFIG_IDLETHREAD_STACKSIZE=4194304
