no-OS
Loading...
Searching...
No Matches
platform_includes.h
Go to the documentation of this file.
1/***************************************************************************/
35#ifndef __PLATFORM_INCLUDES_H__
36#define __PLATFORM_INCLUDES_H__
37
38#ifdef XILINX_PLATFORM
39#include "xilinx/parameters.h"
40#elif defined STM32_PLATFORM
41#include "stm32/parameters.h"
42#elif defined LATTICE_PLATFORM
43#include "lattice/parameters.h"
44#endif
45
46#ifdef IIO_SUPPORT
47#include "iio_app.h"
48#endif
49
50#endif /* __PLATFORM_INCLUDES_H__ */
Definitions specific to Lattice platform used by ad738x_fmcz project.
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.