~ruther/avr-device

ref: 8962262a6747f921c6b3cbee6cc364b31fafbd35 avr-device/patch/atmega328p.yaml -rw-r--r-- 275 bytes
8962262a — Greg Green atmega328p: Make PRR register writable 4 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
_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
Do not follow this link