Zephyr API Documentation 4.3.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
iar.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2025 Renesas Electronics Corporation
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
7#ifndef ZEPHYR_TESTSUITE_INCLUDE_TEST_TOOLCHAIN_IAR_H_
8#define ZEPHYR_TESTSUITE_INCLUDE_TEST_TOOLCHAIN_IAR_H_
9
10#ifndef ZEPHYR_TESTSUITE_INCLUDE_TEST_TOOLCHAIN_H_
11#error "Please do not include test toolchain-specific headers directly, \
12use <zephyr/test_toolchain.h> instead"
13#endif
14
15#define TOOLCHAIN_WARNING_PRAGMAS Pe161
16#define TOOLCHAIN_WARNING_INFINITE_RECURSION Pe2440
17
18#endif