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

Add CH32F20x support #2278

Merged
merged 3 commits into from
Nov 24, 2023
Merged

Add CH32F20x support #2278

merged 3 commits into from
Nov 24, 2023

Conversation

Krasutski
Copy link
Contributor

@Krasutski Krasutski commented Oct 6, 2023

CH32F20x MCU family support
Added support of CH32F2 MCUs

Current code already support WCH CH32V3 chip, this MCU have the same USB HS core as CH32F20x therefore I just moved portable/wch/ch32v307/dcd_usbhs.c file to common folder(portable/wch/dcd_ch32_usbhs.c) and add libs for CH32F2xx
Tested on ch32f205r-r0 demo board

image

This my first Pull Request to tinyusb, please let me know If I missed something

@Krasutski Krasutski changed the title Feature/ch32f20x Add CH32F20x support Oct 9, 2023
Copy link
Owner

@hathach hathach left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

perfect, thank you very much. I resolve an readme conflict and fix a minor pre-commit format (end of file). Will merge when ci is all passed.

@hathach hathach merged commit f03f60e into hathach:master Nov 24, 2023
43 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants