tinyos-2.x.rar

源代码在线查看: mica2dot.target

软件大小: 21877 K
上传用户: Whibsvvy
关键词: tinyos
下载地址: 免注册下载 普通下载 VIP

相关代码

				#-*-Makefile-*- vim:syntax=make
				#$Id: mica2dot.target,v 1.5 2007/11/06 19:32:56 sallai Exp $
				
				PLATFORM = mica2dot
				
				PROGRAMMER ?= uisp
				ifeq ($(PROGRAMMER),avrdude)
				  PROGRAMMER_PART ?= -pm128  -U efuse:w:0xff:m
				endif
				
				ifeq ($(PROGRAMMER),uisp)
				  PROGRAMMER_PART ?= -dpart=ATmega128  --wr_fuse_e=ff
				endif
				
				AVR_FUSE_H ?= 0xd9
				
				$(call TOSMake_include_platform,avr)
				
				mica2dot: $(BUILD_DEPS)
					@:
				
							

相关资源