summaryrefslogtreecommitdiffstats
path: root/images/user/test-gdb-jtag.puml
blob: fbd1b47a9cf830960cabd1d646da484ea710a4ac (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
'
' Tester GDB
'
' Copyright (c) 2018 Chris Johns <chrisj@rtems.org>
' All rights reserved.
'
@startuml

 !define TESTER [rtems-test]

 artifact source
 card EXE
 agent TESTER
 agent gdb
 storage results

 agent openocd
 agent ser2net

 card console
 card pod
 node target

 source --> EXE: build
 EXE --> [rtems-test]: command line
 TESTER --> gdb: GDB MI
 gdb --> openocd: remote\nprotocol
 TESTER <--> ser2net: telnet
 openocd --> pod: USB
 pod =down=> target: JTAG
 console <=down=> target: UART
 ser2net <--> console: USB
 TESTER -> results

@enduml