Skip to content

Commit 6115942

Browse files
committed
add readme
1 parent c0638e1 commit 6115942

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# remoteocd
2+
3+
Flexible firmware flashing for the Arduino UNO Q Microcontroller.
4+
5+
`remoteocd` is a specialized utility designed to manage firmware deployment for the Arduino UNO Q board.
6+
This tool acts as a versatile wrapper for OpenOCD (Open On-Chip Debugger), allowing you to flash a binary onto the MCU using one of three transparently handled modes:
7+
- Local, by flashing from the UNO Q's MPU (Linux) environment.
8+
- ADB over USB.
9+
- SSH over a remote pc.
10+
11+
`remoteocd` is part of the `arduino:zephyr:unoq` platform.
12+
13+
## License
14+
15+
This project is licensed under the GPL3 license. See the LICENSE file for details.

0 commit comments

Comments
 (0)