' ' Executable Application Vertical Stack ' ' Copyright (c) 2018 Chris Johns ' All rights reserved. ' @startuml node Application [ Application ---- Management .... Control .... Workers .... Protocol ] note right of Application High Level end note node 3rdParty [ 3rd Party Packages ---- Protobufs .... Networking (libbsd) ] node RTEMS [ RTEMS ---- API .... Kernel .... Drivers .... BSP ] node Hardware [ Hardware ] Application .down. 3rdParty 3rdParty .down. RTEMS RTEMS .down. Hardware note right of Hardware Low Level end note @enduml