no-OS
platform_includes.h
Go to the documentation of this file.
1 /***************************************************************************/
40 #ifndef __PLATFORM_INCLUDES_H__
41 #define __PLATFORM_INCLUDES_H__
42 
43 /******************************************************************************/
44 /***************************** Include Files **********************************/
45 /******************************************************************************/
46 #ifdef XILINX_PLATFORM
47 #include "xilinx/parameters.h"
48 #elif defined STM32_PLATFORM
49 #include "stm32/parameters.h"
50 #endif
51 
52 #ifdef IIO_SUPPORT
53 #include "iio_app.h"
54 #endif
55 
56 #endif /* __PLATFORM_INCLUDES_H__ */
iio_app.h
Header file of iio_app.