17 lines
375 B
Markdown
17 lines
375 B
Markdown
## 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 |