| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
Conflicts:
src/common/tusb_fifo.h
|
|
Added tu_fifo_get_linear_write_info(), tu_fifo_backward_write_pointer(),
and tu_fifo_backward_read_pointer()
|
|
|
|
|
|
|
|
_tu_fifo_read_from_const_src_ptr()
_tu_fifo_write_to_const_dst_ptr()
|
|
|
|
|
|
Allows to copy from/to constant pointers required for STM32 hardware
FIFO copies.
|
|
Fix overflow in tu_fifo_write_n()
|
|
Fix IAR error on memcpy and warnings.
|
|
Signed-off-by: MasterPhi <[email protected]>
|
|
Signed-off-by: HiFiPhile <[email protected]>
|
|
|
|
other clean up
|
|
|
|
|
|
migrated msc_device
|
|
- remove usbd_edpt_xfer_abort
- rename tu_fifo_change_mode to tu_fifo_set_mode
- remove CFG_TUD_CDC_CLEAR_AT_CONNECTION definition
- remove auto fifo clear at connection event
- add tud_cdc_n_write_clear function
|
|
Host async control
|
|
|
|
|
|
|
|
STM32F3 IRQ remap option and some minor improvements
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Thus, however, overflows are detectable only for one time FIFO depth.
|
|
|
|
|
|
|
|
use series of complete callback instead of blocking semaphore, which is
more noOS friendly. still working with hid host
|
|
|
|
also rename debug lookup to prevent conflict
|
|
|
|
|
|
|
|
suppress vendor sdk driver at board.mk
|
|
|
|
Signed-off-by: Mengsk <[email protected]>
|
|
|
|
|
|
|