summaryrefslogtreecommitdiff
path: root/util/stm32mon.c
diff options
context:
space:
mode:
authorVincent Palatin <vpalatin@chromium.org>2014-03-07 14:44:41 -0800
committerchrome-internal-fetch <chrome-internal-fetch@google.com>2014-03-22 06:24:19 +0000
commit7a7c92e15e239d37089b94d04a422f312c09caa6 (patch)
tree8082287bd3a9fcddf5d2197bd84fa813b019c37f /util/stm32mon.c
parent60e47a730f9a0c0eb20ccd067954009c192418c9 (diff)
downloadchrome-ec-7a7c92e15e239d37089b94d04a422f312c09caa6.tar.gz
stm32: add STM32F03x configuration
Add STM32F03x as part of the STM32F0 family. STM32F031 will be used for devices requiring low-end parts. Signed-off-by: Vincent Palatin <vpalatin@chromium.org> BRANCH=none BUG=none TEST=along with the following CLs, run on STM32F051 Discovery with limited RAM and Flash to mimic STM32F031. Change-Id: Ie95303eaf00ce53fe7c8d2ac84c19a983aadbf0d Reviewed-on: https://chromium-review.googlesource.com/189404 Reviewed-by: Vic Yang <victoryang@chromium.org> Commit-Queue: Vincent Palatin <vpalatin@chromium.org> Tested-by: Vincent Palatin <vpalatin@chromium.org>
Diffstat (limited to 'util/stm32mon.c')
-rw-r--r--util/stm32mon.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/util/stm32mon.c b/util/stm32mon.c
index 4b1a5438a9..2e73bcf8f3 100644
--- a/util/stm32mon.c
+++ b/util/stm32mon.c
@@ -57,6 +57,8 @@ struct stm32_def {
{0x427, "STM32L15xxC", 0x08000000, 0x40000, 256},
{0x420, "STM32F100xx", 0x08000000, 0x20000, 1024},
{0x410, "STM32F102R8", 0x08000000, 0x10000, 1024},
+ {0x440, "STM32F05x", 0x08000000, 0x10000, 1024},
+ {0x444, "STM32F03x", 0x08000000, 0x10000, 1024},
{0x448, "STM32F07xB", 0x08000000, 0x20000, 1024},
{ 0 }
};