~ruther/avr-device

ref: 0c63ac5cdcc8d6b0487e3e139d4dbafa4d8286e9 avr-device/patch/atmega328pb.yaml -rw-r--r-- 598 bytes
0c63ac5c — Jan Paw Replace gen-intr-lut.sh sed hack with svdtools 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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
_svd: ../svd/atmega328pb.svd

# Remove index suffix from all registers and fields
SPI0:
  _strip_end:
    - "0"
SPI1:
  _strip_end:
    - "1"
  SPSR:
    _strip_end:
      - "1"
  SPCR:
    _strip_end:
      - "1"

# Remove index suffix from all registers and fields
TWI0:
  _strip_end:
    - "0"
TWI1:
  _strip_end:
    - "1"
  TWCR:
    _strip_end:
      - "1"
  TWSR:
    _strip_end:
      - "1"

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

  - "timer/atmega328pb.yaml"
Do not follow this link