no-OS
All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
app_config.h
Go to the documentation of this file.
1/***************************************************************************/
33
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#define FIRMWARE "TaliseTDDArmFirmware.bin"
56#define FIRMWARE_TX "TaliseTxArmFirmware.bin"
57#define FIRMWARE_RX "TaliseRxArmFirmware.bin"
58#define STREAM "TaliseStream.bin"
59
60#endif /* APP_CONFIG_H_ */