~ruther/avr-device

ref: 397170ad764373a1fe20b8ce51de28d37692a619 avr-device/patch/timer/attiny841.yaml -rw-r--r-- 366 bytes
397170ad — jaxter184 Add attiny841 and attiny861 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"
Do not follow this link