⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 application

📁 UEStudioPortable.rar
💻
📖 第 1 页 / 共 2 页
字号:
Writable Strings = no=|yes=-fwritable-strings
Single Precision = no=|yes=-fallow-single-precision
ShortWchar = no=|yes=-fshort-wchar
NoAccessControl = no=|yes=-fno-access-control
CheckNew = no=|yes=-fcheck-new
Conserve Space = no=|yes=-fconserve-space
NoConstStrings = no=|yes=-fno-const-strings
DollarsInIdentifiers = default=|no=-fnodollars-in-identifiers|yes=-fdollars-in-identifiers
NoElideConstructors = no=|yes=-fno-elide-constructors
NoEnforceEHSpecs = no=|yes=-fno-enforce-eh-specs
ForScope = default=|no=-fno-for-scope|yes=-ffor-scope
NoGNUkeywords = no=|yes=-fno-gnu-keywords
NoImplicitTemplates = no=|yes=-fno-implicit-templates
NoImplicitInlineTemplates = no=|yes=-fno-implicit-inline-templates
NoImplementInlines = no=|yes=-fno-implement-inlines
MS Extensions = no=|yes=-fms-extensions
NoNonAnsiBuiltins = no=|yes=-fno-nonansi-builtins
NoOperatorNames = no=|yes=-fno-operator-names
Permissive = no=|yes=-fpermissive
Repo = no=|yes=-frepo
NoRTTI = no=|yes=-fno-rtti
Statistics = no=|yes=-fstats
Template Depth = @-ftemplate-depth-%s
UseCXAtExit = no=|yes=-fuse-cxa-atexit
VTableGC = no=|yes=-fvtable-gc
NoWeak = no=|yes=-fno-weak
NoStdInc = no=|yes=-nostdinc++
-fno-default-inline = no=|yes=-fno-default-inline
-Wctor-dtor-privacy = no=|yes=-Wctor-dtor-privacy
-Wnon-virtual-dtor = no=|yes=-Wnon-virtual-dtor
-Wreorder = no=|yes=-Wreorder
-Weffc++ = no=|yes=-Weffc++
-Wno-deprecated = no=|yes=-Wno-deprecated
-Wno-non-template-friend = no=|yes=-Wno-non-template-friend
-Wold-style-cast = no=|yes=-Wold-style-cast
-Woverloaded-virtual = no=|yes=-Woverloaded-virtual
-Wno-pmf-conversions = no=|yes=-Wno-pmf-conversions
-Wsign-promo = no=|yes=-Wsign-promo
-Wsynth = no=|yes=-Wsynth
NXConstantString = @-fconstant-string-class=%s
NextRuntime = no=|yes=-fnext-runtime
GetDECL = no=|yes=-gen-decls
-Wno-protocol = no=|yes=-Wno-protocol
-Wselector = no=|yes=-Wselector
NoStartFiles = no=|yes=-nostartfiles
NoDefaultLibs = no=|yes=-nodefaultlibs
NoStdLib = no=|yes=-nostdlib
Static = no=|yes=-static
Shared = no=|yes=-shared
LibraryPath = @-L %s
External Dependencies=yes=1|no=0

[Variables]

CPATH  = $(HKEY_LOCAL_MACHINE\SOFTWARE$6432\WinAVR\@)
CCPP   = $(Generate Code) $(Compiler Options) $(Warnings) $(Ansi Mode) $(Language Standard) $(NoAsm) $(NoBuiltIn) $(Hosted) $(FreeStanding) $(Traditional) $(TraditionalCpp) $(Unsigned char) $(Bitfileds) $(Writable Strings) $(Single Precision) $(ShortWchar)
COPT   = $(CCPP) $(Conditional Mismatch)
COBJC  = $(CCPP) $(GetDECL) $(NextRuntime) $(NXConstantString) $(-Wno-protocol) $(-Wselector)
CPWARN = $(-fno-default-inline) $(-Wctor-dtor-privacy) $(-Wnon-virtual-dtor) $(-Wreorder) $(-Weffc++) $(-Wno-deprecated) $(-Wno-non-template-friend) $(-Wold-style-cast) $(-Woverloaded-virtual) $(-Wno-pmf-conversions) $(-Wsign-promo) $(-Wsynth)
CPPOPT = $(CCPP) $(MS Extensions) $(NoStdInc) $(NoWeak) $(VTableGC) $(UseCXAtExit) $(Template Depth) $(Statistics) $(NoRTTI) $(Repo) $(Permissive) $(NoOperatorNames) $(NoNonAnsiBuiltins) $(NoAccessControl) $(CheckNew) $(Conserve Space) $(NoConstStrings) $(DollarsInIdentifiers) $(NoElideConstructors) $(ForScope) $(NoGNUkeywords) $(NoImplicitTemplates) $(NoImplicitInlineTemplates) $(NoImplementInlines) $(CPWARN)
DEFOPT = -c $(Generate Code) $(Compiler Options)
LOPT   = $(Generate Code) $(Linker Options) $(LibraryPath) $(NoStartFiles) $(NoDefaultLibs) $(NoStdLib) $(Static) $(Shared)

[Environment]

PATH = $(CPATH)\AVR\BIN;$(CPATH)\BIN;$(CPATH)\UTILS\BIN;%PATH%
INCLUDE = $(CPATH)\avr\include
LIB = $(CPATH)\avr\lib

[General]

TargetExt = .out
ReleaseOut = Release
DebugOut = Debug
UseFullPaths = 0
UseDosNames = 0
Excludes = $(Excluded Files)
GenerateEDGroup=$(External Dependencies)
.ADS = .C
.ADB = .C
.C++ = .C
.CXX = .C
.CC = .C
.CP = .C
.JAVA = .C
.I = .C
.II = .C
.MI = .C
.S = .C
.F = .C
.FOR = .C
.FPP = .C

[MakeCommands]

hex = Make HEX
bin = Make BIN
rec = Make SREC
hbs = Make HEX/BIN/SREC
makef=Show Makefile

[Make HEX]

Title = Make $Tn.HEX
Cmd0 = avr-objcopy -j .text -j .data -O ihex $T $Tn.hex
Cmd1 = avr-objcopy -j .eeprom --change-section-lma .eeprom=0 -O ihex $T $Tn_eeprom.hex
Depends = $T
ShowWindow = 1
DisplayConsole = 1

[Make BIN]

Title = Make $Tn.BIN
Cmd0 = avr-objcopy -j .text -j .data -O binary $T $Tn.bin
Cmd1 = avr-objcopy -j .eeprom --change-section-lma .eeprom=0 -O binary $T $Tn_eeprom.bin
Depends = $T
ShowWindow = 1
DisplayConsole = 1

[Make SREC]

Title = Make $Tn.SREC
Cmd0 = avr-objcopy -j .text -j .data -O srec $T $Tn.srec
Cmd1 = avr-objcopy -j .eeprom --change-section-lma .eeprom=0 -O srec $T $Tn_eeprom.srec
Depends = $T
ShowWindow = 1
DisplayConsole = 1

[Make HEX/BIN/SREC]

Title = Make HEX/BIN/SREC
Cmd0 = avr-objcopy -j .text -j .data -O ihex $T $Tn.hex
Cmd1 = avr-objcopy -j .eeprom --change-section-lma .eeprom=0 -O ihex $T $Tn_eeprom.hex
Cmd2 = avr-objcopy -j .text -j .data -O binary $T $Tn.bin
Cmd3 = avr-objcopy -j .eeprom --change-section-lma .eeprom=0 -O binary $T $Tn_eeprom.bin
Cmd4 = avr-objcopy -j .text -j .data -O srec $T $Tn.srec
Cmd5 = avr-objcopy -j .eeprom --change-section-lma .eeprom=0 -O srec $T $Tn_eeprom.srec
Depends = $T
ShowWindow = 1
DisplayConsole = 1

[InsertFiles]

group0 = $(Libraries)

[FileGroups]

FGO = .o;
FGL = .a;

[GroupFormats]

FGO = %s
FGL = %s

[Build]

Out = $T
Depends = $FGO
ReleaseFlag = -O2
DebugFlag = -g -O
Cmd0 = $(Compiler) $R $(LOPT) -Wl,-Map,$Tn.map -o $T $FGO $FGL $(Libraries)

[.C]

Out = $In.o
ReleaseFlag = -O2
DebugFlag = -g -O
Cmd0 = $(Compiler) $R $(COPT) -c -o $O $I

IncFiles = 1
CaseSensitive = 1
IncDirs = .;$(INCLUDE);
IncKeyWords = #include;
Comments = /*.*/.//.eol.
[Show Makefile]
Title=Show makefile
Cmd0=uestudio $(UESMAKEFILE)
ShowWindow=1
DisplayConsole=0

⌨️ 快捷键说明

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