Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CHCh Upgrade: Improved FTDI and CP210x support, add PL2303 support, bugfixes #2488

Open
wants to merge 43 commits into
base: master
Choose a base branch
from

Commits on Feb 13, 2024

  1. improved tusb_config.h comment

    heikokue authored and Heiko Kuester committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    b9c44ee View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2024

  1. Configuration menu
    Copy the full SHA
    ab6b9e3 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2024

  1. sorted driver functions into Control Request, Driver API, Enumeration…

    … and Helper. no functional changes
    heikokue committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    069c68a View commit details
    Browse the repository at this point in the history
  2. improved TU_LOGs

    heikokue committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    47777a6 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2024

  1. splitted cdch_internal_control_complete() into driver's _internal_con…

    …trol_complete() and moved them into driver's sections. no functional change
    heikokue committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    829ea52 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2f50f5a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7dd435c View commit details
    Browse the repository at this point in the history
  4. created set_function_call()

    heikokue committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    dcadf8c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ea86bbe View commit details
    Browse the repository at this point in the history
  6. improved ACM checks

    heikokue committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    22a12c7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    138567a View commit details
    Browse the repository at this point in the history
  8. fixed CFG_TUH_CDC_LINE_CONTROL_ON_ENUM handling. only set if defined.…

    … value 0 is also valid
    heikokue committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    db511fb View commit details
    Browse the repository at this point in the history
  9. created set_line_coding_sequence() and void set_line_coding_stage1_co…

    …mplete() to be reused by FTDI & CP210x
    heikokue committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    0b5f85e View commit details
    Browse the repository at this point in the history
  10. improved FTDI support

    heikokue committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    7fef594 View commit details
    Browse the repository at this point in the history
  11. improved CP210x support

    heikokue committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    4547737 View commit details
    Browse the repository at this point in the history
  12. added PL2303 support

    heikokue committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    aabee25 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    ea175a7 View commit details
    Browse the repository at this point in the history
  14. small changes & code style

    heikokue committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    2b507db View commit details
    Browse the repository at this point in the history
  15. improved TU_LOGs

    heikokue committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    da93fcf View commit details
    Browse the repository at this point in the history
  16. improved PL2303 TU_LOGs

    heikokue committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    46a861b View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    af5e75c View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2024

  1. Configuration menu
    Copy the full SHA
    7f7576f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f97e312 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d3d61da View commit details
    Browse the repository at this point in the history
  4. removed expendable ACM check

    heikokue committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    edf1320 View commit details
    Browse the repository at this point in the history
  5. small PL2303 improvements

    heikokue committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    3cf9cb9 View commit details
    Browse the repository at this point in the history
  6. improved TU_LOGs

    heikokue committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    e7308e3 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2024

  1. fixed IAR compile error

    heikokue committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    e6d27b6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dea27d2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e055104 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a9cc07f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ee92e58 View commit details
    Browse the repository at this point in the history
  6. fixed FTDI set control line

    heikokue committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    2786a61 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2024

  1. Configuration menu
    Copy the full SHA
    cb69ed0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1bbd658 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2024

  1. Configuration menu
    Copy the full SHA
    e2a5630 View commit details
    Browse the repository at this point in the history
  2. fixed compile warnings

    heikokue committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    5e67b92 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e07ee4a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a1b1c1f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e02a309 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    68602e4 View commit details
    Browse the repository at this point in the history
  7. updated doc

    heikokue committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    0c5e14c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f00e698 View commit details
    Browse the repository at this point in the history