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 STM32_PLATFORM
40 #include "stm32/parameters.h"
41 #elif defined MAXIM_PLATFORM
42 #include "maxim/parameters.h"
43 #elif defined XILINX_PLATFORM
44 #include "xilinx/parameters.h"
45 #elif defined ADUCM_PLATFORM
46 #include "aducm3029/parameters.h"
47 #elif defined LINUX_PLATFORM
48 #include "linux/parameters.h"
49 #elif defined PICO_PLATFORM
50 #include "pico/parameters.h"
51 #endif
52 
53 #ifdef IIO_SUPPORT
54 #include "iio_app.h"
55 #endif
56 
57 #endif /* __PLATFORM_INCLUDES_H__ */
iio_app.h
Header file of iio_app.