| Age | Commit message (Collapse) | Author |
|
* license: use SPDX identifiers for src/ headers
Replace the full ~20-line MIT license boilerplate on every src/ file with a
two-line SPDX tag (SPDX-FileCopyrightText + SPDX-License-Identifier), following
the REUSE convention used by CircuitPython and the Linux kernel. Removes ~3500
lines of duplicated boilerplate.
|
|
of bool. help to simplify parsing configuration
|
|
|
|
|
|
Signed-off-by: HiFiPhile <[email protected]>
|
|
|
|
|
|
|
|
change usbh driver init() return type from void to bool
|
|
add TUSB_VERSION_BUILD, also add TUSB_VERSION_NUMBER
|
|
|
|
- also rename usbh_classdriver.h to usbh_pvt.h to consitent with usbd
|
|
|
|
selectively disable usbd/usbh or driver log
|
|
|
|
|
|
- CFG_TUD_MEM_SECTION and CFG_TUD_MEM_ALIGN
- CFG_TUH_MEM_SECTION and CFG_TUH_MEM_ALIGN
- fix missing mem section and align for host
|
|
temporarily disable codespell
|
|
|
|
|
|
add user arg to all scsi command API that support complete callback
|
|
|
|
|
|
move usbh_edpt_open() to public API, remove rhport from its signature
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
separate dev0 from _usbh_devices pool to save sram
|
|
|
|
the descriptor len used by driver will be calculated by usbh
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
rename mount, umount callback
|
|
|
|
|