From 97d7b4d600f18bbf95ba656a68d210f01b678e7b Mon Sep 17 00:00:00 2001 From: busslina <73592852+busslina@users.noreply.github.com> Date: Thu, 11 Jul 2024 18:58:36 +0200 Subject: [PATCH] typo on tooling.md --- src/intro/tooling.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/intro/tooling.md b/src/intro/tooling.md index 96324493..359c4e58 100644 --- a/src/intro/tooling.md +++ b/src/intro/tooling.md @@ -63,7 +63,7 @@ Debugging embedded systems in Rust requires specialized tools including software ### Probe-rs -Probe-rs is a modern, Rust-focused software designed to work with debuggers in embedded systems. Unlike OpenOCD, Probe-rs is built with simplicity in mind and aims to reduce the configuration burden often found in other debugging solutions. It supports various probes and targets, providing a high-level interface for interacting with embedded hardware. Probe-rs integrates directly with Rust tooling,and integrates with Visual Studio Code through its extension, allowing developers to streamline their debugging workflow. +Probe-rs is a modern, Rust-focused software designed to work with debuggers in embedded systems. Unlike OpenOCD, Probe-rs is built with simplicity in mind and aims to reduce the configuration burden often found in other debugging solutions. It supports various probes and targets, providing a high-level interface for interacting with embedded hardware. Probe-rs integrates directly with Rust tooling, and integrates with Visual Studio Code through its extension, allowing developers to streamline their debugging workflow. ### OpenOCD (Open On-Chip Debugger)