Skip to content

Commit f46a5a6

Browse files
committed
v3.26.6
1 parent 2e266d2 commit f46a5a6

File tree

2 files changed

+12
-7
lines changed

2 files changed

+12
-7
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff 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**:

package.json

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
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"
@@ -440,12 +440,6 @@
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",

0 commit comments

Comments
 (0)