-
Fun fact of the day about the flash pagesize of `ATtiny20`
- ATDF puts a value of 128 on this
- Avr-libc's `iotn20.h` defines SPM_PAGESIZE as 64
- Page 160 of [datasheet](https://ww1.microchip.c…
-
Please add support for the Attiny Boards like:
attiny424
attiny426
attiny427
attiny824
attiny826
attiny827
attiny1624
attiny1626
attiny1627
attiny3224
attiny3226
attiny3227
This are upc…
-
Hi
Suspicious bug when using AVR32DD20 and AVR64dd20 with MILLIS_USE_TIMERA0 option
Issue between wiring.h and timer.h (only for 20PINS ITEMS)
It look like CPU speed is ignored to set the rig…
-
Hi,
First of all thanks for your work on this! After a bit of struggling I could get a GDB server starting. (I did not have hidapi installed! `sudo apt install libhidapi-hidraw0 libhidapi-libusb0`)…
-
Greetings!
Can I compile code for AT90S2313 using this solution?
Ogogon.
-
https://github.com/SpenceKonde/megaTinyCore/blob/a4d80aefb68756921082154f58ea81e3dfbad84f/megaavr/variants/txy4/pins_arduino.h#L44
Doesnt match https://github.com/SpenceKonde/megaTinyCore/blob/mast…
-
As the title says, i can't seem to change the DAC reference from internal 0.55V. I tried all the options except for the external reference and the full scale output remains 0.548V as measured.
I'm …
-
This error happens if you do both `#include ` and `#include ` in the same `.cpp` (or `.ino`) file.
Here is the error in more detail:
```
In file included from mytest.ino:2:0:
.../MegaCoreX/har…
-
in the Spencekonde AtmegaTiny core it is possible to program the Attiny0,1 and 2 Series with PYupdi just using a serial adapter and a single resistor. This words fine, even for the DX cores. It should…
-
I have a problem with a library I use for the MCP2515 SPI CAN controller IC. It has worked on every other core I've thrown it at (AVR, Tiny, Arm, Pico, ESP, etc) but I get a hang with DxCore. The libr…