| 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.
|
|
copilot/fix-dcd-edpt-xfer-issue
Signed-off-by: HiFiPhile <[email protected]>
|
|
as default driver implementation. dcd_edpt_close() is deprecated and will be removed from all driver in the future.
|
|
Co-authored-by: Copilot <[email protected]>
|
|
Co-authored-by: HiFiPhile <[email protected]>
|
|
Signed-off-by: HiFiPhile <[email protected]>
|
|
|
|
consistent
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
msp430x5xx: Add fix for possible bug in msp430-elf-gcc 9.3.0.
|
|
|
|
|
|
TUSB_OPT_DEVICE_ENABLED still usable for backward compatible
|
|
msp430x5xx: Set base of transmit_packet buffer earlier to avoid incre…
|
|
|
|
past unsent data.
|
|
correctly responded to TD 9.13 Set Configuration Test
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Move pull-up enabling to dcd_init() instead of usbd
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
comment which describes why it might be needed.
|
|
|
|
behavior of driver in comments.
|
|
|
|
42.3.1.3 in Reference Manual; fix is incomplete but works.
|
|
|
|
could get spuriously set in debugging sessions. cdc_msc functional.
|
|
|
|
|
|
opened due to reset potentially not resetting everything.
|