michallenc opened a new pull request, #11274:
URL: https://github.com/apache/nuttx/pull/11274

   ## Summary
   This adds support for POSIX `open_memstream()` interface. It operates with 
dynamically allocated buffer with initial size set
   to zero. The buffer is automatically reallocated and grows as needed. Only 
write and seek operations are enabled.
   
   The implementation uses `fopencookie()` for custom stream operations and 
callbacks.
   
   CI test for this interface is also added.
   
   ## Impact
   
   ## Testing
   Pass CI on sim NuttX. Testing application also tested on SAMv7 MCU.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to