~ruther/avr-device

ref: 84f2b65144b64a4e70aa670f753f4ab49c0a5aaa avr-device/patch/atmega328p.yaml -rw-r--r-- 389 bytes
84f2b651 — David Add ATmega8U2 4 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
_svd: ../svd/atmega328p.svd

_include:
  - "common/ac.yaml"
  - "common/adc.yaml"
  - "common/port.yaml"
  - "common/spi.yaml"
  - "common/twi.yaml"
  - "common/usart.yaml"
  - "common/wdt.yaml"

  - "timer/atmega328p.yaml"

CPU:
  _modify:
    PRR:
      access: read-write

EXINT:
  EIMSK:
    _modify:
      INT:
        description: External Interrupt Request Enable
    _split: [INT]
Do not follow this link