targets.cfg
来自「ST flash driver」· CFG 代码 · 共 29 行
CFG
29 行
############################################################################
## File Name : targets.cfg
##
## Description : Target definitions used by st20run.
##
## The following examples should be modified to suit your local
## target configuration.
##
## Copyright (C) 1999 STMicroelectronics
##
## Reference : ST20 Toolset Reference Manual
##
############################################################################
## Example target definitions for simulator, JPI via B300, JPI direct, & JEI.
## All these examples reset the target system.
##target c2sim st20sim "st20sim -q -f mb275.cfg -c2 -p board_init" board_runtime_init
## Example target definition where target is not reset.
target kt tap "jei_soc 192.168.188.180" "reset; st55X8_custom_runtime(81)"
##target kt tap "jei_soc 192.168.188.187" "reset; st55X8_custom_runtime(81)"
##target kt tap "jei_soc 192.168.188.188" "reset; st55X8_custom_runtime(81)"
##target kt tap "hti_usb HTI4" "reset; st55X8_custom_runtime(81)"
##target kt tap "hti_usb HTI1" "reset; st55X8_custom_runtime(81)"
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?