main: add serial port monitoring functionality

Co-authored-by: Ayke <aykevanlaethem@gmail.com>
This commit is contained in:
sago35
2022-09-12 16:46:15 +09:00
committed by Ron Evans
parent 22893c5180
commit 80f38e8449
5 changed files with 125 additions and 8 deletions
+1
View File
@@ -50,6 +50,7 @@ type Options struct {
LLVMFeatures string
Directory string
PrintJSON bool
Monitor bool
}
// Verify performs a validation on the given options, raising an error if options are not valid.