forked from libretiny-eu/libretiny
-
Notifications
You must be signed in to change notification settings - Fork 0
/
families.json
104 lines (104 loc) · 2.21 KB
/
families.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
{
"$schema": "./families.schema.json",
"realtek-amb": {
"parent": null,
"code": "amb",
"description": "Realtek Ameba"
},
"realtek-amb1": {
"parent": "realtek-amb",
"code": "amb1",
"description": "Realtek Ameba1",
"id": "0x9FFFD543",
"short_name": "RTL8710A"
},
"realtek-ambz": {
"parent": "realtek-amb",
"code": "ambz",
"description": "Realtek AmebaZ",
"id": "0x22E0D6FC",
"short_name": "RTL8710B",
"package": "framework-realtek-amb1"
},
"realtek-ambz2": {
"parent": "realtek-amb",
"code": "ambz2",
"description": "Realtek AmebaZ2",
"id": "0xE08F7564",
"short_name": "RTL8720C",
"package": "framework-realtek-ambz2"
},
"realtek-ambd": {
"parent": "realtek-amb",
"code": "ambd",
"description": "Realtek AmebaD",
"id": "0x3379CFE2",
"short_name": "RTL8720D"
},
"beken-72xx": {
"parent": null,
"code": "bk72xx",
"description": "Beken 72xx"
},
"beken-72xx-gen1": {
"parent": "beken-72xx",
"code": "bk72xxgen1",
"description": "Beken 72xx (ARM)",
"package": "framework-beken-bdk"
},
"beken-72xx-gen2": {
"parent": "beken-72xx",
"code": "bk72xxgen2",
"description": "Beken 72xx (RISC-V & ARM)"
},
"beken-7231": {
"parent": "beken-72xx-gen1",
"code": "bk7231",
"description": "Beken 7231"
},
"beken-7231q": {
"parent": "beken-7231",
"code": "bk7231q",
"description": "Beken 7231Q",
"id": "0xAFE81D49",
"short_name": "BK7231Q"
},
"beken-7231t": {
"parent": "beken-7231",
"code": "bk7231t",
"description": "Beken 7231T",
"id": "0x675A40B0",
"short_name": "BK7231T"
},
"beken-7231n": {
"parent": "beken-72xx-gen1",
"description": "Beken 7231N",
"code": "bk7231n",
"id": "0x7B3EF230",
"short_name": "BK7231N"
},
"beken-7251": {
"parent": "beken-72xx-gen1",
"code": "bk7251",
"description": "Beken 7251/7252",
"id": "0x6A82CC42",
"short_name": "BK7251"
},
"boufallo-bl678": {
"parent": null,
"code": "bl678",
"description": "Boufallo BL6xx/BL7xx/BL8xx"
},
"boufallo-bl60x": {
"parent": "boufallo-bl678",
"code": "bl60x",
"description": "Boufallo BL602/BL604",
"id": "0xDE1270B7",
"short_name": "BL60X"
},
"winnermicro-iot": {
"parent": null,
"code": "wmiot",
"description": "WinnerMicro W60x/W800x"
}
}