no-OS
platform_includes.h
Go to the documentation of this file.
1 /***************************************************************************/
33 #ifndef __PLATFORM_INCLUDES_H__
34 #define __PLATFORM_INCLUDES_H__
35 
36 /******************************************************************************/
37 /***************************** Include Files **********************************/
38 /******************************************************************************/
39 #ifdef XILINX_PLATFORM
40 #include "xilinx/parameters.h"
41 #elif defined STM32_PLATFORM
42 #include "stm32/parameters.h"
43 #endif
44 
45 #ifdef IIO_SUPPORT
46 #include "iio_app.h"
47 #endif
48 
49 #endif /* __PLATFORM_INCLUDES_H__ */
iio_app.h
Header file of iio_app.