补充 PyOCD 常用命令。
Signed-off-by: rick.chan <cy@haoan119.com>
This commit is contained in:
parent
335b030574
commit
015bdcbcf1
@ -432,8 +432,16 @@ C:\Users\<User Name>\AppData\Local\cmsis-pack-manager\cmsis-pack-manager
|
|||||||
### 3.3 PyOCD 常用命令
|
### 3.3 PyOCD 常用命令
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
# Update the pack index.
|
||||||
|
pyocd pack update
|
||||||
|
# Report pack(s) in the index containing matching device part numbers.
|
||||||
pyocd pack find <part keyword>
|
pyocd pack find <part keyword>
|
||||||
|
# Download and install pack(s) containing matching device part numbers.
|
||||||
pyocd pack install <part number>
|
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. 常见问题解决
|
## 4. 常见问题解决
|
||||||
|
Loading…
x
Reference in New Issue
Block a user