From 9d52617b841bcf3cc8f38df7a5d36cf74b4e4c66 Mon Sep 17 00:00:00 2001 From: Craig Hesling Date: Fri, 14 Feb 2020 16:19:13 -0800 Subject: nucleo-dartmonkey: Initial board offering This board will mirror the features of dartmonkey (fingerprint MCU), but using the Nucleo-H743ZI dev board. This is simply a clone of nucleo-h743zi. BRANCH=none BUG=b:130296790 TEST=Run on nucleo. Ensure the console works. Change-Id: I69961147a3ef455d951b664f1c92c917f806b082 Signed-off-by: Craig Hesling Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2057973 Reviewed-by: Jett Rink --- board/nucleo-dartmonkey/build.mk | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 board/nucleo-dartmonkey/build.mk (limited to 'board/nucleo-dartmonkey/build.mk') diff --git a/board/nucleo-dartmonkey/build.mk b/board/nucleo-dartmonkey/build.mk new file mode 100644 index 0000000000..5b8c705a8c --- /dev/null +++ b/board/nucleo-dartmonkey/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-h743zi + +board-y=board.o + +# Enable on device tests +test-list-y=aes sha256 sha256_unrolled -- cgit v1.2.1