Skip to content

add libusb-0.1 compat library #43

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

Merged
merged 1 commit into from
May 9, 2022
Merged

add libusb-0.1 compat library #43

merged 1 commit into from
May 9, 2022

Conversation

eladyn
Copy link
Contributor

@eladyn eladyn commented May 9, 2022

fixes #26

Mainly followed this comment, though I'm not sure, what @hadess meant by the second part (32-bit support). I guess, we'll see, whether the flathub build succeeds with this simple version or if it needs further tweaking.

Anyway, it works for me and I can successfully compile and upload to the Digispark.

@flathubbot
Copy link
Contributor

Started test build 90473

@hadess
Copy link

hadess commented May 9, 2022

though I'm not sure, what @hadess meant by the second part (32-bit support).

I meant just that, 32-bit host support, for example if Arduino IDE or one of its dependencies was stuck in i386 times.

@flathubbot
Copy link
Contributor

Build 90473 successful
To test this build, install it from the testing repository:

flatpak install --user https://dl.flathub.org/build-repo/88258/cc.arduino.arduinoide.flatpakref

@eladyn
Copy link
Contributor Author

eladyn commented May 9, 2022

I meant just that, 32-bit host support, for example if Arduino IDE or one of its dependencies was stuck in i386 times.

Thanks, fortunately seems fine like this. 😀

@hadess
Copy link

hadess commented May 9, 2022

You probably want to put Closes: #26 in the commit message, and explain why the change is necessary in the commit message, so that one doesn't have to find the issue it closes to know why an old libusb is needed.

This is needed for the `micronucleus` cli utility that is used to upload
to devices using the `micronucleus` bootloader (e.g. Digispark).

Closes flathub#26.
@flathubbot
Copy link
Contributor

Started test build 90476

@flathubbot
Copy link
Contributor

Build 90476 successful
To test this build, install it from the testing repository:

flatpak install --user https://dl.flathub.org/build-repo/88261/cc.arduino.arduinoide.flatpakref

@A6GibKm
Copy link
Collaborator

A6GibKm commented May 9, 2022

Thanks!

@A6GibKm A6GibKm merged commit 61f4235 into flathub:master May 9, 2022
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.

Cannot use digispark integration due to missing libusb-0.1
4 participants