~ruther/avr-device

ref: ea289f83d9f7f12fa35cd108ba80678847c9c41d avr-device/patch/timer/attiny85.yaml -rw-r--r-- 322 bytes
c0b5119a — Andrew Dona-Couch 4 years ago
attiny85: Timer patch fixes
76894820 — Rahix 4 years ago
attiny85: Add patch for Timer/Counter 1

Signed-off-by: Rahix <rahix@rahix.de>
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>
Do not follow this link