Skip to content

Commit d70a7b3

Browse files
authored
Update MCU types (#3146)
1 parent bb8d3b4 commit d70a7b3

File tree

1 file changed

+16
-9
lines changed

1 file changed

+16
-9
lines changed

src/js/fc.js

Lines changed: 16 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -763,15 +763,22 @@ const FC = {
763763

764764
MCU_TYPES: {
765765
0: "SIMULATOR",
766-
1: "F103",
767-
2: "F303",
768-
3: "F40X",
769-
4: "F411",
770-
5: "F446",
771-
6: "F722",
772-
7: "F745",
773-
8: "F746",
774-
9: "F765",
766+
1: "F40X",
767+
2: "F411",
768+
3: "F446",
769+
4: "F722",
770+
5: "F745",
771+
6: "F746",
772+
7: "F765",
773+
8: "H750",
774+
9: "H743_REV_UNKNOWN",
775+
10: "H743_REV_Y",
776+
11: "H743_REV_X",
777+
12: "H743_REV_V",
778+
13: "H7A3",
779+
14: "H723_725",
780+
15: "G474",
781+
16: "H730",
775782
255: "Unknown MCU",
776783
},
777784

0 commit comments

Comments
 (0)