source: rtems-docs/images/user/test-gdb-jtag.puml @ 8b67c91

5
Last change on this file since 8b67c91 was 8b67c91, checked in by Chris Johns <chrisj@…>, on 05/19/18 at 20:32:42

user: Add RTEMS executable and test documentation.

  • Property mode set to 100644
File size: 555 bytes
Line 
1'
2' Tester GDB
3'
4' Copyright (c) 2018 Chris Johns <chrisj@rtems.org>
5' All rights reserved.
6'
7@startuml
8
9 !define TESTER [rtems-test]
10
11 artifact source
12 card EXE
13 agent TESTER
14 agent gdb
15 storage results
16
17 agent openocd
18 agent ser2net
19
20 card console
21 card pod
22 node target
23
24 source --> EXE: build
25 EXE --> [rtems-test]: command line
26 TESTER --> gdb: GDB MI
27 gdb --> openocd: remote\nprotocol
28 TESTER <--> ser2net: telnet
29 openocd --> pod: USB
30 pod =down=> target: JTAG
31 console <=down=> target: UART
32 ser2net <--> console: USB
33 TESTER -> results
34
35@enduml
Note: See TracBrowser for help on using the repository browser.