Skip to content

Commit c4f2e7a

Browse files
committed
tests: timer: Add missing prj.conf
This file got left out, and tests in CI were failing. Signed-off-by: David Brown <[email protected]>
1 parent 1bcaec2 commit c4f2e7a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

tests/timer/prj.conf

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Copyright (c) 2024 Linaro LTD
2+
# SPDX-License-Identifier: Apache-2.0
3+
4+
CONFIG_RUST=y
5+
CONFIG_MAIN_STACK_SIZE=2048
6+
7+
# Timers need alloc
8+
CONFIG_RUST_ALLOC=y

0 commit comments

Comments
 (0)