Add support for STM32F446x family.

Tested with a custom hardware.
This commit is contained in:
Gareth McMullin 2015-07-31 09:05:27 -07:00
parent e4bb1e8c55
commit ef574b72b1
1 changed files with 1 additions and 0 deletions

View File

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