You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implementation of port discovery through Pluggable discovery (#900)
* Upgraded arduino-cli and replaced serialutils dep
* Refined ports filter
* Silenced linter warning
* Use pointers in ports lists
* Made spList a method of SpPortList
* Renamed SpPortList in SerialPortList
* Removed unneded initialization
* Inlined discovery loop
* Made updateSerialPortList a method of SerialPortList
* Made enumerationLock private
* Made portsLock (ex Mu) field private
* Inlined function call
* Made findPortByName a method of serialhub and moved near it
* Inlined call to 'write' and removed the function
* Removed unused ManufacutrerId and DeviceClass, renamed some fields
* Simplified enumerateSerialPorts function
* Removed redundant loggin of serial port list
* Removed seriallist.go and inlined function calls
* Make the singleton 'tools' a pointer
* Implemented serial-discovery
* Remove no more used 'Busy' field
* Fixed error message
Copy file name to clipboardExpand all lines: .licenses/arduino-create-agent/go/github.com/arduino/arduino-cli/arduino/serialutils.dep.yml
Copy file name to clipboardExpand all lines: .licenses/arduino-create-agent/go/github.com/arduino/pluggable-discovery-protocol-handler/v2.dep.yml
0 commit comments