This is an automated email from the ASF dual-hosted git repository.
acassis pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
from b58cd6ad34 risc-v/espressif: Update HAL version
new 0c95bf73dc libc/stream: provide lowerout_stream default initialization
function
new 81fccf96db libc/stream: add file out stream
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 | 10 +++++++
libs/libc/stream/Make.defs | 2 +-
.../{lib_rawoutstream.c => lib_fileoutstream.c} | 34 +++++++++++-----------
libs/libc/stream/lib_lowoutstream.c | 20 +++++++++++++
4 files changed, 48 insertions(+), 18 deletions(-)
copy libs/libc/stream/{lib_rawoutstream.c => lib_fileoutstream.c} (78%)