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 
47 #ifdef PICO_PLATFORM
48 #include "pico/parameters.h"
49 #endif
50 
51 #ifdef MAXIM_PLATFORM
52 #include "maxim/parameters.h"
53 #endif
54 
55 #ifdef STM32_PLATFORM
56 #include "stm32/parameters.h"
57 #endif
58 
59 #ifdef IIO_SUPPORT
60 #include "iio_app.h"
61 #endif
62 
63 #endif /* __PLATFORM_INCLUDES_H__ */
iio_app.h
Header file of iio_app.