~ruther/avr-device

397035adc37b2c1fa8d9c732cf44392bff60ba06 — Rahix 4 years ago 7689482
atmega2560: Add timer patches

Signed-off-by: Rahix <rahix@rahix.de>
2 files changed, 16 insertions(+), 0 deletions(-)

M patch/atmega2560.yaml
A patch/timer/atmega2560.yaml
M patch/atmega2560.yaml => patch/atmega2560.yaml +2 -0
@@ 5,3 5,5 @@ _include:
  - "common/twi.yaml"
  - "common/usart.yaml"
  - "common/wdt.yaml"

  - "timer/atmega2560.yaml"

A patch/timer/atmega2560.yaml => patch/timer/atmega2560.yaml +14 -0
@@ 0,0 1,14 @@
# This intermediate file is needed because peripheral-level includes are not
# supported in top-level files.

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

TC1,TC3,TC4,TC5:
  _include:
    - "dev/16bit.yaml"

TC2:
  _include:
    - "dev/8bit-async.yaml"