From a8cec9a034cf8963d5bc2e9bda1465954c899285 Mon Sep 17 00:00:00 2001 From: Eren Terzioglu Date: Tue, 30 Dec 2025 12:39:05 +0100 Subject: [PATCH] Docs/platforms/esp32s3: Add ostest docs Add ostest docs for esp32s3 Signed-off-by: Eren Terzioglu --- .../xtensa/esp32s3/boards/esp32s3-devkit/index.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Documentation/platforms/xtensa/esp32s3/boards/esp32s3-devkit/index.rst b/Documentation/platforms/xtensa/esp32s3/boards/esp32s3-devkit/index.rst index 2b3185ddb14..2b6e4a7bfc0 100644 --- a/Documentation/platforms/xtensa/esp32s3/boards/esp32s3-devkit/index.rst +++ b/Documentation/platforms/xtensa/esp32s3/boards/esp32s3-devkit/index.rst @@ -613,6 +613,12 @@ To test it, just run the ``oneshot`` example:: Waiting... Finished +ostest +------ + +This is the NuttX test at apps/testing/ostest that is run against all new +architecture ports to assure a correct implementation of the OS. + qencoder ---