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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ This tool acts as a versatile wrapper for OpenOCD (Open On-Chip Debugger), allow
13
13
14
14
### Uploading with remoteocd
15
15
Uploading the compiled binary to the microcontroller is handled by remoteocd. Instead of relying on hard-coded flash commands, it accepts an OpenOCD configuration file. This allows you to tailor the upload script to specific debugging or flashing requirements.
16
-
[ArduinoCore-Zephyr](https://github.com/arduino/ArduinoCore-zephyr) automatically installs remoteocd into the Arduino tools folder during setup.
16
+
remoteocd is automatically installed as a tool dependency of the [Arduino UNO Q Board platform](https://github.com/arduino/ArduinoCore-zephyr).
17
17
18
18
To upload your compiled sketch, use the following Arduino CLI command:
0 commit comments