File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,6 +6,22 @@ All notable version changes will be recorded in this file.
66
77***
88
9+ ### [ v3.11.3] revision
10+
11+ ** Fix** :
12+ - ` Extra Compiler Options ` : Cannot evaluate inherited parameters.
13+ - ` unify_builder ` : Cannot handle more than one ` args expressions ` for file options.
14+ - ` unify_builder ` : Remove global extra options for ` sdxxasm ` .
15+
16+ ** Optimize** :
17+ - ` unify_builder ` : More color render for compiler output messages.
18+ - ` unify_builder ` : Add 'ASM_FLAGS' for sdcc sdxxasm.
19+ - ` Debug Config ` : Auto generate toolchain prefix for cortex-debug.
20+
21+ ** Please update ` eide_binaries ` to v11.0.1+ (Restart plug-in to auto fetch update).**
22+
23+ ***
24+
925### [ v3.11.2] update
1026
1127** New** :
Original file line number Diff line number Diff line change 179179 }
180180 },
181181 "ASM_FLAGS" : {
182- "markdownDescription" : " Assembler Params " ,
182+ "markdownDescription" : " Assembler Options " ,
183183 "description.zh-cn" : " 汇编器参数" ,
184184 "$ref" : " #/definitions/FLAGS" ,
185185 "default" : " -c -x assembler"
Original file line number Diff line number Diff line change 3535 "homepage" : " https://em-ide.com" ,
3636 "license" : " MIT" ,
3737 "description" : " A mcu development environment for 8051/AVR/STM8/Cortex-M/RISC-V" ,
38- "version" : " 3.11.2 " ,
38+ "version" : " 3.11.3 " ,
3939 "preview" : false ,
4040 "engines" : {
4141 "vscode" : " ^1.67.0"
You can’t perform that action at this time.
0 commit comments