aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGareth McMullin2015-07-31 09:05:27 -0700
committerGareth McMullin2015-07-31 09:05:27 -0700
commitef574b72b14e10c964f1aa73348d3048f88d1029 (patch)
treec46b0fcaf7e3e4bc46576ede483ca1c619ddff72
parente4bb1e8c553fbb100b596ac2258dc730b1dcbd4c (diff)
Add support for STM32F446x family.HEADmaster
Tested with a custom hardware.
-rw-r--r--src/stm32f4.c1
1 files changed, 1 insertions, 0 deletions
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 */