mirror of
https://github.com/AsahiLinux/m1n1
synced 2024-11-23 07:03:08 +00:00
m1n1.trace: Add SPI tracer
Signed-off-by: Janne Grunau <j@jannau.net>
This commit is contained in:
parent
45824d2676
commit
025fa41e90
1 changed files with 12 additions and 0 deletions
12
proxyclient/m1n1/trace/spi.py
Normal file
12
proxyclient/m1n1/trace/spi.py
Normal file
|
@ -0,0 +1,12 @@
|
|||
# SPDX-License-Identifier: MIT
|
||||
|
||||
from ..hw.spi import *
|
||||
from ..hv import TraceMode
|
||||
from ..utils import *
|
||||
from . import ADTDevTracer
|
||||
|
||||
class SPITracer(ADTDevTracer):
|
||||
DEFAULT_MODE = TraceMode.UNBUF
|
||||
|
||||
REGMAPS = [SPIRegs]
|
||||
NAMES = ["spi"]
|
Loading…
Reference in a new issue