no-OS
All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
platform_includes.h
Go to the documentation of this file.
1/***************************************************************************/
33#ifndef __PLATFORM_INCLUDES_H__
34#define __PLATFORM_INCLUDES_H__
35
36#ifdef STM32_PLATFORM
37#include "stm32/parameters.h"
38#elif defined MAXIM_PLATFORM
39#include "maxim/parameters.h"
40#elif defined XILINX_PLATFORM
41#include "xilinx/parameters.h"
42#elif defined ADUCM_PLATFORM
44#elif defined LINUX_PLATFORM
45#include "linux/parameters.h"
46#elif defined PICO_PLATFORM
47#include "pico/parameters.h"
48#endif
49
50#ifdef IIO_SUPPORT
51#include "iio_app.h"
52#endif
53
54#endif /* __PLATFORM_INCLUDES_H__ */
Header file of iio_app.
Definitions specific to aducm3029 platform used by iio_demo project.
Definitions specific to linux platform used by iio_demo project.
Definitions specific to Maxim platform used by iio_demo project.
Definitions specific to pico platform used by iio_demo project.
Definitions specific to stm32 platform used by iio_demo project.
Definitions specific to xilinx platform used by iio_demo project.