Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 298 Bytes

File metadata and controls

18 lines (12 loc) · 298 Bytes

Microchip ATtiny Hardware Support Package

Supported Chips

  • ATtiny85
  • ATtiny84
  • ATtiny1634
  • ATtiny1616

FYI: LLVM issues

Currently LLVM is having trouble lowering AVR when this is built in debug mode.

For now always build in release small:

zig build -Doptimize=ReleaseSmall