From 8b67c9135cb78abc394d43e449ccc6387c73f014 Mon Sep 17 00:00:00 2001 From: Chris Johns Date: Sun, 20 May 2018 08:32:42 +1200 Subject: user: Add RTEMS executable and test documentation. --- images/user/test-gdb-jtag.puml | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 images/user/test-gdb-jtag.puml (limited to 'images/user/test-gdb-jtag.puml') diff --git a/images/user/test-gdb-jtag.puml b/images/user/test-gdb-jtag.puml new file mode 100644 index 0000000..fbd1b47 --- /dev/null +++ b/images/user/test-gdb-jtag.puml @@ -0,0 +1,35 @@ +' +' Tester GDB +' +' Copyright (c) 2018 Chris Johns +' 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 -- cgit v1.2.3