⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 board_config.h

📁 采用MC13213做的在SMAC协议基础上的发送程序,可作为点对点实验中的END DEVICE.
💻 H
字号:
/*
 * Copyright (c) 2006, Freescale Semiconductor
 * Freescale Confidential Proprietary
 *
 */
/*!
 * \file board_config.h
 *
 * \brief Board configuration
 *
 * \author $Author: a20639 $
 * 
 * \version 4.2
 *
 * \date    $Date: 2006/08/23 05:10:13 $
 *  
 * \b Department : Freescale Commercial Wireless Operation
 *
 * \b Project: SMAC (Simple Media Access Controller)
 *
 * \b History:
 * - 18/JULY/2006 File Creation
 */ 
 
 
 /* Select the features you want to include within the SMAC */
 
 #ifndef __BOARD_CONFIG_H__
 #define __BOARD_CONFIG_H__


#define MC1319XSARD   0
#define MC1319XEVB    1
#define MC1319XAXMC   2
#define MC1321XSRB    3
#define MC1321XNCB    4
#define MC1320XAXMC   5
#define MC1319XARD    10
#define MC1319XIBOARD 11


#define TARGET_BOARD  MC1321XNCB

/* LCD_ENABLED property*/
#define LCD_ENABLED FALSE

/* SCI related properties */
#define DEFAULT_SCI_PORT      1



 #endif /* __BOARD_CONFIG_H__ */

⌨️ 快捷键说明

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