summaryrefslogtreecommitdiff
path: root/board/pdeval-stm32f072/build.mk
diff options
context:
space:
mode:
authorVincent Palatin <vpalatin@chromium.org>2015-06-15 16:55:08 -0700
committerChromeOS Commit Bot <chromeos-commit-bot@chromium.org>2015-06-24 00:04:42 +0000
commit5aadcd90d8ecb79d15dae6d5f0b4567a678e8d8c (patch)
tree6b3720be9d091a6beecdaf5a254cbe047a94dada /board/pdeval-stm32f072/build.mk
parent43db8410667de672369c794fd9b16e40fcded85c (diff)
downloadchrome-ec-5aadcd90d8ecb79d15dae6d5f0b4567a678e8d8c.tar.gz
Add board for USB PD chip evaluation
Base board configuration to evaluate USB PD interface chip by connecting them a STM32F072 Discovery board. Signed-off-by: Vincent Palatin <vpalatin@chromium.org> BRANCH=none BUG=chrome-os-partner:41497 TEST=Flash the STM32F072 discovery using the following command: make flash BOARD=pdeval-stm32f072 then connect to the EC console through the USB port. Change-Id: Ie3f5dcd04c077be49fbacc020f7af4f298039e8a Reviewed-on: https://chromium-review.googlesource.com/277713 Tested-by: Alec Berg <alecaberg@chromium.org> Reviewed-by: Vincent Palatin <vpalatin@chromium.org> Reviewed-by: Alec Berg <alecaberg@chromium.org> Commit-Queue: Alec Berg <alecaberg@chromium.org>
Diffstat (limited to 'board/pdeval-stm32f072/build.mk')
-rw-r--r--board/pdeval-stm32f072/build.mk13
1 files changed, 13 insertions, 0 deletions
diff --git a/board/pdeval-stm32f072/build.mk b/board/pdeval-stm32f072/build.mk
new file mode 100644
index 0000000000..ef1346d534
--- /dev/null
+++ b/board/pdeval-stm32f072/build.mk
@@ -0,0 +1,13 @@
+# -*- makefile -*-
+# Copyright 2015 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+#
+# Board specific files build
+
+# the IC is STmicro STM32F072RBT6
+CHIP:=stm32
+CHIP_FAMILY:=stm32f0
+CHIP_VARIANT:=stm32f07x
+
+board-y=board.o usb_pd_policy.o