Skip to main content

picoem_debug/
lib.rs

1//! picoem-debug — placeholder crate for the future GDB RSP server,
2//! instruction trace, and DWT-driven tooling. Slated for Phase 4+ of the
3//! HLD roadmap. Kept in `default-members` so workspace-wide builds prove
4//! the manifest still resolves; intentionally has no implementation.
5//!
6//! When work resumes, the entry point should be a `pub fn` here that
7//! `rp2350_emu_tui` / `rp2040_emu_tui` can attach to in their debug builds.
8
9// Phase 4+ scaffolding lands below this line.