compile_switches.h

来自「jflash linux 2.0.03,linux下的jflash源代码」· C头文件 代码 · 共 27 行

H
27
字号
/******************************************************************************
**
**  COPYRIGHT (C) 2000, 2001, 2002 Intel Corporation.
**
**  The information in this file is furnished for informational use 
**  only, is subject to change without notice, and should not be construed as 
**  a commitment by Intel Corporation. Intel Corporation assumes no 
**  responsibility or liability for any errors or inaccuracies that may appear 
**  in this document or any software that may be provided in association with 
**  this document. 
**
**  FILENAME:       Compile_switches.h
**
**  PURPOSE:        collects the optional switches for this program.
**
**  LAST MODIFIED:  $Modtime: 6/06/02 3:41p $
******************************************************************************/
//#define SANDGATE_PLATFORM
#define LUBBOCK_PLATFORM
//#define ASSABET_PLATFORM
//#define DEBUG
//#define LUBBOCK_SA1110  // requires ASSABET_PLATFORM to be defined too
//#define LUBBOCK_SABINAL   // requires LUBBOCK_PLATFORM to be defined too

#define INSIGHT_JTAG
//#define PARALLEL_JTAG

⌨️ 快捷键说明

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