summaryrefslogtreecommitdiff
path: root/chip/stm32/clock-stm32f3.c
diff options
context:
space:
mode:
authorVic Yang <victoryang@chromium.org>2014-10-04 18:39:13 +0800
committerchrome-internal-fetch <chrome-internal-fetch@google.com>2014-10-07 20:58:52 +0000
commitbd59d5bfb6a9e6fa116e19f11fe31ae98cc00e88 (patch)
treeec9a9a4febd28a2d85c6cc193805d1b308af6b93 /chip/stm32/clock-stm32f3.c
parent08c53f231df4d7c09c396b5ccfd021fb64608cbd (diff)
downloadchrome-ec-bd59d5bfb6a9e6fa116e19f11fe31ae98cc00e88.tar.gz
Add support for STM32F373
This mostly reuses chip drivers for STM32F and STM32F0. Since this chip doesn't fit either STM32F or STM32F0, let's use symlink to specify which drivers to use for STM32F3. This is just the preparatory work and it's not verified on a chip yet. BUG=chrome-os-partner:32660 TEST=make buildall to make sure this doesn't break anything BRANCH=None Change-Id: I709ed49265e8f84552251a97d03b9b98496de99e Signed-off-by: Vic Yang <victoryang@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/221412 Reviewed-by: Randall Spangler <rspangler@chromium.org> Reviewed-by: Alec Berg <alecaberg@chromium.org> Reviewed-by: Vincent Palatin <vpalatin@chromium.org>
Diffstat (limited to 'chip/stm32/clock-stm32f3.c')
l---------chip/stm32/clock-stm32f3.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/chip/stm32/clock-stm32f3.c b/chip/stm32/clock-stm32f3.c
new file mode 120000
index 0000000000..be91154e52
--- /dev/null
+++ b/chip/stm32/clock-stm32f3.c
@@ -0,0 +1 @@
+clock-stm32f0.c \ No newline at end of file