-
Notifications
You must be signed in to change notification settings - Fork 20
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
Update libusb host driver in RTOS device control #240
Conversation
…fwk_rtos into feature/update_win_libusb
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.
Nice! Looks like we can call the same api on all the platforms. Out of curiosity, is this a 32 or 64-bit binary?
modules/sw_services/device_control/host/libusb/Win32/libusb-1.0.lib
Outdated
Show resolved
Hide resolved
It is is 32 bits, but I tested the 64-bit version and it worked fine as well. You just need to re-build the .lib file with the command:
|
Part of https://xmosjira.atlassian.net/browse/VFH-111