add stm32f4 to docs

This commit is contained in:
Lucian Copeland 2020-02-06 15:17:42 -05:00
parent a63f49cb83
commit 3c50098dfc

View File

@ -26,7 +26,7 @@ import os
import re
SUPPORTED_PORTS = ["atmel-samd", "nrf", "mimxrt10xx"]
SUPPORTED_PORTS = ["atmel-samd", "nrf", "stm32f4", "mimxrt10xx"]
def parse_port_config(contents, chip_keyword=None):