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 6e35a51feb note: optimize noteram_add, copy as much content as 
possible at a time
     add 205ca26556 libc/streams: Implement gets/puts for all streams

No new revisions were added by this update.

Summary of changes:
 libs/libc/stream/lib_meminstream.c   | 31 ++++++++++++++++++++++++++++
 libs/libc/stream/lib_memsistream.c   | 30 +++++++++++++++++++++++++++
 libs/libc/stream/lib_memsostream.c   | 26 ++++++++++++++++++++++++
 libs/libc/stream/lib_nullinstream.c  |  9 +++++++++
 libs/libc/stream/lib_nulloutstream.c | 11 ++++++++++
 libs/libc/stream/lib_rawinstream.c   | 28 ++++++++++++++++++++++++++
 libs/libc/stream/lib_rawsistream.c   | 28 ++++++++++++++++++++++++++
 libs/libc/stream/lib_rawsostream.c   | 39 ++++++++++++++++++++++++++++++++++++
 libs/libc/stream/lib_stdinstream.c   | 29 +++++++++++++++++++++++++++
 libs/libc/stream/lib_stdoutstream.c  | 39 ++++++++++++++++++++++++++++++++++++
 libs/libc/stream/lib_stdsistream.c   | 24 ++++++++++++++++++++++
 libs/libc/stream/lib_stdsostream.c   | 37 ++++++++++++++++++++++++++++++++++
 libs/libc/stream/lib_zeroinstream.c  |  9 +++++++++
 13 files changed, 340 insertions(+)

Reply via email to