| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-07-02 | license: 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. | |||
| 2025-10-16 | add tu_div_round_nearest() (only handle positive) to replace ↵ | hathach | |
| DIV_ROUND_CLOSEST() to remove the need of typeof | |||
| 2025-06-27 | major refactor to generalize cdch serial driver | hathach | |
| - add common 2 stage set line coding for driver without direct set_line_coding support e.g ftdi, cp210x, ch34x - add common cdch_process_line_state_on_enum() to handle cfg line state on enum e.g CFG_TUH_CDC_LINE_CONTROL/CODING_ON_ENUM - refactor cdch_internal_control_complete and user_complete_cb to be managed by tuh_cdc_ API instead of serial driver | |||
| 2025-06-20 | cdch clean up and refactor, add explicit sync() API | hathach | |
| 2025-06-19 | clean up pl2303 type data | hathach | |
| 2025-06-19 | house keeping | hathach | |
| 2024-04-04 | CP210x removed baudrate check, fixed data bits check | IngHK | |
| 2024-04-04 | fixed compile warnings | IngHK | |
| 2024-03-21 | code style and clean up CDC serial header files | IngHK | |
| 2024-02-24 | added PL2303 support | IngHK | |
| 2024-02-24 | improved CP210x support | IngHK | |
| 2024-02-24 | improved FTDI support | IngHK | |
| 2024-01-20 | accumulated review changes | IngHK | |
| 2024-01-20 | make CFG_TUH_CDC_LINE_CODING_ON_ENUM optional for ch34x | hathach | |
| 2024-01-19 | - add ch34x_set_data_format() | hathach | |
| - add ch34x_set_line_coding() | |||
| 2024-01-19 | - revert the use of serial init for set line coding | hathach | |
| - update ch34x_get_lcr and ch34x_get_factor_divisor | |||
| 2024-01-17 | implemented ch34x_set_line_coding() and some code cleanup | IngHK | |
| 2024-01-17 | more clean up | hathach | |
| 2024-01-16 | merge and cherry pick changes | hathach | |
| 2024-01-16 | fix number of endpoint for ch340x, also open notification even not used for now | hathach | |
| 2024-01-16 | Merge branch 'cdc_ch34x_support' of https://github.com/IngHK/tinyusb into ↵ | IngHK | |
| cdc_ch34x_support | |||
| 2024-01-16 | CDCh host: further work on CH340/CH341 support | IngHK | |
| 2024-01-16 | Merge remote-tracking branch 'remotes/hathach/master' into cdc_ch34x_support | IngHK | |
| 2024-01-15 | fix conflict of BIT() macro | hathach | |
| 2023-12-26 | initial support of CH34x CDC device | IngHK | |
| 2023-12-12 | Add configuration option CFG_TUH_CDC_FTDI_PID_LIST to tusb_option.h | Oliver Larsson | |
| 2023-11-25 | Add configuration option CFG_TUH_CDC_CP210X_PID_LIST to tusb_option.h | Oliver Larsson | |
| 2023-04-27 | forgot to add cp210x header | hathach | |
| 2023-04-27 | rename ftdi_host to ftdi_sio | hathach | |
| 2023-04-26 | hacky, but ftdi work with hard code baudrate = 9600 | hathach | |
