From 8d87e25952e61aacf7a9a6ebcb587e98f7a32ed7 Mon Sep 17 00:00:00 2001 From: Sean Lawless <44387064+sean-lawless@users.noreply.github.com> Date: Mon, 2 Sep 2024 19:07:56 -0700 Subject: [PATCH] Update AppendixB.md --- AppendixB.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AppendixB.md b/AppendixB.md index 13f5e35..60ecbf5 100644 --- a/AppendixB.md +++ b/AppendixB.md @@ -1,5 +1,5 @@ -# Visual Studio Code debugging a bare metal Raspberry Pi application +# Visual Studio Code IDE for bare metal Raspberry Pi Long a favorite for web developers, Microsoft Visual Studio Code now has extensions and features to robustly support embedded software development. This article describes how to set up a workspace for rapid development of a bare metal embedded device utilizing JTAG and UART connections between the cross-compiling development PC and a bare metal ARM embedded device, in this example, a Raspberry Pi.