Updated README to reflect new Insight functionality

This commit is contained in:
Nav
2021-09-25 20:15:46 +01:00
parent 242394857a
commit 266c685134

View File

@@ -40,11 +40,10 @@ Bloom and thus the connected target. The DebugServer runs on a dedicated thread.
See source code in src/DebugServer/ for more. See source code in src/DebugServer/ for more.
##### Insight ##### Insight
Insight is a graphical user interface that provides insight of the target's GPIO pin states. It also enables GPIO Insight is a graphical user interface that provides insight into the connected target. It presents the target's GPIO
pin manipulation. Insight occupies Bloom's main thread and employs a single worker thread for background tasks. pin states & registers, along with the ability to manipulate them. Insight occupies Bloom's main thread and employs a
Unlike other components within Bloom, Insight relies heavily on the Qt framework for its GUI capabilities and single worker thread for background tasks. Unlike other components within Bloom, Insight relies heavily on the Qt
other useful utilities. framework for its GUI capabilities and other useful utilities. See source code in src/Insight/ for more.
See source code in src/Insight/ for more.
##### SignalHandler ##### SignalHandler
The SignalHandler is responsible for handling any UNIX signals issued to Bloom. It runs on a dedicated thread. All The SignalHandler is responsible for handling any UNIX signals issued to Bloom. It runs on a dedicated thread. All