Skip to content
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

Add support for pluggable monitor (tracks branch feature/pluggable-monitor) #1491

Merged
merged 9 commits into from
Oct 11, 2021

Conversation

cmaglie
Copy link
Member

@cmaglie cmaglie commented Oct 4, 2021

This PR tracks the feature/pluggable-monitor branch that collects all the patches for the pluggable monitor implementation.

cmaglie and others added 4 commits October 4, 2021 14:44
* Added bundled instance of serial-monitor

* Download serial-monitor together with other bundle tools

* fix i18n
* Added new Monitor command (will replace current Monitor service)

* Added new EnumerateMonitorPortParameters gRPC call

* Force compile error on gRPC deamon when there are unimplemented methods

* Updated deamon implementation stub

* fix i18n
* Resolve monitors from platform.txt

* Implementation of monitor --describe command

* fix i18n
* Implementation of Monitor business logic

* Implementation of 'monitor' command of the CLI

* fix i18n

* Update commands/monitor/monitor.go

Co-authored-by: Silvano Cerza <[email protected]>

Co-authored-by: Silvano Cerza <[email protected]>
cmaglie and others added 5 commits October 5, 2021 18:56
* Added silent mode for monitor

* Added --config flag to monitor command

* fix i18n

* Applied review suggestions

* rename --silent to --quiet
* removed useless 'settings' variable
* translation string for "Monitor port settings" in CLI mode
* Added documentation for pluggable monitor

* Apply suggestions from code review

Co-authored-by: per1234 <[email protected]>

* Add pluggable monitor spec in nav bar; fixed link in source code comments

* fix i18n and lint warnings

Co-authored-by: per1234 <[email protected]>
* Factored pluggable monitor creation

* Factored out code duplication

* EnumerateMonitorPortSettings does require only protocol

* Monitor.Open does require only address and protocol

* Added GetPortAddressAndProtocol helper

* fix i18n

* Apply suggestions from code review

Co-authored-by: Silvano Cerza <[email protected]>
* Add --fqbn parameter to monitor command

* Add support for pluggable monitors with explicit recipe in platform.txt

* increase logging

* fix i18n
@cmaglie cmaglie marked this pull request as ready for review October 11, 2021 12:33
@cmaglie cmaglie merged commit 385d93a into master Oct 11, 2021
@cmaglie cmaglie deleted the feature/pluggable-monitor branch October 11, 2021 14:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant