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