summaryrefslogtreecommitdiff
path: root/board
diff options
context:
space:
mode:
authorTom Hughes <tomhughes@chromium.org>2020-04-29 15:13:36 -0700
committerCommit Bot <commit-bot@chromium.org>2020-04-30 20:43:05 +0000
commit1f692079b7ff0fd9f3bc1b0f0b7cd1a6b473b8d9 (patch)
tree3de73aa7786bbcec095225ba595f81f293be495f /board
parenta3bfb8b262badd25ba65245b709362a7cda2e0df (diff)
downloadchrome-ec-1f692079b7ff0fd9f3bc1b0f0b7cd1a6b473b8d9.tar.gz
test: Add on-device unit test for STM32 RTC
BRANCH=none BUG=b:151105339 TEST=make BOARD=bloonchipper test-stm32f_rtc -j Flash stm32f_rtc.bin and "runtest" in the console Signed-off-by: Tom Hughes <tomhughes@chromium.org> Change-Id: I3debfd93b62cb269ad61af0e4ca7e195554b5548 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2171569 Reviewed-by: Eric Yilun Lin <yllin@chromium.org>
Diffstat (limited to 'board')
-rw-r--r--board/hatch_fp/build.mk1
-rw-r--r--board/nocturne_fp/build.mk1
-rw-r--r--board/nucleo-dartmonkey/build.mk1
-rw-r--r--board/nucleo-f412zg/build.mk1
4 files changed, 4 insertions, 0 deletions
diff --git a/board/hatch_fp/build.mk b/board/hatch_fp/build.mk
index 93c40a530d..4ba4410e27 100644
--- a/board/hatch_fp/build.mk
+++ b/board/hatch_fp/build.mk
@@ -20,3 +20,4 @@ test-list-y=\
rtc \
sha256 \
sha256_unrolled \
+ stm32f_rtc \
diff --git a/board/nocturne_fp/build.mk b/board/nocturne_fp/build.mk
index 3bc105df9a..8bb7855fcd 100644
--- a/board/nocturne_fp/build.mk
+++ b/board/nocturne_fp/build.mk
@@ -21,3 +21,4 @@ test-list-y=\
rtc \
sha256 \
sha256_unrolled \
+ stm32f_rtc \
diff --git a/board/nucleo-dartmonkey/build.mk b/board/nucleo-dartmonkey/build.mk
index 6bc55bd88d..1dcee54164 100644
--- a/board/nucleo-dartmonkey/build.mk
+++ b/board/nucleo-dartmonkey/build.mk
@@ -19,3 +19,4 @@ test-list-y=\
rtc \
sha256 \
sha256_unrolled \
+ stm32f_rtc \
diff --git a/board/nucleo-f412zg/build.mk b/board/nucleo-f412zg/build.mk
index 26b10c5c63..9b2f59c7d9 100644
--- a/board/nucleo-f412zg/build.mk
+++ b/board/nucleo-f412zg/build.mk
@@ -18,3 +18,4 @@ test-list-y=\
rtc \
sha256 \
sha256_unrolled \
+ stm32f_rtc \