-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This required refactoring some logging so that logs are written by the exec command and refactoring the display driver to do locking and notify the listeners rather than the device itself. Squashed commit of the following: commit 26877e8 Author: Scott Moynes <sm@raspberrypi> Date: Thu Nov 30 16:35:44 2023 -0500 Clean up display commit eb0ac5c Author: Scott Moynes <sm@raspberrypi> Date: Thu Nov 30 16:14:37 2023 -0500 Add tty to exec command commit 62edb2d Author: Scott Moynes <sm@raspberrypi> Date: Thu Nov 30 14:36:49 2023 -0500 Refactor listeners and ready flag to display device driver commit 4408fc2 Author: Scott Moynes <sm@raspberrypi> Date: Thu Nov 30 13:28:35 2023 -0500 Handle logger setup more cleanly
- Loading branch information
Scott Moynes
committed
Nov 30, 2023
1 parent
e1441c3
commit feac6a7
Showing
12 changed files
with
272 additions
and
168 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
package cmd | ||
|
||
// demo.go holds a demonstration command. | ||
|
||
import ( | ||
"context" | ||
"errors" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.