~ruther/avr-device

ref: 06ef5e65c7234543f08be66f1a10c284e2cdd68f avr-device/patch/atmega128rfa1.yaml -rw-r--r-- 539 bytes
06ef5e65 — Michael Buesch Small fixes 2 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
_svd: ../svd/atmega128rfa1.svd

# this isn't complete, but the MAN_ID_0 field is broken into bits, and has an
# associated 8-bit wide enum which is associated with bit 0 rather than the
# entire register. many other registers within the TRX24 are incorrectly split
# into bits, however they have not been patched yet as this is the only one
# which causes a build failure.
TRX24:
  MAN_ID_0:
    _merge:
      - "*"

_include:
  - "common/adc.yaml"
  - "common/spi.yaml"
  - "common/twi.yaml"
  - "common/usart.yaml"
  - "common/wdt.yaml"
Do not follow this link