Skip to content
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

Merged
merged 12 commits into from
Jul 22, 2024

Conversation

xluciano
Copy link
Contributor

Copy link
Contributor

@uvvpavel uvvpavel left a 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?

@xluciano
Copy link
Contributor Author

Nice! Looks like we can call the same api on all the platforms. Out of curiosity, is this a 32 or 64-bit binary?

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:

msbuild -p:PlatformToolset=v143,Platform=x64,Configuration=Release libusb.sln

Nice! Looks like we can call the same api on all the platforms. Out of curiosity, is this a 32 or 64-bit binary?

@xluciano xluciano merged commit 6fb6fb3 into xmos:develop Jul 22, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants