mirror of
https://github.com/apache/nuttx.git
synced 2026-05-13 18:48:11 +08:00
9ea098558a
Correct some of the cache operations: - EP0 request length was handled incorrectly - Received data cache invalidate was exceeding the received buffer - writedtd is also called with no data (EP0 ACK/NACK). Don't touch cache in that case. Fix trip wire handling to conform with the IMX93 reference manual Also add DEBUGASSERTS for future to check the validity of pointers and sizes Co-authored-by: Jukka Laitinen <jukkax@ssrc.tii.ae>