Skip to content

Commit 6fc46e9

Browse files
committed
v3.23.9 revision
1 parent 78aba51 commit 6fc46e9

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ All notable version changes will be recorded in this file.
66

77
***
88

9-
### [v3.23.8] revision
9+
### [v3.23.9] revision
1010

1111
**Improve**:
1212
- `GNU Arm Toolchain`: Support new mcpu: `cortex-m52, cortex-m55, cortex-m85`.
@@ -15,6 +15,11 @@ All notable version changes will be recorded in this file.
1515
- `File Options GUI`: Update the translation text. Optimize layout.
1616
- `DebugConfig Generator GUI`: Change gui element width. Sort the option result list.
1717

18+
**Fix**:
19+
- `IAR ARM Toolchain`: Miss auto-gen `-I` params for iar assembler.
20+
- `Keil Project Import`: Force use ';' as the path delimiter on unix and windows.
21+
- `Eclipse Project Import`: Incorrect project type was detected.
22+
1823
***
1924

2025
### [v3.23.6] revision

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.23.8",
39+
"version": "3.23.9",
4040
"preview": false,
4141
"engines": {
4242
"vscode": "^1.67.0"

0 commit comments

Comments
 (0)