Skip to content

Commit

Permalink
patterns/uf2: updating the family IDs again
Browse files Browse the repository at this point in the history
  • Loading branch information
applecuckoo committed Oct 3, 2024
1 parent 97d4f6e commit 27d034a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions patterns/uf2.hexpat
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,16 @@ enum UF2_FamilyID : u32 {
NRF52832xxAB = 0x6f752678,
AT32F415 = 0xa0c97b8e,
CH32V = 0x699b62ec,
RA4M1 = 0x7be8976d,
RTL8710A = 0x9fffd543,
RTL8710B = 0x22e0d6fc,
RTL8720C = 0xe08f7564,
RTL8720D = 0x3379CFE2,
XR809 = 0x51e903a8,
BK7231U = 0x675a40b0,
BK7251 = 0x6a82cc42,
BK7231N = 0x7b3ef230,
BL602 = 0xde1270b7,
};

fn formatTagType(UF2_TagType type) {
Expand Down

0 comments on commit 27d034a

Please sign in to comment.