Add STM32F302C8 ID.

From issue #100
This commit is contained in:
Gareth McMullin 2016-07-13 07:52:31 +12:00
parent 24f0c38b45
commit fec09464ac
1 changed files with 1 additions and 0 deletions

View File

@ -135,6 +135,7 @@ bool stm32f1_probe(target *t)
return true;
case 0x422: /* STM32F30x */
case 0x432: /* STM32F37x */
case 0x439: /* STM32F302C8 */
t->driver = "STM32F3";
target_add_ram(t, 0x20000000, 0x10000);
stm32f1_add_flash(t, 0x8000000, 0x80000, 0x800);