esptool icon indicating copy to clipboard operation
esptool copied to clipboard

esptool.py replacement written in #golang

Results 1 esptool issues
Sort by recently updated
recently updated
newest added

``` % go get github.com/fluepke/esptool # github.com/fluepke/esptool/common/serial go/src/github.com/fluepke/esptool/common/serial/ioctls.go:19:17: undefined: unix.TCSETS go/src/github.com/fluepke/esptool/common/serial/serial_unix.go:95:17: undefined: unix.TCFLSH go/src/github.com/fluepke/esptool/common/serial/serial_unix.go:119:12: undefined: unix.B500000 go/src/github.com/fluepke/esptool/common/serial/serial_unix.go:120:12: undefined: unix.B576000 go/src/github.com/fluepke/esptool/common/serial/serial_unix.go:122:12: undefined: unix.B1000000 go/src/github.com/fluepke/esptool/common/serial/serial_unix.go:123:12: undefined: unix.B1152000 go/src/github.com/fluepke/esptool/common/serial/serial_unix.go:124:12: undefined: unix.B1500000 go/src/github.com/fluepke/esptool/common/serial/serial_unix.go:125:12: undefined:...