no-OS
app_config.h
Go to the documentation of this file.
1 /***************************************************************************/
39 #ifndef CONFIG_H_
40 #define CONFIG_H_
41 
42 #define HAVE_SPLIT_GAIN_TABLE 1 /* only set to 0 in case split_gain_table_mode_enable = 0*/
43 #define HAVE_TDD_SYNTH_TABLE 1 /* only set to 0 in case split_gain_table_mode_enable = 0*/
44 
45 #define AD9361_DEVICE 1 /* set it 1 if AD9361 device is used, 0 otherwise */
46 #define AD9364_DEVICE 0 /* set it 1 if AD9364 device is used, 0 otherwise */
47 #define AD9363A_DEVICE 0 /* set it 1 if AD9363A device is used, 0 otherwise */
48 
49 //#define XILINX_PLATFORM
50 //#define ALTERA_PLATFORM
51 //#define LINUX_PLATFORM
52 //#define FMCOMMS5
53 //#define ADI_RF_SOM
54 //#define ADI_RF_SOM_CMOS
55 //#define DMA_IRQ_ENABLE
56 //#define DMA_EXAMPLE
57 //#define AXI_ADC_NOT_PRESENT
58 //#define TDD_SWITCH_STATE_EXAMPLE
59 
60 //#define IIO_SUPPORT
61 
62 #ifndef IIO_SUPPORT
63 #define HAVE_VERBOSE_MESSAGES /* Recommended during development prints errors and warnings */
64 //#define HAVE_DEBUG_MESSAGES /* For Debug purposes only */
65 #endif // USE_LIBIIO
66 /*
67  * In case memory footprint is a concern these options allow
68  * to disable unused functionality which may free up a few kb
69  */
70 #endif