Updated documentation (Insight runs on the main thread, but no longer occupies it)

This commit is contained in:
Nav
2023-06-10 20:51:29 +01:00
parent 9a43017453
commit 30514f8900

View File

@@ -42,7 +42,7 @@ DebugServer runs on a dedicated thread. See the
##### Insight ##### Insight
Insight is a graphical user interface that provides insight into the connected target. It presents the target's Insight is a graphical user interface that provides insight into the connected target. It presents the target's
memories, GPIO pin states & registers, along with the ability to manipulate them. Insight occupies Bloom's main thread memories, GPIO pin states & registers, along with the ability to manipulate them. Insight runs on Bloom's main thread
and employs several worker threads for background tasks. Unlike other components within Bloom, Insight relies heavily and employs several worker threads for background tasks. Unlike other components within Bloom, Insight relies heavily
on the Qt framework for its GUI capabilities and other useful utilities. See source code in src/Insight/ for more. on the Qt framework for its GUI capabilities and other useful utilities. See source code in src/Insight/ for more.