From a17c4e01390479e65073a10db8a97f19fef6edb7 Mon Sep 17 00:00:00 2001 From: Matteo Golin Date: Wed, 4 Mar 2026 17:38:49 -0500 Subject: [PATCH] docs/nxdart: Add NXDART documentation page Adds a documentation page for NXDART so it can be referred to elsewhere. Signed-off-by: Matteo Golin --- Documentation/testing/nxdart.rst | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 Documentation/testing/nxdart.rst diff --git a/Documentation/testing/nxdart.rst b/Documentation/testing/nxdart.rst new file mode 100644 index 00000000000..730119505e6 --- /dev/null +++ b/Documentation/testing/nxdart.rst @@ -0,0 +1,13 @@ +=================================================================== +NXDART (NuttX Distributed Automation for Build and Runtime Testing) +=================================================================== + +You can learn a little bit more about the plans for NXDART by watching this +presentation called `NXDART: NuttX Distributed Automation for Build and Runtime +Testing, delivered by Tomek Cedro and Lup Yuen Lee at the 2025 Apache NuttX +International Workshop. +`_ + +.. todo:: + + NXDART is currently a work-in-progress. This documentation is incomplete.