no-OS
All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
platform_includes.h
Go to the documentation of this file.
1/***************************************************************************/
34#ifndef __PLATFORM_INCLUDES_H__
35#define __PLATFORM_INCLUDES_H__
36
37#ifdef XILINX_PLATFORM
38#include "xilinx/parameters.h"
39#elif defined STM32_PLATFORM
40#include "stm32/parameters.h"
41#endif
42
43#ifdef IIO_SUPPORT
44#include "iio_app.h"
45#endif
46
47#endif /* __PLATFORM_INCLUDES_H__ */
Definitions specific to STM32 platform used by eval-ad738x project.
Definitions specific to xilinx platform used by ad463x_fmcz project.
Header file of iio_app.