-
Notifications
You must be signed in to change notification settings - Fork 62
When will the new version be released? #166
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
Comments
Good question. I'm sure more people would like to know.... So let's take a pragmatic approach. Do you mean the release of code currently in the master branch or submitted as a PR? If the function you want to try is available in the current master or in a PR, I suggest you not to wait for a new release, but just copy the code over. If there is no code available yet, it can mean that the function is not supported by this core. Is it supported somewhere else? What processor are you using? |
As you know USB is the talent of WCH, I'd like to try TinyUSB function. But I don't know how to use it now. After I downloaded the main branch, and overwrite the code in arduino_core_ch32 directory, I got a lot of error. |
Unfortunately I have not tested any USB functionality myself yet. What MCU are you using? You can read more about that effort in this merged PR: Add Adafruit qtpy ch32v203 board #136. Related are merged PR's #137, #127 and #121. Additional work was done in PR's that haven't been merged yet: Added LANA TNY board #164. |
I'm making open source hardware on Ch32V305 now. How can I enabled USB support on this board? Thanks. |
FYI, current state of "master" repo works fine to me on V307 USB in FS-mode. |
I've just started taking over the task of helping to improve this project. After fully understanding it and resolving some of the issues, I'll update a new version as soon as possible. |
@yangliangquan , Thank you for your efforts so far. Good to see things are progressing. I think the CH32 chip family is a very nice addition to the Arduino ecosystem that can help many makers. I have submitted some PR's in the past that can be useful. Past weeks I improved interrupt driven serial to support dual serial ports on the X033. I intend to do a bit more testing and then I will publish those changes too. |
Hi,
When will the new version be released? I'd like to try the USB function.
Z.t
The text was updated successfully, but these errors were encountered: