From c464b63a99ba1b49437fe1d4f419cdf960b11bbb Mon Sep 17 00:00:00 2001 From: Eric Callahan Date: Thu, 14 Apr 2022 14:13:36 -0400 Subject: [PATCH] readme: note that stm32f0x2 devices are supported Signed-off-by: Eric Callahan --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 04f1da9..db9953a 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,8 @@ make ``` The menuconfig will present the following options: -- `Processor model`: Currently only STM32F103 is supported +- `Processor model`: Currently STM32F042, STMF072, and STM32F103 models are + supported. - `Disable SWD at startup`: This is an option for GigaDevice STM32F103 clones. Note that these untested on this bootloader. This option only present for "STM32F103" models,