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) 18