Skip to content

Commit f14ae31

Browse files
committed
Clean up GD32 flash/PTP debug logging
Normalizes flash state enum names in the H7 flashcode path, tightens debug format usage with explicit casts, and keeps the GD32 include for IWYU. Also adds the missing GD32F450 9VEE (512KB) device mapping in gd32.json and introduces a new gd32_debug.h header.
1 parent 69f80d3 commit f14ae31

4 files changed

Lines changed: 245 additions & 201 deletions

File tree

common/scripts/gd32/gd32.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,12 @@
5151
"512": "GD32F407XEXX"
5252
}
5353
},
54+
"9VEE": {
55+
"series": "GD32F450",
56+
"flash": {
57+
"512": "GD32F450VEXX"
58+
}
59+
},
5460
"9VIE": {
5561
"series": "GD32F450",
5662
"flash": {

0 commit comments

Comments
 (0)