~ruther/avr-device

ref: 7f6dbe125e6cda8661c80dc4ed466907dfa0af70 avr-device/patch/atmega128rfa1.yaml -rw-r--r-- 539 bytes
7f6dbe12 — dalpil Adds patch for the timers on attiny167 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