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
Copy file name to clipboardExpand all lines: README.md
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,10 @@
7
7
This project is a library to ease implementation of pluggable discoveries for the [Arduino CLI](https://github.com/arduino/arduino-cli)
8
8
following the [official specification](https://arduino.github.io/arduino-cli/latest/platform-specification/#pluggable-discovery).
9
9
10
+
## Reference implementation
11
+
12
+
The [`dummy-discovery` folder](dummy-discovery) contains a reference pluggable discovery implementation.
13
+
10
14
## Security
11
15
12
16
If you think you found a vulnerability or other security-related bug in this project, please read our
0 commit comments