From: Keith Packard Date: Tue, 29 Mar 2011 16:37:11 +0000 (-0700) Subject: altosui: Make deployment testing handle Connecting... dialog X-Git-Tag: 0.9.3~88 X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=2f9be009ef26e3d7539f5932d267d7a8a7bcb7eb;hp=2f9be009ef26e3d7539f5932d267d7a8a7bcb7eb;p=fw%2Faltos altosui: Make deployment testing handle Connecting... dialog Supporting the Connecting... dialog requires moving all serial communication to a separate thread. This was done by creating a worker thread and command queue to communicate between the UI and the serial line. Signed-off-by: Keith Packard ---