Unified AppEsp and AppSim into a single App module (#94)

This commit is contained in:
Ken Van Hoeylandt
2024-11-27 00:06:59 +01:00
committed by GitHub
parent d7b151ab88
commit 03d14ef74b
27 changed files with 140 additions and 100 deletions
+3 -7
View File
@@ -8,16 +8,12 @@ note right of theadless : to build and use background services
[TactilityCore] as tcore
note right of tcore : defines, data types, logging, async, etc.
package "Applications" {
[AppSim] as appsim
[AppEsp32] as appesp
}
[App] as app
note right of appesp : AppEsp depends on the board \n projects for configuration
note right of app : App depends on the board \n projects for configuration
[app] ..> [t]
[t] ..> [theadless]
[theadless] ..> [tcore]
[appsim] ..> [t]
[appesp] ..> [t]
@enduml