summaryrefslogtreecommitdiff
path: root/board/nucleo-h743zi/build.mk
diff options
context:
space:
mode:
authorTom Hughes <tomhughes@chromium.org>2020-05-28 15:46:21 -0700
committerCommit Bot <commit-bot@chromium.org>2020-05-30 05:16:32 +0000
commit55231c0c776ad42b195318ebddf974ca48294f9f (patch)
tree7ba4f459fc0a73f8821c6bde00703eb4e9551b2f /board/nucleo-h743zi/build.mk
parent99434726be49517332272752af6dffefdea7bb8a (diff)
downloadchrome-ec-55231c0c776ad42b195318ebddf974ca48294f9f.tar.gz
test: Add flash_physical test
This test is intended to be used for testing the physical layer flash APIs. BRANCH=none BUG=b:155897971 TEST=On dragonclaw v0.2 with Segger J-Trace and servo micro connected: ./test/run_device_tests.py -t flash_physical => PASS TEST=On dragontalon with servo micro connected: > runtest => PASS Signed-off-by: Tom Hughes <tomhughes@chromium.org> Change-Id: Ifd3c30da5f42ff84e77a7292cd2a7c88e8c594dd Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2220734 Commit-Queue: Yicheng Li <yichengli@chromium.org> Tested-by: Yicheng Li <yichengli@chromium.org> Reviewed-by: Jett Rink <jettrink@chromium.org>
Diffstat (limited to 'board/nucleo-h743zi/build.mk')
-rw-r--r--board/nucleo-h743zi/build.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/board/nucleo-h743zi/build.mk b/board/nucleo-h743zi/build.mk
index 25d76458d2..dae28a73a4 100644
--- a/board/nucleo-h743zi/build.mk
+++ b/board/nucleo-h743zi/build.mk
@@ -13,6 +13,7 @@ test-list-y=\
aes \
compile_time_macros \
crc32 \
+ flash_physical \
mpu \
mutex \
pingpong \