-
Notifications
You must be signed in to change notification settings - Fork 667
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
Update consutil for picocom v1.7 #300
Closed
Closed
Changes from 17 commits
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
9bcf1cb
new consutil package - includes helper functions, and show/clear/conn…
cawand 6b6b3cf
Added connect command skeleton, added show line and clear line skeletons
cawand be2c45e
Added connect and consutil packages to setup.py and to bash completion
cawand 5cc5aa8
Added docstrings and "TODO Stub" comments to clear line, show line, a…
cawand 047e7b7
Merge branch 'master' of https://github.com/Azure/sonic-utilities int…
cawand 3004c55
Use config db for getting baud rate instead of stty
cawand 6a02df5
Connect line implementation
cawand 99cce1d
Minor changes
cawand 66499a9
Minor changes - remove redundant macro definition
cawand 7c35e4e
Merge branch 'master' of https://github.com/Azure/sonic-utilities int…
cawand 5e4d57b
Add default baud value of 9600
cawand e8199ce
Create "connect device <devicename>" and "connect line <linenumber>" …
cawand 88a45c9
consutil/lib.py changes
cawand 9bbab65
consutil/main.py changes
cawand ab26be9
Removed QUIET option due to buildimage using picocom 1.7
cawand 109212a
Merge branch 'master' of https://github.com/Azure/sonic-utilities int…
cawand f9e0e67
Update clear and connect to reflect picocom 1.7 that uses /var/lock/ …
cawand 22422f9
Added -f flag to rm command for /var/lock files
cawand 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
There are no files selected for viewing
This file contains 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 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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Suggest to add
-f
flag torm
command to help ensure file is deleted.