stm32f2x: Detect STM32F42x rev Y
Change-Id: Iaf94f6dda0686cce56be77431bbb961bfd5e8d14 Signed-off-by: Andreas Fritiofson <andreas.fritiofson@gmail.com> Reviewed-on: http://openocd.zylin.com/1688 Tested-by: jenkins Reviewed-by: Spencer Oliver <spen@spen-soft.co.uk>__archive__
parent
85830c32bf
commit
bc7837007c
|
@ -914,6 +914,10 @@ static int get_stm32x_info(struct flash_bank *bank, char *buf, int buf_size)
|
||||||
case 0x1001:
|
case 0x1001:
|
||||||
rev_str = "Z";
|
rev_str = "Z";
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
case 0x1003:
|
||||||
|
rev_str = "Y";
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue