xiaoxiang781216 commented on pull request #2039: URL: https://github.com/apache/incubator-nuttx/pull/2039#issuecomment-714260686
So @btashton you want the userspace provide a buffer/FIFO to driver and avoid the memory copy? 1. Sensor normally connect through the external bus(I2C, SPI, UART) and never tightly couple with SoC, so I expect the special memory buffer management like GPU/Display/Video isn't required and memory can be always allocated inside kernel. 2. We can expose the internal buffer and queue offset to userspace like what fb or alsa driver done. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org