Skip to content

Commit 3db3d07

Browse files
committed
feat(uf2): Add UF2 IDs for C5, C61, H21, and H4
1 parent 512602a commit 3db3d07

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

main/msc.c

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -327,6 +327,14 @@ static const char *chipid_to_name(const uint32_t id)
327327
return "ESP32-C6";
328328
case 0x3d308e94:
329329
return "ESP32-P4";
330+
case 0xf71c0343:
331+
return "ESP32-C5";
332+
case 0x77d850c4:
333+
return "ESP32-C61";
334+
case 0xb6dd00af:
335+
return "ESP32-H21";
336+
case 0x9e0baa8a:
337+
return "ESP32-H4";
330338
default:
331339
return "unknown";
332340
}

0 commit comments

Comments
 (0)