| Age | Commit message (Collapse) | Author |
|
|
|
samg fifo is accessed byte by byte (although the register is 32 bit).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Signed-off-by: Rafael Silva <[email protected]>
|
|
Copying has to be conduct in full words (at least for STM32). Renamed
copy function to tu_fifo_write_n_const_addr_full_words()
|
|
NRF_USBD->SIZE.EPOUT[epnum] only need to write once to enable
Bulk/Interrupt transfer. We only need to do it in dcd_edpt_open() and
dcd_edpt_clear_stall()
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- also use dcd_event_bus_reset()
- Add TODO for suspend, resume later on (need to test with/without vbus
detection).
|
|
|
|
add rp2040 to host example build
|
|
rp2040: use TU endpoint conventions and remove redundant variables
|
|
|
|
|
|
Update RP2040 hcd_init to have rhport argument.
|
|
|
|
|
|
|
|
|
|
rp2040: correctly size variables to reduce RAM usage
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Conflicts:
src/common/tusb_fifo.h
src/osal/osal_none.h
|
|
|
|
|
|
Enhance Host MSC
|
|
|
|
|
|
|
|
|
|
|