summaryrefslogtreecommitdiff
path: root/src/device
diff options
context:
space:
mode:
authorJerzy Kasenberg <[email protected]>2020-10-07 09:32:17 +0200
committerJerzy Kasenberg <[email protected]>2020-10-08 13:20:58 +0200
commitd36bfddc301daf9993c24c75597d04c1c39347a8 (patch)
tree2fa096bb5a5743abbc50c46dba6e128cd7e4604b /src/device
parent33a5081bd1c712726f879ba65fee973b23480c27 (diff)
DA146xx: Allow transmitting of packets larger then 64 bytes
FIFO is limited to 64 bytes yet MCU is capable of transmitting larger packets provided that FIFO will be filled on the fly and USB_USB_TXCx_REG_USB_LAST_Msk bit is set after FIFO is filled with all the data that should be transmitted. This change allows to use FIFO level warning interrupt to fill FIFO. When DMA is available it will be used instead of interrupts. Some function names were changed to better reflect what each function does.
Diffstat (limited to 'src/device')
0 files changed, 0 insertions, 0 deletions