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

bugfix(ch32-hs-dcd): fix ch32 DATAx managment and long packet transmit #2392

Merged
merged 5 commits into from May 21, 2024

Commits on May 21, 2024

  1. Configuration menu
    Copy the full SHA
    869e5e9 View commit details
    Browse the repository at this point in the history
  2. fix(ch32, iso): fix iso IN transfers for CH32

    Denis Krasutski authored and hathach committed May 21, 2024
    Configuration menu
    Copy the full SHA
    3e604d1 View commit details
    Browse the repository at this point in the history
  3. use CFG_TUD_ENDPOINT0_SIZE, rename ep0_data_in_out_buffer to simply e…

    …p0_buffer
    
    reformat indent to 2 spaces
    hathach committed May 21, 2024
    Configuration menu
    Copy the full SHA
    4bd72da View commit details
    Browse the repository at this point in the history
  4. - minor update to ep_set_response_and_toggle/xfer_data_packet

    - merge USBHS_ISO_ACT_FLAG, USBHS_TRANSFER_FLAG handler since they are similar
    - improve uart output
    - add note for link speed in bus reset
    hathach committed May 21, 2024
    Configuration menu
    Copy the full SHA
    953e3bd View commit details
    Browse the repository at this point in the history
  5. re-add sof event

    hathach committed May 21, 2024
    Configuration menu
    Copy the full SHA
    4a5b190 View commit details
    Browse the repository at this point in the history