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 XILINX_PLATFORM
37#include "xilinx/parameters.h"
38#elif defined STM32_PLATFORM
39#include "stm32/parameters.h"
40#endif
41
42#ifdef IIO_SUPPORT
43#include "iio_app.h"
44#endif
45
46#endif /* __PLATFORM_INCLUDES_H__ */
Header file of iio_app.
Definitions specific to STM32 platform used by eval-pulsar_adc project.
Definitions specific to xilinx platform used by pulsar-adc project.