picoem-debug 0.1.2

Placeholder crate for the future GDB RSP server and instruction-trace tooling for the picoem RP2350/RP2040 emulator workspace.
Documentation
[package]

name = "picoem-debug"

version = "0.1.2"

edition.workspace = true

license.workspace = true

rust-version.workspace = true

description = "Placeholder crate for the future GDB RSP server and instruction-trace tooling for the picoem RP2350/RP2040 emulator workspace."

repository = "https://github.com/0x4D44/picoem"

homepage = "https://github.com/0x4D44/picoem"

documentation = "https://docs.rs/picoem-debug"

readme = "README.md"

keywords = ["emulator", "gdb", "debug", "rp2350", "rp2040"]

categories = ["emulators", "embedded", "development-tools::debugging"]



[lints]

workspace = true



[dependencies]

rp2350-emu = { version = "0.2", path = "../rp2350-emu" }