?? tinysec.extra
字號:
#-*-Makefile-*- vim:syntax=make#$Id: tinysec.extra,v 1.1 2004/01/08 03:45:55 cssharp Exp $########################################################################## TinySec processing########################################################################## The tinysec keyfile to use and the default key name (this re matches the# first key. you can explicitly list keys by: make mica KEYNAME=mykeynameKEYFILE := $(HOME)/.tinyos_keyfileKEYNAME := '\w+'TINYSEC_KEY := $(shell mote-key -kf $(KEYFILE) -kn $(KEYNAME))ifeq ($(TINYSEC_KEY),)$(error tinysec key has not been properly set. It is needed for tinysec. \ Check to make sure that the script exists)endifPFLAGS := $(PFLAGS) -I%T/lib/TinySec -I%T/platform/%p/TinySec -DTINYSEC_KEY="$(TINYSEC_KEY)" -DTINYSEC_KEYSIZE=8ifeq ($(TARGET),mica2dot)PFLAGS := $(PFLAGS) -I%T/platform/mica2/TinySecendif
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -