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-cfg-1.puml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 images/user/test-cfg-1.puml (limited to 'images/user/test-cfg-1.puml') diff --git a/images/user/test-cfg-1.puml b/images/user/test-cfg-1.puml new file mode 100644 index 0000000..8264fd2 --- /dev/null +++ b/images/user/test-cfg-1.puml @@ -0,0 +1,20 @@ +' +' Tester Configuration 1. +' +' Copyright (c) 2018 Chris Johns +' All rights reserved. +' +@startuml + + artifact Defaults + artifact BSP + artifact User + artifact Config + rectangle "RTEMS Test\n(rtems-tester)" as tester + + Defaults -down-> tester: .mc + BSP -down-> tester: .ini + User -down-> tester: .ini + Config -down-> tester: .cfg + +@enduml -- cgit v1.2.3