boards: Add Nano-X Default Configs and Documents for Nuttx - #19912
Draft
Acfboy wants to merge 5 commits into
Draft
boards: Add Nano-X Default Configs and Documents for Nuttx#19912Acfboy wants to merge 5 commits into
Acfboy wants to merge 5 commits into
Conversation
Add the sim:mw defconfig and board documentation entry for the Microwindows demo. This configuration uses the virtual keyboard (event mode), touchscreen, and X11-based framebuffer. Signed-off-by: Acfboy <AcfboyU@outlook.com> Assisted-by: Opencode/Deepseek-V4-pro
Add the qemu-intel64:mw defconfig and board documentation entry. This configuration uses the Multiboot2 framebuffer, USB HID keyboard event input at /dev/kbda, and USB HID mouse. Signed-off-by: Acfboy <AcfboyU@outlook.com> Assisted-by: Opencode/Deepseek-V4-pro
This page covers the Microwindows integration, quick start for both sim:mw and qemu-intel64:mw configurations, available Kconfig options for keyboard/mouse/framebuffer drivers, the mwdemo demo application, and porting guidance for new hardware. Signed-off-by: Acfboy <AcfboyU@outlook.com> Assisted-by: Opencode/Deepseek-V4-pro
Add sim:nanox and qemu-intel64:nanox defconfigs for the Nano-X terminal and calculator examples. Signed-off-by: Acfboy <AcfboyU@outlook.com> Assisted-by: Opencode/Deepseek-V4-pro
Document Nano-X client/server support, quick-start instructions, board configurations, terminal and calculator examples, and the simulator screenshot. Signed-off-by: Acfboy <AcfboyU@outlook.com> Assisted-by: Opencode/Deepseek-V4-pro
xiaoxiang781216
approved these changes
Aug 20, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR provides documentation and defconfigs for apache/nuttx-apps#3689 in nuttx-apps, and will be converted into an official PR after the previous documentation changes #19572 are merged.