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


The following commit(s) were added to refs/heads/master by this push:
     new 34afef5cfb Documentation: add open_memstream test entry
34afef5cfb is described below

commit 34afef5cfbe0aa5280429484a036c6ac99659db8
Author: Michal Lenc <michall...@seznam.cz>
AuthorDate: Sun Nov 26 23:28:25 2023 +0100

    Documentation: add open_memstream test entry
    
    Test tool for open_memstream() function added to documentation.
    
    Signed-off-by: Michal Lenc <michall...@seznam.cz>
---
 Documentation/applications/testing/open_memstream/index.rst | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/Documentation/applications/testing/open_memstream/index.rst 
b/Documentation/applications/testing/open_memstream/index.rst
new file mode 100644
index 0000000000..c9192ec34a
--- /dev/null
+++ b/Documentation/applications/testing/open_memstream/index.rst
@@ -0,0 +1,11 @@
+=============================================
+``open_memstream`` - open_memstream test tool
+=============================================
+
+``CONFIG_TESTING_OPEN_MEMSTREAM=y``
+
+Performs a basic operations with open_memstream call.
+
+Usage::
+
+    open_memstream_test

Reply via email to