From 386d070a7356a875326d4199268a22a992f53da1 Mon Sep 17 00:00:00 2001 From: "rick.chan" Date: Mon, 13 Nov 2023 17:02:45 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=8C=E6=AD=A5=E5=88=B0=20Hugo.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: rick.chan --- .../VSCode/VSCode_ARM_CortexM_开发.md | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/Software/Applications/VSCode/VSCode_ARM_CortexM_开发.md b/Software/Applications/VSCode/VSCode_ARM_CortexM_开发.md index 73a1aba..515adc3 100644 --- a/Software/Applications/VSCode/VSCode_ARM_CortexM_开发.md +++ b/Software/Applications/VSCode/VSCode_ARM_CortexM_开发.md @@ -1,4 +1,21 @@ -# VSCode ARM CortexM 开发 +--- +layout: post +title: "VSCode ARM CortexM 开发" +subtitle: "" +description: "讲述如何使用 VSCode 进行 MCU 系统开发。" +excerpt: "VSCode 及 Embedded IDE、Cortex-Debug 扩展介绍。" +date: 2023-11-13 16:56:00 +author: "Rick Chan" +tags: ["Applications", "VSCode"] +categories: ["Software"] +published: true +--- + +- [1. Embedded IDE](#1-embedded-ide) + - [1.1. 安装工具链](#11-安装工具链) + - [1.2. 项目配置](#12-项目配置) + - [1.3. 编译和下载](#13-编译和下载) +- [2. 调试](#2-调试) VSCode 的嵌入式开发插件具备了相当多的功能,这里主要使用 Embedded IDE,这是一个支持 MCU 开发的工具,但不具备调试功能,为了调试 ARM Cortex-M MCUs,可以配合安装 Cortex-Debug 插件。这两个插件直接在扩展商店进行搜索安装即可,下面主要介绍使用方法。