michallenc opened a new pull request, #11011: URL: https://github.com/apache/nuttx/pull/11011
## Summary Add support for POSIX interface `fmemopen()`. This interface open a memory buffer as a stream and permits access to this buffer specified by mode. This allows I/O operations to be performed on the memory buffer. The implementation uses `fopencookie()` for custom stream operations and callbacks. CI test for `fmemopen()` function was added. The test was merged with `fopencookie` interface test and merged into single test_stdio. ## Impact New POSIX interface. ## Testing Tested with test application on simulator and real hardware (SAMv7). CI test added. Note that this has to be merged after [testing: add fmemopen function test tool ](https://github.com/apache/nuttx-apps/pull/2155) pull request to `nuttx-apps`. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
