-
I checked out v2.5:
```git clone -b version_2.5 https://github.com/micronucleus/micronucleus.git```
Then I tried to build t85_default:
```
$ make CONFIG=t85_default
Building Micronucleus configur…
-
I just added Arduino IDE 1.8.15 to my list of portable installations and I noticed that when installing AttinyCore via the boards manager I get this warning
`Warning: non trusted contribution, skip…
-
Hello @ArminJo , thanks for writing this tool.
I recently bought a digispark, setting up the host system per the instructions on Digistump's site (adding a udev rule etc), and then adding your pack…
-
Please also have a look at discussion: #171
**Describe the bug**
When attempting to use "-" as the Filename, an error is generated. From Help:
`Path to intel hex or raw data file to upload, o…
-
I added experimental support for the micronucleus bootloader to AVRDUDE.
I would appreciate if any interested party could test these patches and provide feedback. Please see the documentation in re…
-
Using Commandline tool version: 2.04 on Lubuntu (```Linux ****** 5.0.0-38-generic #41-Ubuntu SMP Tue Dec 3 00:27:35 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux```).
I can see the device:
```
#:$ lsus…
-
Currently PlatformIO is using the package
https://github.com/platformio/platform-atmelavr/blob/dec3edd5f16c79a62bcc91fed7d04618b04721fe/platform.json#L62-L67
which maps to the latest version of …
-
The micronucleus version referenced in the "package_digistump_index.json" file is 2.0a4 the latest version from micronucleus is 2.04
Time for an upgrade ?
-
Hi,
I like the micronucleus bootloader, but I have one serious issue. On startup, the pins are pulled high (during the 5sec booting time). This is problematic, because I have an overdriven LED atta…
-
Is it possible to enter the bootloader on power-on reset only when USB is connected?
I am using the pins `PB3 `and `PB4 `on ATtiny85 only for the USB bootloader (digispark) when updating the firmware…