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