config.h

来自「motorola 针对coldfire 5275 评估板的Dbug bootlo」· C头文件 代码 · 共 45 行

H
45
字号
/*
 * File:        proj/m5275evb/src/config.h
 * Purpose:     Configuration information for dBUG
 *
 * Notes:       This file automatically included by dbug.h
 *
 */

/********************************************************************/

#ifndef _CONFIG_H
#define _CONFIG_H

/********************************************************************/

#define CPU_MCF5275


/********************************************************************/

/* Enable/disable debugging info */
#undef DEBUG

/* Enable/disable board level debug prints */
#undef DEBUG_PRINT

/* Enable/disable the TFTP download capability */
#define DBUG_NETWORK

/********************************************************************/

/*
 * Include the board specific definitions and prototypes.
 *
 * NOTE: When config.h is included, the basic types int8, int16, int32
 * uint8, uint16, and uint32 are not yet defined. As a result, it is
 * not possible to use these types in data structures or prototypes
 * in <project>.h.
 */
#include "m5275evb.h"

/********************************************************************/

#endif /* _CONFIG_H */

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?