This is an automated email from the ASF dual-hosted git repository.

xiaoxiang781216 pushed a commit to branch releases/13.0
in repository https://gitbox.apache.org/repos/asf/nuttx.git

commit f725c1932c7371286f543b40a28a99ef5eb29ff8
Author: Matteo Golin <[email protected]>
AuthorDate: Mon Jun 29 13:02:58 2026 -0400

    docs/sim: Include documentation about NXDoom configuration
    
    Include docs about new NXDoom configurations for playing NXDoom.
    
    Signed-off-by: Matteo Golin <[email protected]>
---
 Documentation/platforms/sim/sim/boards/sim/index.rst | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/Documentation/platforms/sim/sim/boards/sim/index.rst 
b/Documentation/platforms/sim/sim/boards/sim/index.rst
index c2487ba2ed9..7c1fde0b91c 100644
--- a/Documentation/platforms/sim/sim/boards/sim/index.rst
+++ b/Documentation/platforms/sim/sim/boards/sim/index.rst
@@ -946,6 +946,17 @@ Of course, this configuration can only be used in 
environments that support X11!
       -CONFIG_EXAMPLES_NXTERM=n
       +CONFIG_EXAMPLES_NXTERM=y
 
+nxdoom
+------
+
+Play :doc:`NXDoom </applications/games/nxdoom/index>` on the Simulator using 
X11
+keyboard input and graphics. Read the docs for NXDoom to see how to play.
+
+.. warning::
+
+   X11 keyboard codes are not perfectly translated to the NuttX codec 
currently,
+   so some controls will not work properly.
+
 nxffs
 -----
 

Reply via email to