From ef574b72b14e10c964f1aa73348d3048f88d1029 Mon Sep 17 00:00:00 2001 From: Gareth McMullin Date: Fri, 31 Jul 2015 09:05:27 -0700 Subject: Add support for STM32F446x family. Tested with a custom hardware. --- src/stm32f4.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/stm32f4.c b/src/stm32f4.c index 7b7a92e..6446a15 100644 --- a/src/stm32f4.c +++ b/src/stm32f4.c @@ -136,6 +136,7 @@ bool stm32f4_probe(target *t) /* Fall through for stuff common to F40x/F41x */ case 0x411: /* Documented to be 0x413! This is what I read... */ case 0x413: /* F407VGT6 */ + case 0x421: /* F446 */ case 0x423: /* F401 B/C RM0368 Rev.3 */ case 0x431: /* F411 RM0383 Rev.4 */ case 0x433: /* F401 D/E RM0368 Rev.3 */ -- cgit v1.2.3