| Age | Commit message (Collapse) | Author |
|
selectively disable usbd/usbh or driver log
|
|
CFG_TUD_MEM_SECTION is default to CFG_TUSB_MEM_SECTION
|
|
can be useful when focusing on let's say usbh
|
|
fix: Replace device calls to memcpy with tu_memcpy_s
|
|
|
|
|
|
|
|
|
|
Introduces a new function tu_memcpy_s, which is effectively
a backport of memcpy_s. The change also refactors calls
to memcpy over to the more secure tu_memcpy_s.
|
|
|
|
-Wuninitialized, -Wunused, -Wredundant-decls
|
|
Enhance rhports management
|
|
* The standard inquiry response additional length field needs to be set to
the length in bytes of the remaining standard inquiry data (i.e. N - 5),
otherwise the kernel driver issues a warning about short inquiry response..
|
|
TUSB_OPT_DEVICE_ENABLED still usable for backward compatible
|
|
|
|
LUN1 of msc_disk_dual will be set to not ready to simulate medium not
present (e.g SD card removed)
|
|
set default error sense to NOT READY, Medium not present
|
|
|
|
|
|
|
|
house keeping update
|
|
|
|
|
|
|
|
|
|
|
|
This reverts commit 2e23f3dd7287186445aeab39108f81c51644ed77.
|
|
|
|
|
|
transfer
|
|
|
|
|
|
|
|
|
|
add more log, pass more complaint test
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
is m4 but cannot unaligned acces on usb ram
|
|
Signed-off-by: HiFiPhile <[email protected]>
|
|
|
|
migrated msc_device
|
|
- position application driver before built-in
- remove dcd.h from public include.
|