-
-
Notifications
You must be signed in to change notification settings - Fork 928
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 APM32 Serial Device Support #4034
Conversation
✅ Deploy Preview for origin-betaflight-app ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
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.
|
Already have this in
|
|
I am a team with @MorroGeek and we are working on adding the SDK for APM32 to Betaflight and we have now finished the native build and successfully run it on the PCB I designed. Now that we need to merge the added SDK into the main branch, please allow our merge request. |
@haslinghuis @nerdCopter This Pull requests Merging is blocked,How do I pass this Pull request? |
To merge this PR it needs to be approved by several people. No problem with that, but the firmware part needs to be approved and merged first. |
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.
@MorroGeek this PR is based upon EDIT: made a new PR to fix. |
Excuse me for the oversight with the PR being based on the master branch. I understand the importance of keeping the master branch clean and stable. For the next PR, I will create a new branch for development and submit the PR from there to ensure compliance with Betaflight PR rules. Thanks for bringing this to my attention, and I appreciate your understanding. |
Add APM32 Serial Device Support
Description
This merge request introduces support for APM32 serial devices manufactured by Geehy Semiconductor. Specifically, it adds identification and support for devices with a Vendor ID (VID) of
0x314B
and a Product ID (PID) of0x5740
.Changes
serial_devices.js
file to include the new device identification information.0x314B
) and PID (0x5740
).Purpose
The purpose of this update is to expand our hardware support, enabling our software to be compatible with APM32 series serial devices. This will provide our users with a broader range of hardware options.
Testing
serial_devices.js
file.