~ruther/avr-device

ref: 2e8d033ae63629ab84a3b7f8c2474d37ee71bcbd avr-device/patch/atmega128rfa1.yaml -rw-r--r-- 539 bytes
2e8d033a — Rahix ci: Upgrade to a new compiler version 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