?? reinstall.extra
字號:
#-*-Makefile-*- vim:syntax=make
#$Id: reinstall.extra,v 1.5 2008/06/18 20:22:51 razvanm Exp $
NODEID = $(REINSTALL)
BUILD_DEPS = setid program
ifdef BOOTLOADER
ifeq ($(BOOTLOADER),tosboot)
BUILD_DEPS = setid program_bl program_no_e
endif
endif
check_tosboot: FORCE
@perl -e 'exit 0 if (<> =~ /^\:103000/); print "\nERROR: Trying to install with tosboot support.\n main.ihex was not built properly, please recompile.\n\n"; exit 1;' $(INSTALL_IHEX)
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -