summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--util/stm32mon.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/util/stm32mon.c b/util/stm32mon.c
index 22d01d4306..e6c76f9a62 100644
--- a/util/stm32mon.c
+++ b/util/stm32mon.c
@@ -55,6 +55,7 @@ struct stm32_def {
} chip_defs[] = {
{0x416, "STM32L15xx", 0x08000000, 0x20000, 256},
{0x420, "STM32F100xx", 0x08000000, 0x20000, 1024},
+ {0x410, "STM32F102R8", 0x08000000, 0x10000, 1024},
{ 0 }
};