-
Notifications
You must be signed in to change notification settings - Fork 29
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 support for GD32VF103 chips [rebase] #36
base: master
Are you sure you want to change the base?
Conversation
@Disasm I would like integrate OTG FS support directly to |
The biggest problem so far is testing: I'd like the PR to be tested before merge, not only with GD32V, but also with other STM32 chips to avoid regressions. I have the hardware needed, but I need time which I don't have enough at the moment. |
@Disasm I developing CI solution for running tests on hardware. |
I used the following chips/boards: Also I don't have a board for STM32H7xx, but it would be nice to test it as well (#4, stm32-rs/stm32h7xx-hal#108) |
@Disasm Thanks! Currently I have only the following:
|
This is rebase of original PR #25.
I tested it with test class example.
Also I tested CDC ACM made using
usbd_serial
crate (usb-otg-workspace#7)