Releases: arduino/pluggable-monitor-protocol-handler
v0.9.2
v0.9.1
v0.9.0
Changelog
810667b update the dummy-monitor/README.md to include Example of usage section
8a92d40 add open() and close() implementation along with other useful stuff
84133d0 cleanup and optimizations
c818cef add configure() implementation
a1c2335 optimize var name and remove old stuff
ca21798 add describe() implementation
e79bfb4 add dummy settings var and return it in the Describe implementation
1871c4f fix typo
52c0246 refactored PortDescriptor to include also the protocol name
b9bc502 remove useless stuff and implement callback functions to be implemented
60e4967 Added structs and interface for DESCRIBE command
0c1edf8 rewrite the dummy-monitor/README.md
d34b12a Replace discovery with monitor
e584d29 copy stuff from https://github.com/arduino/pluggable-discovery-protocol-handler/ (TODO rename and adapt stuff around)
7179dae adapt README.md (links not working)
a3a6924 Added readme and go.mod
deb1c35 Initial commit