Add idcode for GD32F303CG detection

This commit is contained in:
Jonathan Giles 2022-05-19 19:07:19 -04:00 committed by Rachel Mant
parent 09f64b0627
commit 730a795f09
1 changed files with 1 additions and 0 deletions

View File

@ -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 */