no-OS
app_config.h
Go to the documentation of this file.
1 /***************************************************************************/
34 #ifndef APP_CONFIG_H_
35 #define APP_CONFIG_H_
36 
37 /* Uncomment if using adrv2crr-fmc + adrv9009-zu11eg: */
38 // #define ZU11EG
39 
40 /* Uncomment if using zcu102 + fmcomms8: */
41 // #define FMCOMMS8_ZCU102
42 
43 /* Provided ZU11EG or FMCOMMS8_ZCU102 were not defined, this project builds
44  * by default for zc706 + adrv9009-w/pcbz.
45  */
46 
47 /* To build ADRV9008-1/ADRV9008-2, uncomment one (only one) of the lines below: */
48 //#define ADRV9008_1
49 //#define ADRV9008_2
50 
51 /* To build a specific example, uncomment one (only one) of the lines below: */
52 // #define DMA_EXAMPLE
53 // #define IIO_SUPPORT
54 
55 #endif /* APP_CONFIG_H_ */