-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
Android: Update Serial Implementation #11082
Conversation
cabd653
to
820edaa
Compare
Following this. Willing to test on our custom Android-based RC controllers. |
583a175
to
322ebc2
Compare
Is this just a goal of better repo organization as well? Or are there functionals changes here as well? |
The biggest change will be much better USB support (easier for people to add support for new devices too). The cleanup is a consequence of me replacing the dated custom QSerialPort implementation and custom implementation of the usb library with a simplified interface. Although I did move a couple files around just to better structure the android packaging. |
9b927d0
to
5bdf564
Compare
Oh, ok. That's all great stuff. |
It will be a little easier if I can get us switched to CMake entirely first, so that I don't have to update both build systems. I will return to this later. |
653f9b7
to
f41ebdc
Compare
f41ebdc
to
3bea2ad
Compare
3bea2ad
to
80350ac
Compare
@DonLakeFlyer I am just making this public in case you have comments. This will probably take a bit of time to finish. I can break it down into multiple PRs when I am done.