Spence Konde (aka Dr. Azzy)

Results 38 issues of Spence Konde (aka Dr. Azzy)

And here we were all worried that Microchip was going to let AVR languish, and was just doing a capture -> woodshed sorta thing to take out a PIC competitor......

On those parts, it would make life easier if you provided #defines for the standard names, which - unless I'm mistaken - I don't think you currently do (ie, for...

Why are you setting the lockbits to prohibit LPM of bootloader flash from application flash? This would prevent someone from using a "bootloader identifier" sketch, if they for some reason...

### Discussed in https://github.com/SpenceKonde/ATTinyCore/discussions/710 Originally posted by **founfabug** August 3, 2022 Arduino: 1.8.13 ATTinyCore-2.0.0-dev: From today System: Windows 10 Error on uploading: `java.io.IOException: Cannot run program "C:\Users\...\AppData\Local\Arduino15\packages\ATTinyCore\tools\micronucleus\2.5-azd1b/launcher": CreateProcess error=2, The...

Critical
2.0.0-dev bug

### Discussed in https://github.com/SpenceKonde/ATTinyCore/discussions/664 Originally posted by **AvilanHauxen** February 7, 2022 Hi. I have a project that I am moving from an ATTiny84 to an ATTiny861, and I am experiencing...

Pre-2.0.0 bug
help wanted
2.0.0-dev bug

Syntax error on line 87? What the hell do you mean syntax error on line 87? What's wrong with it? How do I fix it? I have no idea how...

Blocked
SUPERCRITICAL
Critical

When using Optiboot on a chip without hardware bootloader support (ie, most of the parts in this core) the bootloader can, if a programming cycle is started but not completed,...

Pre-2.0.0 bug
no plans to change

The current way that OSCCAL tuning is done is pointless, as it requires modifying variants or board def to specify the tuned OSCCAL value, but this will vary from part...

enhancement
work complete but untested

Nothing in the fucking code was changed, why is this doing this? @per1234 do you have any idea what changed?

bug
critical

We *really* ought to have a minimal wrapper class for at least the two most common non-PWM uses of a type B timer, and ideally the third as well. These...

enhancement
design decision
DxCore Too