eenurkka opened a new pull request #5783: URL: https://github.com/apache/incubator-nuttx/pull/5783
USB EP0 reads data from the fifo but doesn't mark the read done which adds significant delays. Fix this unnecessary slowdown due to operation timeouts by finishing the read properly. Also add a missing function description to the function mpfs_ep_set_fifo_size(). Signed-off-by: Eero Nurkkala <eero.nurkk...@offcode.fi> ## Summary EP0 rx operations are slow at the moment. They finish only at a timeout, which is some seconds. The fix completes the reads properly. ## Impact MPFS USB ## Testing Polarfire Icicle board against a python script on Ubuntu 21.04 -- 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