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

attiny #2

Open
badgeek opened this issue Dec 19, 2016 · 1 comment
Open

attiny #2

badgeek opened this issue Dec 19, 2016 · 1 comment

Comments

@badgeek
Copy link

badgeek commented Dec 19, 2016

is there any attiny85 chip support for this bootloader?

@nekromant
Copy link
Member

nekromant commented Dec 20, 2016

It looks like attiny85 lacks the hardware bootloader support, so making a software-only workaround will be VERY tricky due to the fact that v-usb needs interrupts to function properly.

On the other hand, there exists this v-usb modification that might give us a chance: https://cpldcpu.com/2014/03/02/interrupt-free-v-usb/

Unfortunately I don't have an attiny85 around to give it a proper try, but if you are feeling like it I've added an attiny85 test config to devices/ and added some minor modifications so that it would at least compile properly. If you manage to get it running - please send a pull request ;)

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

No branches or pull requests

2 participants