File tree Expand file tree Collapse file tree 2 files changed +12
-7
lines changed
Expand file tree Collapse file tree 2 files changed +12
-7
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,17 @@ All notable version changes will be recorded in this file.
66
77***
88
9+ ### [ v3.26.6] revision
10+
11+ ** New** :
12+ - ` One-Click Debug ` : Support new debugger ` eclipse-cdt.cdt-gdb-vscode ` . You can select it in project settings.
13+
14+ ** Changes** :
15+ - ` axf2elf Removed ` : This function now is deprecated because we can use 'loadFiles', 'symbolFiles' options to load ac5/ac6 axf.
16+ - ` Project Export ` : Check [ PR 511] ( https://github.com/github0null/eide/pull/511 ) for more details.
17+
18+ ***
19+
920### [ v3.26.5] revision
1021
1122** Improve** :
Original file line number Diff line number Diff line change 3636 "homepage" : " https://em-ide.com" ,
3737 "license" : " MIT" ,
3838 "description" : " A mcu development environment for 8051/AVR/STM8/Cortex-M/MIPS/RISC-V" ,
39- "version" : " 3.26.5 " ,
39+ "version" : " 3.26.6 " ,
4040 "preview" : false ,
4141 "engines" : {
4242 "vscode" : " ^1.67.0"
440440 "description" : " Auto Generate RTE_Components.h" ,
441441 "default" : true
442442 },
443- "EIDE.ARM.Option.AxfToElf" : {
444- "type" : " boolean" ,
445- "scope" : " resource" ,
446- "markdownDescription" : " %settings.armcc.convert.axf%" ,
447- "default" : true
448- },
449443 "EIDE.STM8.STVP.CliExePath" : {
450444 "type" : " string" ,
451445 "scope" : " resource" ,
You can’t perform that action at this time.
0 commit comments