-
Notifications
You must be signed in to change notification settings - Fork 136
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
To add libserialport support to Windows MSVC build #1552
Comments
One approach is to create a fork avrdude-libserialport under the avrdude organization. Change it for Windows and CMake, and then integrated it into MSVC build, same as the approach developed by @mariusgreuel. https://github.com/avrdudes/libusb |
Known Windows specific issues. Bug
Lack of features compared to Linux and macOS
MinGW build |
@dl8dtl or @mariusgreuel or @MCUdude or @stefanrueger Just wondering if you can help to fork the following repo under the avrdudes organization. I do not have the permission to do that. The idea is to add CMake files to libserialport fork and then try to integrate that into avrdude MSVC build. |
Thanks. Can you add me as a collaborator to the repo? I do not have the access to that repo now. |
To do:
No 2 and No 3 may require quite some efforts. |
Remove this from avrdude 7.4 milestone since there is no active development on this topic. |
As of now, Windows MSVC build does not support libserialport.
It will be good to add the support of libserialport for the Windows MSVC build.
The text was updated successfully, but these errors were encountered: