source: rtems-docs/images/user/test-tftp-seq-3.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: 622 bytes
Line 
1'
2' Tester TFTP Sequence 3:
3'
4'  Reset Filter Trigger
5'
6' Copyright (c) 2018 Chris Johns <chrisj@rtems.org>
7' All rights reserved.
8'
9@startuml
10
11 participant Start
12 participant Reset
13 participant UBoot
14 participant TFTP
15
16 note right of Start
17  ""target_reset_regex"" triggers on an async
18  target console match
19 end note
20
21 Start --> UBoot : target already running
22 activate UBoot
23 Reset --> UBoot : target running
24 activate Reset
25 UBoot -->> Reset : ""target_reset_command""
26 UBoot --> TFTP : download
27 deactivate UBoot
28 activate TFTP
29 TFTP -->> Reset : ""target_reset_command""
30 deactivate TFTP
31 deactivate Reset
32
33@enduml
Note: See TracBrowser for help on using the repository browser.