Embedded Rust Debugger (ERDB)

A debugger for rust on embedded systems.

ERDB currently only work on Linux. It is only tested on a STM32F411RETx dev board.

Features

Installation

sh cargo install --path .

Crate rust-debug

ERDB is built using the debug crate rust-debug. Therefore, this is a great example of how to use that crate.

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.