feat: llgo monitor -target target -port port

This commit is contained in:
Li Jie
2025-09-06 21:29:48 +08:00
parent 519faabfe1
commit 9a5b231c88
8 changed files with 464 additions and 10 deletions

9
go.mod
View File

@@ -15,11 +15,18 @@ require (
golang.org/x/tools v0.36.0
)
require github.com/sigurn/crc16 v0.0.0-20240131213347-83fcde1e29d1
require (
github.com/mattn/go-tty v0.0.7
github.com/sigurn/crc16 v0.0.0-20240131213347-83fcde1e29d1
go.bug.st/serial v1.6.4
)
require (
github.com/creack/goselect v0.1.2 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
golang.org/x/mod v0.27.0 // indirect
golang.org/x/sync v0.16.0 // indirect
golang.org/x/sys v0.35.0 // indirect
)
replace github.com/goplus/llgo/runtime => ./runtime