Use stm32 instead of stm32f4

- the vid and pid seem to be the same across all stm32 devices
main
Roman Kretschmer 4 years ago
parent c88e6db3c3
commit 504ae4e4f0
Signed by: gnxlxnxx
GPG Key ID: 354103A8B7289847

@ -84,7 +84,7 @@ pub fn flash_bin(
pub fn vendor_map() -> std::collections::HashMap<String, Vec<(u16, u16)>> { pub fn vendor_map() -> std::collections::HashMap<String, Vec<(u16, u16)>> {
maplit::hashmap! { maplit::hashmap! {
"stm32f4".to_string() => vec![(0x0483, 0xdf11)], "stm32".to_string() => vec![(0x0483, 0xdf11)],
"gd32vf103".to_string() => vec![(0x28e9, 0x0189)], "gd32vf103".to_string() => vec![(0x28e9, 0x0189)],
} }
} }

Loading…
Cancel
Save