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 f0267bc507 arch/arm/samv7: add support of SocketLIN interface
     new 89a3f28a76 lib_libvsprintf.c:Add buffer data type conversion interface.
     new 71876ae098 lib_libvscanf.c:Add buffer data type conversion interface.

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:
 include/nuttx/streams.h           |  25 +++++
 libs/libc/stdio/CMakeLists.txt    |   1 +
 libs/libc/stdio/Make.defs         |   2 +-
 libs/libc/stdio/README.md         | 155 ++++++++++++++++++++++++++++
 libs/libc/stdio/lib_libbsprintf.c | 207 ++++++++++++++++++++++++++++++++++++++
 libs/libc/stdio/lib_libvscanf.c   | 115 ++++++++++++++++-----
 6 files changed, 481 insertions(+), 24 deletions(-)
 create mode 100644 libs/libc/stdio/README.md
 create mode 100644 libs/libc/stdio/lib_libbsprintf.c

Reply via email to