This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git
from a57e3f365a video.c: modify set_buf call seqence in start_capture function. new eea7db24f3 libc: add support for open_memstream new e852f28710 ci: add open_memestream CI test The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: boards/sim/sim/sim/configs/citest/defconfig | 1 + include/stdio.h | 1 + libs/libc/stdio/Make.defs | 2 +- libs/libc/stdio/lib_open_memstream.c | 227 ++++++++++++++++++++++++++++ tools/ci/testrun/script/test_os/test_os.py | 2 + 5 files changed, 232 insertions(+), 1 deletion(-) create mode 100644 libs/libc/stdio/lib_open_memstream.c