~ruther/avr-device

ref: 6f0b1cc9148270b0fd4a0f1b25c0a6dd0a3c6035 avr-device/patch/common/spi.yaml -rw-r--r-- 279 bytes
6f0b1cc9 — Rahix gen-intr-lut: Switch to /usr/bin/env bash as interpreter 5 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Patches for the SPI peripheral
#
# Fix the SP2X status register bit to have write access
SPI:
  _modify:
    SPSR:
      access: read-write
  SPSR:
    _modify:
      SPIF:
        access: read-only
      WCOL:
        access: read-only
      SPI2X:
        access: read-write
Do not follow this link