-
Using pip version from pymcuprog, and serialupdi, in attiny 2 series (3226).
With "-v warning", there are no logs on the progress of the programming.
With "-v info", there are way too many log lines…
-
@Spence,
Just found out that your great DxCore is available for PlatformIO!! Fantastic!
Is there a change you will make the megaTinyCore also available (in the near future) for PlatformIO??
H…
-
Hi,
I've just found your great project! Would it be possible to add other chips (looking for Attiny1616 debugger currently)?
Is this project based on reverse engineering the debug protocol or is…
-
Hello!
Is it possible to add Wurkkos TS11 / TS25 support? They seem to share the same firmware, code `0715`. I found the config file [here](http://bazaar.launchpad.net/~gabe/flashlight-firmware/and…
-
### Summary
The lint `cast_possible_wrap` is triggered by a conversion from `u8` to `isize`.
The displayed message is:
casting `u8` to `isize` may wrap around the value on targets with 32-b…
-
Hi!
It seems that the URL
_http://drazzy.com/package_drazzy.com_index.json_
is down. I'm getting an error whenever I start the IDE.
Thanks
-
I'm not sure if this is possible, but I was wondering if these usb dongles can be used as linux gpio pins via the libgpiod device manager.
So they can show up as:
`/dev/gpiochipN` where N is the c…
-
hi, i would like to drive 4 PWM led drivers with an attiny 84 MCU, i noticed i can not get all channels to output at same frequency, the datasheet suggest a prescaler of zero can be applied to both ti…
-
Attempting to use RS485 mode for the UART on a ATTiny1614 I get the following error:
```
.platformio/packages/framework-arduino-megaavr-megatinycore/cores/megatinycore/UART_constants.h:116:45: err…
-
When accessing 16 bit registers like counters on an 8 bit AVR core, these accesses have to be split into two 8 bit register writes. To do this, the peripherals have a TEMP register that the CPU automa…