Skip to content

Commit

Permalink
Merge pull request #457 from eZioPan/UID-to-GHOST_PERIS
Browse files Browse the repository at this point in the history
move "UID" to "GHOST_PERIS"
  • Loading branch information
Dirbaio authored Apr 6, 2024
2 parents fff3cdd + 60398ca commit 378deee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stm32-data-gen/src/chips.rs
Original file line number Diff line number Diff line change
Expand Up @@ -956,7 +956,6 @@ fn process_core(
let defines = h.get_defines(&core_name);

let mut peri_kinds = HashMap::new();
peri_kinds.insert("UID".to_string(), "UID".to_string());
for ip in group.ips.values() {
let pname = ip.instance_name.clone();
let pkind = format!("{}:{}", ip.name, ip.version);
Expand Down Expand Up @@ -1047,6 +1046,7 @@ fn process_core(
"BKP",
"USBRAM",
"VREFINTCAL",
"UID",
];
for pname in GHOST_PERIS {
if let Entry::Vacant(entry) = peri_kinds.entry(pname.to_string()) {
Expand Down

0 comments on commit 378deee

Please sign in to comment.