-
### Describe the problem
The Arduino language features are not available after startup.
### To reproduce
- Have no attached boards,
- Start IDE2,
- Select `Arduino Uno` board (can be any),…
-
このページは気がつくと更新されます。
It's written frankly, so even if it's automatically translated into English, it might not come across correctly.
進行中
- 古い設定ファイルを食わせると互換性がなくて segmentation fault
- https:/…
-
* Using Arduino IDE 1.18.13, as recommended.
* MegaTinyCore version 2.6.10.
* Compiling to ATTiny402. (Also tried on ATTiny202, so this looks to happen independent of target chip.)
You can select…
-
`configure.ac` has outdated lines like
```
CHECK_AVR_DEVICE(attiny202)
AM_CONDITIONAL(HAS_attiny202, test "x$HAS_attiny202" = "xyes")
```
from recent patches.
Such lines were needed in the old…
-
The current "avrdude.conf" has the following description in three places: ".xmega", ".avr8x", and ".avrdx".
```
memory "data"
# SRAM, only used to supply the offset
offset …
-
When trying to target a new device in the hal, the ATTiny202, I get a compiler error about the linker. I tried changing the MCU type to avrxmega3 but that caused different errors. Here is the log:
…
-
### Description
Is there a way to modify this to work with an ATtiny202/402? I am struggling to find equivalent timer settings. Are there any plans to expand this to work with other boards?
##…
-
Normally fuse bits are defined like
```
#define FUSE_SOMETHING (unsigned char)~_BV(some_n)
```
For the list of parts below gcc v12 defines a lot of them *without bit inversion* `~`
```
atmega1…
-
Hi,
your lib looks very promising. Unfortunately there are big problems with it. If I use it with Arduino then the controller always resets.
If I use it in Atmel Studio 7 it always compiles with…
-
Hello,
I am very new to the MegaTinyCore community as I just purchased a lot of ATtiny’s. I have been going through the list of features listed in the main welcome page and one of those is the PWM …