rust-embedded / book

Documentation on how to use the Rust Programming Language to develop firmware for bare metal (microcontroller) devices
https://docs.rust-embedded.org/book/
Apache License 2.0
1.08k stars 173 forks source link

Update embedded rust debugging section of tooling.md #369

Closed CodingInGreen closed 4 months ago

CodingInGreen commented 4 months ago

Updated tooling.md to include detailed overviews of software like Probe-rs and OpenOCD, and debuggers such as GDB and the Probe-rs extension. Expanded details on hardware probes like Rusty-probe, ST-Link, J-Link, and MCU-Link, highlighting their debugging functionalities and interactions with embedded devices.