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