Add idcode for GD32F303CG detection
This commit is contained in:
parent
09f64b0627
commit
730a795f09
|
@ -133,6 +133,7 @@ bool gd32f1_probe(target *t)
|
|||
uint32_t ramSize=signature >>16 ;
|
||||
switch(t->idcode) {
|
||||
case 0x414: /* Gigadevice gd32f303 */
|
||||
case 0x430:
|
||||
t->driver = "GD32F3";
|
||||
break;
|
||||
case 0x410: /* Gigadevice gd32f103, gd32e230 */
|
||||
|
|
Loading…
Reference in New Issue