no-OS
Toggle main menu visibility
Main Page
Related Pages
Structures
Structure List
Structure Index
Files
File List
•
All
Classes
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Modules
Pages
Loading...
Searching...
No Matches
projects
adv7511
src
app_config.h
Go to the documentation of this file.
1
/***************************************************************************/
34
35
#ifndef CONFIG_H_
36
#define CONFIG_H_
37
38
// #define HAVE_VERBOSE_MESSAGES /* Recommended during development prints errors and warnings */
39
// #define DEBUG /* For Debug purposes only */
40
41
#define XILINX
42
43
//#define PLATFORM_AC701
44
//#define PLATFORM_KC705
45
//#define PLATFORM_VC707
46
//#define PLATFORM_ZC702
47
//#define PLATFORM_ZC706
48
//#define PLATFORM_ZED
49
50
#if !defined(PLATFORM_AC701) && !defined(PLATFORM_KC705) && \
51
!defined(PLATFORM_VC707) && !defined(PLATFORM_ZC702) && \
52
!defined(PLATFORM_ZC706) && !defined(PLATFORM_ZED)
53
#error "ERROR: Must define a platform in app_config.h"
54
#endif
55
56
#endif
Generated by
1.13.2