~ruther/avr-device

ref: 660e3c0982f46cf716fc64fc0ece3f47272a9fc7 avr-device/patch/attiny85.yaml -rw-r--r-- 5.1 KiB
660e3c09 — Andrew Dona-Couch 4 years ago
attiny85: Numerous patch improvements
4ec39533 — Andrew Dona-Couch 4 years ago
attiny85: USI patch fixes
4e1e8d21 — Rahix 4 years ago
patch: Restructure timer patches

Redesign timer patch file structure for better modularity.  Now,
`timer/<chip>.yaml` defines all timer peripherals for a chip and uses
peripheral-level includes for patching the actual peripheral.  The
actual peripheral patches live in `timer/dev/<type>.yaml`.

The intermediate `<chip>.yaml` file is needed because peripheral-level
includes are not allowed in top-level files.

Signed-off-by: Rahix <rahix@rahix.de>
00e05646 — Rahix 5 years ago
atmega32u4, attiny85: Add tc0 patch

Signed-off-by: Rahix <rahix@rahix.de>
f667204f — Rahix 5 years ago
attiny85: Add WDT patch

Signed-off-by: Rahix <rahix@rahix.de>
f72d85ee — Rahix 5 years ago
attiny85: Update USI patch

Signed-off-by: Rahix <rahix@rahix.de>
5b8f3bc1 — Rahix 5 years ago
atmega32u4, attiny85: Add more patches

Signed-off-by: Rahix <rahix@rahix.de>
d5a733ea — octycs 5 years ago
Allow overwriting enumeratedValues and add exemplary patch
Do not follow this link