Skip to content

Commit 4a09eca

Browse files
ArcaneNibblemarcan
authored andcommitted
dart-t8110: Initial commit
Signed-off-by: R <[email protected]>
1 parent 0ba2027 commit 4a09eca

3 files changed

Lines changed: 515 additions & 0 deletions

File tree

proxyclient/hv/trace_dart8110.py

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# SPDX-License-Identifier: MIT
2+
3+
from m1n1.trace.dart8110 import DART8110Tracer
4+
5+
DART8110Tracer = DART8110Tracer._reloadcls()
6+
7+
DEVICES = [
8+
"/arm-io/dart-apr0",
9+
"/arm-io/dart-apr1",
10+
]
11+
12+
dart_tracers = {}
13+
14+
for i in DEVICES:
15+
p.pmgr_adt_clocks_enable(i)
16+
tracer = DART8110Tracer(hv, i, verbose=3)
17+
tracer.start()
18+
19+
dart_tracers[i.split("-")[-1]] = tracer
20+
21+
del tracer

0 commit comments

Comments
 (0)