boot.cfg

来自「flash programming STI 5.5.1.4 DCU3」· CFG 代码 · 共 56 行

CFG
56
字号
################################################################################## vi:sw=2 ts=2 et:## ## File: $RCSfile: boot.cfg,v $##       $Revision: 1.7 $##       $Date: 2002/02/21 11:09:26 $##            ## Copyright [2001] Pace Micro Technology PLC.   All rights reserved.## ## The copyright in this material is owned by Pace Micro Technology PLC## ("Pace"). This material is regarded as a highly confidential trade secret of## Pace. It may not be reproduced, used, sold or in any other way exploited or## transferred to any third party without the prior written permission of Pace.## ################################################################################include product.cfg################################################################################## program description (hardware config is in board.cfg)##proc boot_conf {   c2hostboot}################################################################################## target procedure##proc run {  reset -full  boot_conf  ST20C2MemoryInit}proc rombootdebug {  reset -full  boot_conf##  removed as there's not declaration of this in the new DCU R1_9_5 toolset##  reset_dcu_compare  ST20C2MemoryInit  program -new romboot.dbg  events -all -remove  break -h main	  go}## Create set of targets Targets_Create("boot", "run")Targets_Create("boot_no_reset", "boot_conf")Targets_Create("rombootdebug", "rombootdebug")

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?