-
As I've mentioned in other threads I'm working on a new Arduino core that (hopefully) will support the new MegaAVR-0 series. I got proper test hardware for all targets (ATmega3808/ATmega4808 and ATmeg…
-
the attiny26 /v is a useful MCU in the TinyAVR family.
plzz add it
thanks
-
trying to program ATtiny402
seem to be able to run
python3 pyupdi.py -d tiny402 -c /dev/ttyUSB0 -e
to Erase the chip
but when running
python3 pyupdi.py -d tiny402 -c /dev/ttyUSB0 -v -f SbusS…
-
Dear.
I was reading the datasheet of the Attiny861 and I see it has kind of double USI interface, one in PORTB and other in PORTA. the one in PORTB is the one can be used to upload the code via ISP…
-
Support for the ATmega3208/3209/4808/4809 would be great.
-
Hi,
I'm trying to program with pyupdi an Attiny817 on a Attiny-Explained-M demoboard (http://ww1.microchip.com/downloads/en/DeviceDoc/50002657A.pdf);
I'm using Python 2.7 on a Linux machine and wh…
-
The ATtiny85 has no hardware multiplication support, needed for the envelope generator.
Try out some of these. There's not much room for big tables, but for 8x8 mult only 512 bytes of progmem are n…
-
The avr-gcc 4.9.2 in IDE 1.6.13 does still not know about the ATTiny 4/5/9/10/20 Reduced Core TinyAVR chips.
The [official avr-gcc 4.9.2](http://www.atmel.com/tools/ATMELAVRTOOLCHAINFORLINUX.aspx) …
-
The avr-gcc 4.9.2 in IDE 1.6.13 does still not know about the ATTiny 4/5/9/10/20 Reduced Core TinyAVR chips.
The [official avr-gcc 4.9.2](http://www.atmel.com/tools/ATMELAVRTOOLCHAINFORLINUX.aspx) …
-
This issue follows on from https://github.com/KiCad/kicad-library/issues/1386
Some references:
* https://github.com/KiCad/kicad-library/pull/1081
* https://github.com/KiCad/kicad-library/issues…