📄 makefile
字号:
TOSTHREAD_MAIN=TestCollection.c
CFLAGS += -I$(TOSDIR)/lib/tosthreads/sensorboards/universal
CFLAGS += -I$(TOSDIR)/lib/tosthreads/lib/net/
CFLAGS += -I$(TOSDIR)/lib/net/
CFLAGS += -I$(TOSDIR)/lib/tosthreads/lib/net/ctp
CFLAGS += -I$(TOSDIR)/lib/net/ctp -I$(TOSDIR)/lib/net/4bitle
ifneq ($(filter telosb tmote tinynode shimmer iris clean,$(MAKECMDGOALS)),)
include $(MAKERULES)
else
%:
@echo " Sorry, this application only works on platforms with >8kB of RAM (telos, iris, etc.)"
cthreads:
@:
dynthreads:
@:
endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -