~ruther/avr-device

7030af46ce10cedaebef8977ca42d148e9934dc8 — dalpil 3 years ago b19f2a1
Use the same timer patch for atmega1280 as for atmega2560
3 files changed, 17 insertions(+), 1 deletions(-)

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

  - "timer/atmega1280-2560.yaml"

M patch/atmega2560.yaml => patch/atmega2560.yaml +1 -1
@@ 8,4 8,4 @@ _include:
  - "common/usart.yaml"
  - "common/wdt.yaml"

  - "timer/atmega2560.yaml"
  - "timer/atmega1280-2560.yaml"

A patch/timer/atmega1280-2560.yaml => patch/timer/atmega1280-2560.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"

Do not follow this link