We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0f7138 commit 12001b0Copy full SHA for 12001b0
src/chipid.c
@@ -197,6 +197,8 @@ const char *getchipfamily() {
197
return "t20";
198
case T21:
199
return "t21";
200
+ case T23:
201
+ return "t23";
202
case T30:
203
return "t30";
204
case T31:
src/hal/ingenic.h
@@ -6,6 +6,7 @@
6
#define T10 0x10
7
#define T20 0x20
8
#define T21 0x21
9
+#define T23 0x23
10
#define T30 0x30
11
#define T31 0x31
12
#define T40 0x40
0 commit comments