~ruther/avr-device

ref: cb089e6c674702363f8ecd9ef1f0a8ba4619c873 avr-device/patch/atmega328p.yaml -rw-r--r-- 171 bytes
1969ec39 — Liam Perlaki 5 years ago
Add patches for ADC peripherals

Add a patch to fixup a few registers in the ADC peripheral
for ATmega328P, ATmega32U4, ATmega1280, and ATmega64.
a2c84372 — Jonah Dahlquist 6 years ago
Add patch for SPI device

bfbd5bc0 — Jonah Dahlquist 6 years ago
atmega328p: Add missing patches

This commit adds patches for ATmega328P by copying the commons from ATmega32U4, omitting PLL because the 328p lacks that feature (#11)
71b1b462 — Rahix 6 years ago
atmega328p: Add patch & fix ACSR access mode

Signed-off-by: Rahix <rahix@rahix.de>