Skip to content

*usbd_dwc_otg:misaligned membuf

danielinux requested to merge alexrayne:usbd_fifo-unaligned into master

Created by: alexrayne

provided load/store ep fifo with unaligned transfer membuffer.

     now memory buffer of transfer can be unaligned with negligible price.

! :last bytes store - fixed loose of last loaded from fifo bytes caused by memcopy call otimisation on keil ARMcc.

Merge request reports