Reinout Heeck

Results 3 issues of Reinout Heeck

Adds a Digispark board. In the past I used the Trinket board configuration on my Digisparks, but that was buggy. Now the Digispark has the correct clock frequency and the...

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:...

I was handcrafting some svd (yaml) and early on ran into a generator issue. To reproduce run the following in an empty directory: ```sh cargo init simple_bit_field_failure \ && cd...