-
Notifications
You must be signed in to change notification settings - Fork 148
Support CH32X035 and CH32L103 #486
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
Open
21km43
wants to merge
34
commits into
adafruit:master
Choose a base branch
from
21km43:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 32 commits
Commits
Show all changes
34 commits
Select commit
Hold shift + click to select a range
d0fda78
add ch32x035 and ch32l103 support
21km43 9c842c5
typo fix Adafruit_TinyUSB_ch32.cpp
21km43 e8e501f
typo fix in Adafruit_TinyUSB_ch32.cpp
21km43 be6aed7
add macro for ch32l103
21km43 84e21e8
remove ch32x035
21km43 5ae850b
remove unused macro
21km43 173e452
clang format
21km43 9c10fe8
define fix
21km43 7fb912f
usb_div size fix
21km43 e73bcf4
add pragma warning
21km43 05c213e
Typo tusb_config_ch32.h
21km43 5360d17
add ch32x035 and ch32l103 support
21km43 6184ae1
Merge branch 'master' of https://github.com/21km43/Adafruit_TinyUSB_A…
21km43 143eb3b
Merge branch 'adafruit:master' into master
21km43 ddf059a
ch32x035
21km43 f54331b
clang
21km43 ddfd21d
typo fix
21km43 0432a33
Merge branch 'adafruit:master' into master
21km43 a6f34ca
rename macros for update sdk
21km43 12dbc7a
function name fix
21km43 b4535cd
name fix
21km43 bb1b430
define ch32x035 endpoint
21km43 23c00ee
add boards to tusb_config.h
21km43 8bc54a0
no change
21km43 47ec196
Update githubci.yml
21km43 654a7c6
fix build_all.py
21km43 d4bce0c
add .skip
21km43 51100cc
fix
21km43 65ce280
delete
21km43 e1c7a9d
fix
21km43 e39e57e
warning
21km43 8b38403
Merge branch 'master' into master
21km43 7b4a3d8
Merge branch 'adafruit:master' into master
21km43 51ec650
Update dcd_ch32_usbfs.c
21km43 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should this be USBFSD instead of USBOTG_FS?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, thank you.
I'll fix it.