summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Hendricks <dhendrix@chromium.org>2013-01-29 16:44:32 -0800
committerChromeBot <chrome-bot@google.com>2013-01-30 12:29:26 -0800
commit6e29f8091d9da763cd39b7ea61eefb5c35b94606 (patch)
tree7312bc4c61477f0041b02dbca07a3029707e9d46
parent17dae824d21ae31882aa6318c4fcce0bbf50e1e5 (diff)
downloadchrome-ec-stabilize-3658.0.0.tar.gz
stm32mon: add ID for stm32f102r8stabilize-3658.0.0
This adds a table entry for stm32f102r8. BRANCH=none BUG=none TEST=ran flash_ec successfully on an stm32f102r8 (see notes below) ChipID 0x410 : STM32F102R8 Bootloader v2.2, commands : 00 01 02 11 21 31 43 63 73 82 92 Flash erased. Writing 65536 bytes at 0x08000000 ... (many more dots) ...Done. Signed-off-by: David Hendricks <dhendrix@chromium.org> Change-Id: I1f4af0413a4df2c09a1043bdc78a429b79c28533 Reviewed-on: https://gerrit.chromium.org/gerrit/42270 Reviewed-by: Vincent Palatin <vpalatin@chromium.org>
-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 }
};