forked from apache/nuttx
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
arch/arm64/src/imx9/imx9_usbdev.c: Clean up cache operations, add DEB…
…UGASSERTS 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 <[email protected]>
- Loading branch information
Showing
1 changed file
with
57 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters