~ruther/avr-device

ref: f40d65e5ec18e3c90491667733f8552d56af88a0 avr-device/patch/timer/attiny841.yaml -rw-r--r-- 366 bytes
f40d65e5 — Rahix ci: Switch to GitHub Actions 4 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# This intermediate file is needed because peripheral-level includes are not
# supported in top-level files.

_modify:
  TC0:
    description: "Timer/Counter0, 8-bit, PWM"
  TC1:
    description: "Timer/Counter1, 16-bit"
  TC2:
    description: "Timer/Counter2, 16-bit"

TC0:
  _include:
    - "dev/8bit-tiny8n-tc0.yaml"

TC1,TC2:
  _include:
    - "dev/16bit.yaml"