Remote debug code

This commit is contained in:
Michael Zill 2024-04-04 08:56:09 +02:00
parent d1f1f4bfeb
commit 6ba934d366

View File

@ -1027,9 +1027,6 @@ fn process_core(
entry.insert(format!("ADC3_COMMON:{}", ip.version.strip_suffix("_Cube").unwrap())); entry.insert(format!("ADC3_COMMON:{}", ip.version.strip_suffix("_Cube").unwrap()));
} }
} }
if pname.starts_with("HSEM") && chip_name.starts_with("STM327") {
info!("******* HSEM *******")
}
peri_kinds.insert(pname, pkind.to_string()); peri_kinds.insert(pname, pkind.to_string());
} }
const GHOST_PERIS: &[&str] = &[ const GHOST_PERIS: &[&str] = &[