summaryrefslogtreecommitdiff
path: root/board/nucleo-f412zg/build.mk
diff options
context:
space:
mode:
authorCraig Hesling <hesling@chromium.org>2019-12-16 18:57:15 -0800
committerCommit Bot <commit-bot@chromium.org>2020-03-24 21:05:24 +0000
commit6307a07a599d7f03f1748286c5d7254c991f0ebc (patch)
tree50021bdcbcbc1eeb0cf87c94a1c05b092b2e2135 /board/nucleo-f412zg/build.mk
parentff896db8208e2b670f0d1e6b2c510593c4f78191 (diff)
downloadchrome-ec-6307a07a599d7f03f1748286c5d7254c991f0ebc.tar.gz
nucleo-f412zg: Initial board offering
This brings initial support for the Nucleo-F412ZG development board. This configuration is similar to bloonchipper, but without fingerprint sensor support, without rollback secret support, and with an adjusted console USART selection. The included README.md shows some quick steps to get a Nucleo-F412ZG up and running EC. Note that the RSA key included is only for test builds. It should not be used for any production builds. BRANCH=none BUG=none TEST=make BOARD=nucleo-f412zg make BOARD=nucleo-f412zg flash minicom -D/dev/ttyACM0 Change-Id: Ic1150152adbef9ed3f81aafb007be747b2c436af Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/1970642 Reviewed-by: Jett Rink <jettrink@chromium.org> Commit-Queue: Craig Hesling <hesling@chromium.org> Tested-by: Craig Hesling <hesling@chromium.org>
Diffstat (limited to 'board/nucleo-f412zg/build.mk')
-rw-r--r--board/nucleo-f412zg/build.mk12
1 files changed, 12 insertions, 0 deletions
diff --git a/board/nucleo-f412zg/build.mk b/board/nucleo-f412zg/build.mk
new file mode 100644
index 0000000000..8e58009d96
--- /dev/null
+++ b/board/nucleo-f412zg/build.mk
@@ -0,0 +1,12 @@
+# Copyright 2020 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
+
+BASEBOARD:=nucleo-f412zg
+
+board-y=board.o
+
+# Enable on device tests
+test-list-y=aes sha256 sha256_unrolled