Commits
Sherry Sun committed 1372754979a
MLK-22577-1: sdp: Add EP1_OUT as default data receive pipe in sdp EP0 has been used to transfer file data in sdp before, but the max packetsize of ep0 is 64 bytes. So in order to improve the file transfer speed, here add the EP1_OUT interrupt endpoint which max packetsize is set to 1024 byte. After testing, it turns out that using ep1out is twice as fast as using ep0 while receiving data in sdp. Signed-off-by: Sherry Sun <sherry.sun@nxp.com> Reviewed-by: Ye Li <ye.li@nxp.com> (cherry picked from commit 22614e317b7fdf4a716f2e5bde876649414ffd6c)