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