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-tftp-seq-4.puml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 images/user/test-tftp-seq-4.puml (limited to 'images/user/test-tftp-seq-4.puml') diff --git a/images/user/test-tftp-seq-4.puml b/images/user/test-tftp-seq-4.puml new file mode 100644 index 0000000..669a0f5 --- /dev/null +++ b/images/user/test-tftp-seq-4.puml @@ -0,0 +1,26 @@ +' +' Tester TFTP Sequence 4: +' +' Reset Filter Trigger +' +' Copyright (c) 2018 Chris Johns +' All rights reserved. +' +@startuml + + participant UBoot + participant TFTP + participant Test + participant Reset + participant Finish + + note right of UBoot : A timeout can occur at any time + + UBoot -->> Reset : ""target_reset_command"" + activate Reset + TFTP -->> Reset : ""target_reset_command"" + Test -->> Reset : ""target_reset_command"" + Reset --> Finish : timeout + deactivate Reset + +@enduml -- cgit v1.2.3