mirror of
https://git.rtems.org/rtems-docs/
synced 2025-05-31 02:31:26 +08:00
27 lines
499 B
Plaintext
27 lines
499 B
Plaintext
'
|
|
' Tester TFTP Sequence 4:
|
|
'
|
|
' Reset Filter Trigger
|
|
'
|
|
' Copyright (c) 2018 Chris Johns <chrisj@rtems.org>
|
|
' 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
|