Skip to content

Commit

Permalink
feat(uf2): Add UF2 IDs for C5, C61, H21, and H4
Browse files Browse the repository at this point in the history
  • Loading branch information
radimkarnis committed Feb 7, 2025
1 parent 512602a commit 3db3d07
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions main/msc.c
Original file line number Diff line number Diff line change
Expand Up @@ -327,6 +327,14 @@ static const char *chipid_to_name(const uint32_t id)
return "ESP32-C6";
case 0x3d308e94:
return "ESP32-P4";
case 0xf71c0343:
return "ESP32-C5";
case 0x77d850c4:
return "ESP32-C61";
case 0xb6dd00af:
return "ESP32-H21";
case 0x9e0baa8a:
return "ESP32-H4";
default:
return "unknown";
}
Expand Down

0 comments on commit 3db3d07

Please sign in to comment.