Zephyr API Documentation
4.1.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
test_common.h
Go to the documentation of this file.
1
/*
2
* Copyright (c) 2022 Synopsys
3
*
4
* SPDX-License-Identifier: Apache-2.0
5
*/
6
7
#define MAX_TESTS 500
8
9
/*
10
* Test Thread Parameters
11
*/
12
#define THREAD_STACK_SIZE (1024 + CONFIG_TEST_EXTRA_STACK_SIZE)
13
14
#define THREAD_HIGH_PRIORITY 5
15
#define THREAD_LOW_PRIORITY 10
16
17
#define THREAD_DSP_FLAGS (K_DSP_REGS | K_AGU_REGS)
tests
arch
arc
arc_dsp_sharing
src
test_common.h
Generated on Mon Apr 21 2025 11:55:49 for Zephyr API Documentation by
1.12.0