summaryrefslogtreecommitdiff
path: root/board/nucleo-f412zg
diff options
context:
space:
mode:
Diffstat (limited to 'board/nucleo-f412zg')
-rw-r--r--board/nucleo-f412zg/build.mk6
1 files changed, 6 insertions, 0 deletions
diff --git a/board/nucleo-f412zg/build.mk b/board/nucleo-f412zg/build.mk
index 52830851f9..6d46b6c289 100644
--- a/board/nucleo-f412zg/build.mk
+++ b/board/nucleo-f412zg/build.mk
@@ -11,6 +11,7 @@ board-y=board.o
# Enable on device tests
test-list-y=\
aes \
+ cec \
compile_time_macros \
crc \
flash_physical \
@@ -18,6 +19,8 @@ test-list-y=\
mpu \
mutex \
pingpong \
+ printf \
+ queue \
rollback \
rollback_entropy \
rsa3 \
@@ -25,5 +28,8 @@ test-list-y=\
scratchpad \
sha256 \
sha256_unrolled \
+ static_if \
stm32f_rtc \
+ timer_dos \
utils \
+ utils_str \