| Age | Commit message (Collapse) | Author |
|
Adds configuration option CFG_TUSB_ALT_BIT_PACKING_ALIGNMENT, which
substitutes bitfield variable " : 0" padding syntax with an unused
variable of size equal to the remaining number of bits.
This change resolves aligned access issues for some platforms.
Default behavior is original if the option is not explicitly enabled.
|
|
|
|
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]>
|
|
|
|
|
|
|
|
- RTT mode is blocking to prevent log lost
- Improve logging message
|
|
|
|
|
|
|
|
|
|
|
|
|
|
add msc scsi command list
|
|
|
|
|
|
|