no-OS
platform_includes.h
Go to the documentation of this file.
1 /***************************************************************************/
39 #ifndef __PLATFORM_INCLUDES_H__
40 #define __PLATFORM_INCLUDES_H__
41 
42 /******************************************************************************/
43 /***************************** Include Files **********************************/
44 /******************************************************************************/
45 #ifdef STM32_PLATFORM
46 #include "stm32/parameters.h"
47 #endif
48 
49 #ifdef MAXIM_PLATFORM
50 #include "maxim/parameters.h"
51 #endif
52 
53 #ifdef PICO_PLATFORM
54 #include "pico/parameters.h"
55 #endif
56 
57 #ifdef ADUCM_PLATFORM
58 #include "aducm3029/parameters.h"
59 #endif
60 
61 #ifdef IIO_SUPPORT
62 #include "iio_app.h"
63 #endif
64 
65 #endif /* __PLATFORM_INCLUDES_H__ */
iio_app.h
Header file of iio_app.