From 5a9a390f341bc1a1788c6d15e1175be1d35f3453 Mon Sep 17 00:00:00 2001 From: "rick.chan" Date: Thu, 28 Dec 2023 23:33:50 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A1=A5=E5=85=85=20CMSIS=20Pack=20Manager=20?= =?UTF-8?q?=E7=9B=AE=E5=BD=95.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: rick.chan --- Software/Applications/VSCode/VSCode_ARM_CortexM_开发.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Software/Applications/VSCode/VSCode_ARM_CortexM_开发.md b/Software/Applications/VSCode/VSCode_ARM_CortexM_开发.md index 0e35498..aff6c08 100644 --- a/Software/Applications/VSCode/VSCode_ARM_CortexM_开发.md +++ b/Software/Applications/VSCode/VSCode_ARM_CortexM_开发.md @@ -179,6 +179,12 @@ The top level of the YAML file is a dictionary. The keys in the top-level dictio EIDE 中的 debug.pyocd.yaml 属于项目级的配置文件。 +PyOCD 安装了 CMSIS Pack Manager,其位置在用户目录下 + +```bash +C:\Users\\AppData\Local\cmsis-pack-manager\cmsis-pack-manager +``` + ### 3.3 PyOCD 常用命令 ```bash