vault backup: 2026-05-20 16:42:03

This commit is contained in:
2026-05-20 16:42:03 +07:00
commit b3ac5b8066
103 changed files with 61007 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
## Cargo embed
You can use it like any cargo command would be used
Terminal window
```
cargo embed [OPTIONS] [CONFIG_PROFILE]
```
This will do following in sequence:
1. build your binary
2. detect a probe
3. (if enabled) upload the contents onto the connected target
4. (if enabled) reset the target
5. (if enabled) start RTT host side
6. (if enabled) start gdb debugging