summaryrefslogtreecommitdiff
path: root/board/nucleo-dartmonkey
diff options
context:
space:
mode:
authorYicheng Li <yichengli@chromium.org>2020-06-09 12:50:36 -0700
committerCommit Bot <commit-bot@chromium.org>2020-06-23 16:56:59 +0000
commit09057301e6fe89e0c06b851c576518b42c1ee0b9 (patch)
tree53ea9a045fba899f2756550df5fb473451f49336 /board/nucleo-dartmonkey
parent04c1d97690c0a58ae63de8c11776540419654627 (diff)
downloadchrome-ec-09057301e6fe89e0c06b851c576518b42c1ee0b9.tar.gz
stm32: Enable rsa and rsa3 on-device unit tests
BRANCH=none BUG=b:155235321 TEST=make BOARD=nucleo-dartmonkey tests -j TEST=make BOARD=bloonchipper tests -j TEST=make BOARD=dartmonkey tests -j TEST=make BOARD=nucleo-f412zg tests -j TEST=make BOARD=nucleo-h743zi tests -j TEST=flash rsa unit test binary to nucleo-f412zg, run test => pass TEST=flash rsa3 unit test binary to nucleo-f412zg, run test => pass TEST=flash rsa unit test binary to nucleo-h743zi, run test => pass TEST=flash rsa3 unit test binary to nucleo-h743zi, run test => pass Signed-off-by: Yicheng Li <yichengli@chromium.org> Change-Id: I2ebcf6f322f9c16aba65a3a627a0a83ca00d2a02 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2240516 Commit-Queue: Tom Hughes <tomhughes@chromium.org> Reviewed-by: Tom Hughes <tomhughes@chromium.org>
Diffstat (limited to 'board/nucleo-dartmonkey')
-rw-r--r--board/nucleo-dartmonkey/build.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/board/nucleo-dartmonkey/build.mk b/board/nucleo-dartmonkey/build.mk
index 62f1eeff27..4d39121edc 100644
--- a/board/nucleo-dartmonkey/build.mk
+++ b/board/nucleo-dartmonkey/build.mk
@@ -16,6 +16,8 @@ test-list-y=\
crc32 \
mutex \
pingpong \
+ rsa \
+ rsa3 \
rtc \
sha256 \
sha256_unrolled \