Rahix / avr-hal-template

cargo-generate template for avr-hal projects
Apache License 2.0
130 stars 28 forks source link

Add support for Digispark + Micronucleus #14

Open ReinoutHeeck opened 1 year ago

ReinoutHeeck commented 1 year ago

These changes add support for the Digispark board with the Micronucleus ATtiny 'virtual usb' boot loader

Requires PR https://github.com/Rahix/avr-hal/pull/364 to be merged,

then BEFORE PUBLISHING update line 21 in Cargo.toml:

19 [dependencies.arduino-hal]
20 git = "https://github.com/rahix/avr-hal"
21 rev = "3b8f39fa2ec5e3359c7bedc33d982e75e8cc3700"
ReinoutHeeck commented 1 year ago

This last change requires https://github.com/Rahix/avr-hal/pull/367 to be merged too