-
-
Notifications
You must be signed in to change notification settings - Fork 39.8k
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
[Feature Request] Adding support for the STM32H750 family MCUs? #20228
Comments
This isn't comprehensive, but the files that it would need to be added to:
ANd I think a generic board needs to be added to platforms/chibios/boards as well. |
Thanks four your reply. Regards. |
You should be able to manually specify all the parameters in the keyboard's As for Assuming they're all correct, you should be able to get the board to boot up. If/when you get to that point we can discuss how you go about doing things "properly" in order to get it into the repo. |
I think the board was booted up since GPIOs was initialized as how I configured. But the USB device doesn't showed up on my PC (nothing found in |
I found that there are some problem in |
Oh yee. I just fixed it by removing Regards, |
At this point your best bet is to discuss directly with the ChibiOS maintainers -- they're pretty responsive on their forums and/or Discord. If a bugfix is provided on their |
This issue has been automatically marked as stale because it has not had activity in the last 90 days. It will be closed in the next 30 days unless it is tagged properly or other activity occurs. |
Feel free to tackle the same thing as #21352 once ChibiOS itself is fixed up. |
Feature Request Type
Description
Hey guys,
I am trying to port the QMK to STM32H750 which already has a
stm32_registry.h
in the ChibiOS repo. I am wondering how can I do to compile the firmware for it?When I tried to compile it after adding some configuration code, many errors occurred. So how could I build the firmware for other MCUs like STM32H750 which already have
stm32_registry.h
existed.Thanks and Regards,
Jun ASAKA.
The text was updated successfully, but these errors were encountered: