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 
41 #ifdef PICO_PLATFORM
42 #include "pico/parameters.h"
43 #endif
44 
45 #ifdef MAXIM_PLATFORM
46 #include "maxim/parameters.h"
47 #endif
48 
49 #ifdef STM32_PLATFORM
50 #include "stm32/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.