📄 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 + -