Skip to content

Instantly share code, notes, and snippets.

@sauttefk
sauttefk / atmega328pb.markdown
Created March 2, 2021 10:32 — forked from goncalor/atmega328pb.markdown
How to add support for ATmega328PB to avr-gcc and avrdude

Adding support for ATmega328PB to avr-gcc and avrdude

avr-gcc

  1. Download ATmega's support pack from Microchip's website
  2. Unzip the relevant files

unzip -j Atmel.ATmega_DFP.x.y.zzz.atpack \

@sauttefk
sauttefk / gist:65071cd1d60f0e42d646
Last active July 16, 2019 13:22
Output current year in Copyright line
<f:if condition="{settings.disableCopyright} != '1'">
&copy; {settings.copyrightStart}-<f:format.date format="Y">{v:system.timestamp()}</f:format.date> <a href="{settings.copyrightLink}" target="_blank">{settings.copyrightName}</a>
</f:if>