This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git
commit a8cec9a034cf8963d5bc2e9bda1465954c899285 Author: Eren Terzioglu <[email protected]> AuthorDate: Tue Dec 30 12:39:05 2025 +0100 Docs/platforms/esp32s3: Add ostest docs Add ostest docs for esp32s3 Signed-off-by: Eren Terzioglu <[email protected]> --- .../platforms/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 ---
