亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

? 歡迎來到蟲蟲下載站! | ?? 資源下載 ?? 資源專輯 ?? 關(guān)于我們
? 蟲蟲下載站

?? sarm_c22.stp

?? realview22.rar
?? STP
?? 第 1 頁 / 共 5 頁
字號:
# 623 ; ARM RVDEBUG Project Template for ARM core tools
#$$$CONFIG=Debug
#$$$CONFIG=Release
#$$$CONFIG=DebugRel
#$$$0COMPILE=arm
#%Release%Compilation.generate_debug=disabled
#%Debug%Compilation.generate_debug=enabled
#%Release%Optimization.debug_optimize=maximum
#%DebugRel%Optimization.debug_optimize=partial
#%DebugRel%Compilation.generate_debug=enabled
#$$$2COMPILE=arm_cpp
#%%Compilation.compiler=ARM_Cpp
#%%Compilation.Checking.source_language=CPlusPlus
#%Release%Compilation.generate_debug=disabled
#%Debug%Compilation.generate_debug=enabled
#%Release%Optimization.debug_optimize=maximum
#%DebugRel%Optimization.debug_optimize=partial
#%DebugRel%Compilation.generate_debug=enabled
#$$$1COMPILE=thumb
#%%Compilation.compiler=Thumb_C
#%Release%Compilation.generate_debug=disabled
#%Debug%Compilation.generate_debug=enabled
#%Release%Optimization.debug_optimize=maximum
#%DebugRel%Optimization.debug_optimize=partial
#%DebugRel%Compilation.generate_debug=enabled
#$$$3COMPILE=thumb_cpp
#%%Compilation.compiler=Thumb_Cpp
#%%Compilation.Checking.source_language=CPlusPlus
#%Release%Compilation.generate_debug=disabled
#%Debug%Compilation.generate_debug=enabled
#%Release%Optimization.debug_optimize=maximum
#%DebugRel%Optimization.debug_optimize=partial
#%DebugRel%Compilation.generate_debug=enabled
#$$$ASSEMBLE=arm
#%Release%Assembly.generate_debug=disabled
#%DebugRel%Assembly.generate_debug=enabled
#%Debug%Assembly.generate_debug=enabled
#$$$ASSEMBLE=thumb
#%%disable=True
#%Release%Assembly.generate_debug=disabled
#%DebugRel%Assembly.generate_debug=enabled
#%Debug%Assembly.generate_debug=enabled
#%%Assembly.assemble_mode=Thumb
#$$$

# The PROJECT group is the main group of all projects. This describes the
# basic information on the project and is used by RVDEBUG to handle project
# control. Most of the fields in this group are pre-filled in and should
# not be modified.
[TEMPLATE=&PROJECT] \\ Defines base project information

# 570 ; The specific_device field allows selective project binding. This
# means that the project will only bind to the named devices if
# any. If none specified, the project will bind to all devices 
# of the processor type the project is for. The name(s) given
# must match the device_names from the JTAG-file. You can specify
# multiple names, and each will be tested. This is useful with
# multi-processor systems where each device has a different
# program to load.
specific_device=LS \\ Name of specific device(s) to bind to

# 497 ; Text description of this project.
description=S   \\ Description of this project

# 536 ; The processor field identifies the processor toolchain that the project is built for.
# This field is filled in automatically when the project is created, and is
# then locked.
processor_=K(ARM-ADS)   \\ Processor toolchain project builds for

# 510 ; The type of project this is. This field is filled in automatically when
# the project is created, and is then locked.
type_=K(Simple,Standard,Makefile,Container)1 \\ Type of project this is

# 477 ; The author field is filled in with the original author of this project, and
# is then locked. This allows for locking by author (only the author can 
# modify it) elsewhere within the project.
author_=S               \\ Name of author of this project

# 667 ; Locking allows the project itself to be controlled. A version lock means
# that the version/source control used for source files will be used for
# project files as well. The project will be checked into the source
# control system by RVDEBUG. Attempts to modify it will automatically
# check the files out. Checking the file in will also allow stamping
# the sources as well. A user lock means that only the author can 
# modify the file (using RVDEBUG).
lock=K(unlocked,versioned,user) \\ Type of lock model for project updates \
                        \K No lock control, \
                           Version/Source Control locked, \
                           Only author can change

# 558 ; The base directory of the project is used to allow all sources and
# build files to be relative to the base (if within it or a sub-directory).
# This way, a copy of the project can be made that is moved to a new base
# and so local modifications can be made. If the path is left empty,
# the base-directory will be the directory of this file.
base_directory=D"<use path of project file>"    \\ Base directory of project

# 590 ; The tool-directory field is one or more paths to find tools to run. These
# will be added to the path environment variable prior to running any
# tools.
tool_directory=D        \\ Location for all tools (by default).

# 476 ; The tool-envvar fields are used to define environment variables that
# should be set prior to running any tools.
tool_envvar=LS  \\ Environment variables needed by tools

# 725 ; Source search paths allows setting the list of directories to
# find sources. This is only needed when the compiler/assembler
# does not pass the source paths through to the debugger. You
# know you need this when the debugger cannot find the source
# files automatically.
source_search=LD        \\ Source search paths for debugging

# 560 ; Source mapping paths allows setting the list of directories to
# find sources when projects are moved from their original location.
# This is only needed when the compiler/assembler
# does not pass the current source paths through to the debugger.
source_mapping=LL      \\ Source mapping paths for debugging

# 589 ; Command Open/Close allows you to specify a set of RVDEBUG 
# commands to run when the project is opened (and connected to
# target) or closed (if still connected). This may be any 
# command including loading a command file ("inc" command).
# Common examples for open are "reload" to immediately load 
# the file and also breakpoint setup and macro setup. Common
# examples for close are "del macro" to delete macros created
# for a project.
{.Command_Open_Close \\ Commands to run when project is opened or closed
  # 724 ; 
  open_conn=LS  \\ RVDEBUG commands to run on project open/connect
  # 496 ; 
  close=LS              \\ RVDEBUG commands to run on project close
}

# 687 ; The modification history is built automatically each time the project
# is edited. It contains the user, date, and type of modification that
# took place.
{Modification_History \\ History of changes
  # 537 ; 
  user_=S               \\ Name of person changing
  # 440 ; 
  date_=S               \\ Date changed
  # 499 ; 
  type=K(created,added_to,deleted_from,other)0 \\ Type of change
  # 461 ; 
  description=S \\ Description of changes
}

[INCLUDE] ?prj_set.stp
# 625 ; The CONFIGURATION group contains configurations for building
# the same application multiple ways. The common use is for a
# debug build vs. release build. But, this can also be used for
# different optimization levels, different variants (such as
# different device drivers), etc.
[TEMPLATE=&CONFIGURATION] \\ Defines configurations
# 621 ; 
config=LS               \\ configuration - 1st one is default
# 408 ; Active Config allows selection of which configuration should be
# built and loaded. This can be changed here as well as within
# the debugger.
active_config=K($TEMPL_GROUP=config=)0 \\ active configuration to use
# 602 ; The normal rule for configurations is to put objects and the
# output executable/library in a sub-directory with the same name
# as the configuration (such as "debug"). This field allows changing
# that rule. Note that if you remove sub-directories such that objects
# from multiple configurations go to the same output location, you must
# be certain that the object files would be the same regardless of
# which configuration would build them.
subdir_rule=K(Config_name,None,Auto)0 \
                        \\ Rule for creation of output sub-directory \
                        \K Use Configuration name,\
                           Do not use configuration sub-directory,\
                           Use Config name if no sub-directory specified in project
# 547 ; The CUSTOM group contains rules for building headers (such as
# .h files), sources (.c, .asm, .cpp), objects (.o or .obj),
# libraries (.lib or .a), tools that will be run by other
# CUSTOM groups or for pre/post-link, etc. Each CUSTOM group
# can build one or more files. The files listed under the
# 'files' entry are the explicit output. So, if a source and
# header are produced, only one should be listed and it should
# be the one that something else is dependent on. If multiple
# files are listed via the 'files' entry, the custom command
# will be run once for each. The 'dependends_on' fields are
# used to name specific files that control the building of
# these files. For example, if the command processes a data
# file (say coefficients) and produces a source file, the data
# file should be listed. Each time the project is built, the
# date/time of the data file will be compared against the output
# file and if the data is newer, the output will be rebuilt.
[TEMPLATE=CUSTOM]       \\ Custom tools

# 500 ; Removes this group from the build
disable=B0              \\ Removes this custom group from build \
                        \C (,$<DIS=1>)

# 614 ; 
description=S   \\ Describes tool

# 427 ; 
message=S               \\ Any messages to emit when running \
                        \C ?* $<SPC=$VALUE>

# 682 ; The files list the main output file from the command. If
# the command produces more than one output file, only list one
# of them below. Use multiple files only if you want the command
# run once to produce each file. Use a fake filename (one that is
# not produced) if you want this command to run every time (but
# see also pre-link and post-link).
files=LF                \\ Files to process with command (one per) \
                        \C ?* $<OBJ=$VALUE>

# 400 ; Depends_on lists files that are used as inputs to building
# the output file(s). The date/time of these files will be
# compared against the output file to determine if it should
# be rebuilt (if any depends_on file is newer, it will be
# rebuilt).
depends_on=LF   \\ List of files that are dependents \
                        \C ?* $<SRC=$VALUE>

# 446 ; Command is the host command (or commands) to run to produce
# the output file or behavior. You can use various macros "$(name)"
# in the command. The common macros are "$@" for the output file,
# "$?" is list of depends_on files that are newer. Commands
# that use shell commands (e.g. echo and for) should be preceded 
# by a "+" (plus sign). A preceding "@" (at sign) will prevent
# echoing of the command before running it. So, "@+echo foo"
# will just write "foo" on the output.
command=LS              \\ Command to run including all arguments \
                        \C ?* $<EXE=$VALUE>

# 426 ; Use_as determines when and how the output files should be
# rebuilt. A link_dependent means that this output will be
# checked (against its depends_on files) for rebuild whenever
# you build. Link_input indicates that the output file is
# an input to the linker (and object file or equivalent).
# Named target means that the output file is only checked if
# some other file depends on it or it is named in a build.
# This latter case is used when the output file is a .h or
# .c/.asm file that is used as input for a COMPILE/ASSEMBLE
# group as well as when it is input to another CUSTOM group
# (so you can chain build custom files).
use_as=K(link_dependent,link_input,named_target,post_link)0 \
                           \\ Form of output of this command \
                           \K Will be checked for build each time, \
                              Will be used as input to linker (object), \
                              Is only a target in makefile, \
                              Will be built after link \
                           \C $<PRV=$VALUE>

# 459 ; The COMPILE group contains the C and C++ sources to be compiled in the
# project. The default build (COMPILE=default) contains the normal build
# rules for all sources. If some sources need to be compiled differently,
# a new COMPILE group can be created that contains these alternate
# rules.
[TEMPLATE=COMPILE] \\ Defines compilation rules \
                        \C -c $$SRC $$FLG -o $$OBJ

# 395 ; Removes this group from the build.
disable=B0              \\ Removes this compile group from build \
                        \C (,$<DIS=1>)

# 610 ; The Sources folder contains the files to compile for this group.
{.Sources               \\ List of source files
  # 436 ; The file list contains the list of sources to compile with for this
  # compile group. These should only be C and C++ sources.
  files=LF(Sources [*.c;*.cpp],$CWD) \\ Source files to compile \
                           \C{*} ? $<SRC=$VALUE>
}
# 662 ; The obj-location field contains information on where the object files
# should be placed relative to the sources. The default is to put the
# objects in the base directory of the project. An alternate is to put
# them in a subdirectory of the base. Another alternate is to put them
# in the same location as the sources or a sub-directory of the sources.
# If a sub-directory is chosen, the obj_sub name is used; if not given,
# "objects" is used. The source directory choice will use the same
# directory as each source or a sub-directory of that source if obj_sub
# is filled in. The sub-directories will be automatically created.
obj_location=K(local,sub_dir,same_as_source)0 \\ Where to put object files \
                        \K In project base directory,\
                           In obj_sub directory from base,\
                           In source directory \
                        \C (,$<OBJ=[$"obj_sub",$"obj_sub",objects]>\
                             ,$<OBJ=$$SPA/$"obj_sub">)

?? 快捷鍵說明

復(fù)制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
日本不卡视频在线观看| 午夜婷婷国产麻豆精品| 日韩成人午夜电影| 99久久综合国产精品| 欧美tickle裸体挠脚心vk| 亚洲日本中文字幕区| 国产伦精品一区二区三区在线观看| 在线精品视频免费播放| 欧美韩国一区二区| 国精产品一区一区三区mba视频| 欧美偷拍一区二区| 综合激情成人伊人| 国产精品一区二区在线播放 | 五月激情综合婷婷| 99国产精品99久久久久久| 久久久久久一二三区| 日韩精品成人一区二区在线| 91国产成人在线| 国产精品久久久久影院亚瑟| 国产福利一区在线| 精品久久人人做人人爱| 蜜乳av一区二区三区| 欧美剧在线免费观看网站| 一区二区三区免费在线观看| 99riav久久精品riav| 国产精品国产三级国产aⅴ入口 | 欧美一区二区三区免费在线看| 亚洲欧美日韩中文字幕一区二区三区| 成人午夜视频福利| 久久久精品人体av艺术| 国产视频一区在线播放| 成人黄色免费短视频| 青青草精品视频| 国产999精品久久| 色视频欧美一区二区三区| 欧美日韩不卡一区| 久久品道一品道久久精品| 亚洲精品中文在线影院| 日韩电影一二三区| 国产成人超碰人人澡人人澡| 一本久道中文字幕精品亚洲嫩| 欧美一区二区不卡视频| 中文字幕一区二区三区在线不卡| 亚洲综合丝袜美腿| 国产在线精品一区在线观看麻豆| 91在线一区二区三区| 日韩欧美一卡二卡| 亚洲欧美日韩电影| 国产一区二区三区黄视频| 欧亚一区二区三区| 国产日韩三级在线| 日韩精品成人一区二区三区| 成人激情免费电影网址| 91精品久久久久久蜜臀| 亚洲色图制服诱惑 | 美女网站色91| 99re热视频精品| 精品久久久三级丝袜| 亚洲乱码国产乱码精品精的特点 | 午夜精品久久久久久久久久久| 国产精品资源站在线| 欧美人与禽zozo性伦| 国产精品午夜久久| 美国毛片一区二区三区| 91久久精品一区二区二区| 中文字幕av一区二区三区| 另类的小说在线视频另类成人小视频在线| 99精品欧美一区| 久久综合狠狠综合久久综合88| 亚洲成人三级小说| 色系网站成人免费| 国产视频911| 国产在线一区观看| 制服丝袜国产精品| 亚洲国产成人av网| 91尤物视频在线观看| 国产日产欧美一区| 极品美女销魂一区二区三区| 欧美在线free| 亚洲免费观看高清完整 | 国产午夜久久久久| 久久精品国产免费| 欧美日韩一区二区三区四区| 一区二区三区日韩欧美| 波波电影院一区二区三区| 久久精品无码一区二区三区| 日本美女视频一区二区| 欧美精品久久99久久在免费线| 亚洲一区免费视频| 色噜噜狠狠色综合中国| 国产精品久久久久久久久免费桃花 | 国产一区二区三区在线看麻豆| 欧美精品在线视频| 亚洲妇熟xx妇色黄| 在线视频欧美区| 一区二区三区小说| 色播五月激情综合网| 亚洲天堂精品在线观看| 97精品久久久午夜一区二区三区| 国产精品入口麻豆九色| 国产91在线|亚洲| 国产欧美日本一区二区三区| 国产成人在线免费| 国产色91在线| 成人免费看黄yyy456| 中文天堂在线一区| av一区二区久久| 一区二区三区在线观看欧美| 欧美图区在线视频| 日本中文字幕一区二区视频 | 精品国产乱码久久久久久闺蜜| 麻豆久久一区二区| 日韩一区二区免费在线观看| 美洲天堂一区二卡三卡四卡视频| 精品奇米国产一区二区三区| 国产精品一区二区x88av| 欧美激情综合五月色丁香| 99热这里都是精品| 亚洲国产精品久久久久婷婷884 | 欧美三级在线视频| 日韩高清不卡一区| 日韩女优av电影在线观看| 国产大陆精品国产| 国产精品久久久久久久久晋中| 91色视频在线| 婷婷丁香久久五月婷婷| 26uuu国产电影一区二区| 国产成人综合精品三级| 亚洲日本成人在线观看| 欧美丝袜丝nylons| 麻豆成人av在线| 国产精品无码永久免费888| 色综合一个色综合| 免费精品视频在线| 国产精品伦理在线| 欧美在线一区二区| 狠狠色丁香久久婷婷综合_中| 国产精品伦理在线| 777a∨成人精品桃花网| 国产精品香蕉一区二区三区| 亚洲人妖av一区二区| 91精品久久久久久蜜臀| 国产91综合一区在线观看| 亚洲午夜电影在线观看| 久久久蜜臀国产一区二区| 91福利视频网站| 国产麻豆成人传媒免费观看| 亚洲精品乱码久久久久久久久 | 欧美日韩精品一区二区三区蜜桃| 毛片不卡一区二区| 亚洲免费观看在线视频| 日韩欧美国产不卡| 91性感美女视频| 精品在线观看视频| 夜夜亚洲天天久久| 国产亚洲一本大道中文在线| 精品视频免费在线| 成人开心网精品视频| 日韩高清一区二区| 中文字幕中文字幕中文字幕亚洲无线| 欧美美女网站色| 99国内精品久久| 国产精品白丝jk白祙喷水网站| 亚洲制服丝袜av| 中文字幕免费观看一区| 日韩欧美三级在线| 精品视频1区2区| 91视频在线看| 成人激情小说网站| 国产一区二区精品在线观看| 亚洲成人av电影在线| 亚洲人成网站精品片在线观看| 久久―日本道色综合久久| 欧美日韩精品电影| 91在线观看免费视频| 国产精品一二三区在线| 蜜臀av一区二区在线观看| 一区二区三区日韩精品视频| 国产精品情趣视频| 精品国产91九色蝌蚪| 欧美日本一区二区三区四区| 99精品黄色片免费大全| 懂色av一区二区三区蜜臀| 另类综合日韩欧美亚洲| 日精品一区二区| 艳妇臀荡乳欲伦亚洲一区| 一区视频在线播放| 国产精品毛片久久久久久久| 国产婷婷色一区二区三区| 2023国产精品| 337p粉嫩大胆色噜噜噜噜亚洲| 欧美高清视频在线高清观看mv色露露十八 | 精品在线你懂的| 美女性感视频久久| 日本亚洲视频在线| 欧美a一区二区| 美脚の诱脚舐め脚责91| 蜜臀久久99精品久久久久久9| 蜜臀精品一区二区三区在线观看| 石原莉奈在线亚洲三区|