summaryrefslogtreecommitdiff
path: root/src/class/cdc/serial/cp210x.h
AgeCommit message (Collapse)Author
2026-07-02license: use SPDX identifiers for src/ headers (#3749)Ha Thach
* 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.
2024-04-04CP210x removed baudrate check, fixed data bits checkIngHK
2024-04-04fixed compile warningsIngHK
2024-03-21code style and clean up CDC serial header filesIngHK
2024-02-24improved CP210x supportIngHK
2023-11-25Add configuration option CFG_TUH_CDC_CP210X_PID_LIST to tusb_option.hOliver Larsson
2023-04-27forgot to add cp210x headerhathach