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