-
-
Notifications
You must be signed in to change notification settings - Fork 150
Implementation of port discovery through Pluggable discovery #900
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 1 commit
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
670fe39
Upgraded arduino-cli and replaced serialutils dep
cmaglie 17f261c
Refined ports filter
cmaglie 8b32baf
Silenced linter warning
cmaglie b0e9d0a
Use pointers in ports lists
cmaglie 87f178b
Made spList a method of SpPortList
cmaglie 0622368
Renamed SpPortList in SerialPortList
cmaglie 5946a68
Removed unneded initialization
cmaglie 8bde36f
Inlined discovery loop
cmaglie 1796891
Made updateSerialPortList a method of SerialPortList
cmaglie b74c406
Made enumerationLock private
cmaglie d1cd49f
Made portsLock (ex Mu) field private
cmaglie 88556d9
Inlined function call
cmaglie c3f2c48
Made findPortByName a method of serialhub and moved near it
cmaglie 1885e13
Inlined call to 'write' and removed the function
cmaglie 9e06768
Removed unused ManufacutrerId and DeviceClass, renamed some fields
cmaglie d723283
Simplified enumerateSerialPorts function
cmaglie d7a9991
Removed redundant loggin of serial port list
cmaglie 6cc7a9e
Removed seriallist.go and inlined function calls
cmaglie c2b4096
Make the singleton 'tools' a pointer
cmaglie aba64eb
Implemented serial-discovery
cmaglie 57e9bd9
Remove no more used 'Busy' field
cmaglie 36bdf7b
Fixed error message
cmaglie File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Implemented serial-discovery
- Loading branch information
commit aba64eb4d22d1a2e5801a6439ec3ab57dfadc010
There are no files selected for viewing
This file contains hidden or 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
350 changes: 350 additions & 0 deletions
350
.licenses/arduino-create-agent/go/github.com/arduino/go-properties-orderedmap.dep.yml
Large diffs are not rendered by default.
Oops, something went wrong.
709 changes: 709 additions & 0 deletions
709
...rduino-create-agent/go/github.com/arduino/pluggable-discovery-protocol-handler/v2.dep.yml
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.