From 742261012c087285309bba34b081caf1c6c6ddab Mon Sep 17 00:00:00 2001 From: Kristofer Jonsson Date: Wed, 25 May 2022 16:55:24 +0200 Subject: Documenting porting guidelines Change-Id: Icefe078200f9a6a497b410e6c713d80fb9db1ba0 --- docs/cmake_components.puml | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 docs/cmake_components.puml (limited to 'docs/cmake_components.puml') diff --git a/docs/cmake_components.puml b/docs/cmake_components.puml new file mode 100644 index 0000000..a13abe1 --- /dev/null +++ b/docs/cmake_components.puml @@ -0,0 +1,29 @@ +@startuml + +skinparam { + BackgroundColor #EEEBDC + DefaultFontColor white +} + +package "demo/targets/" #002B49 { + package "core_platform/targets/common" #0091BD { + package "core_software" #00C1DE { + package "core_driver" #7D868C {} + package "cmsis" #7D868C {} + package "tflite_micro" #7D868C {} + package "rtos" #7D868C {} + } + + package "core_platform/drivers" #00C1DE {} + } + + package "core_platform/applications" #0091BD {} + package "demo/applications" #0091BD {} + package "demo/drivers" #0091BD {} +} + +"core_platform/applications" -[hidden]> "demo/applications" +"core_platform/applications" -[hidden]> "demo/drivers" +"core_platform/targets/common" --[hidden]> "core_platform/applications" + +@enduml -- cgit v1.2.1