补充 PyOCD 常用命令。

Signed-off-by: rick.chan <cy@haoan119.com>
This commit is contained in:
rick.chan 2025-02-14 15:12:21 +08:00
parent 335b030574
commit 015bdcbcf1

View File

@ -432,8 +432,16 @@ C:\Users\<User Name>\AppData\Local\cmsis-pack-manager\cmsis-pack-manager
### 3.3 PyOCD 常用命令
```bash
# Update the pack index.
pyocd pack update
# Report pack(s) in the index containing matching device part numbers.
pyocd pack find <part keyword>
# Download and install pack(s) containing matching device part numbers.
pyocd pack install <part number>
# Show the list of installed packs.
pyocd pack show
# Delete the pack index and all installed packs.
pyocd pack clean
```
## 4. 常见问题解决