Skip to content

Commit 847f597

Browse files
committed
v3.26.7 revision
1 parent d9cad2a commit 847f597

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,18 @@ All notable version changes will be recorded in this file.
66

77
***
88

9+
### [v3.26.7] revision
10+
11+
**Improve**:
12+
- `IAR C/C++ Intellisense`: Export IAR internal preprocessor defines for cpptools extension.
13+
- `ELF Map View`: Add `.rodata` section for map view. Support map view for IAR_ARM toolchain.
14+
- `Compiler Options`: Add `dwarf-4/5` options. Add `-Wextra -Wpedantic -Wshadow -Wconversion` options for `all-warnings` options.
15+
16+
**Changes**:
17+
- `Disassembly View`: Remove `--visualize-jumps` options (because it will interfere with your vision in most cases).
18+
19+
***
20+
921
### [v3.26.6] revision
1022

1123
**New**:

package.json

Lines changed: 1 addition & 1 deletion
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.6",
39+
"version": "3.26.7",
4040
"preview": false,
4141
"engines": {
4242
"vscode": "^1.67.0"

0 commit comments

Comments
 (0)