Skip to content

Commit 705afff

Browse files
committed
v3.23.10 revision
1 parent 0b837de commit 705afff

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

CHANGELOG.md

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

77
***
88

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

1111
**Improve**:
1212
- `GNU Arm Toolchain`: Support new mcpu: `cortex-m52, cortex-m55, cortex-m85`.
1313
- `unify_builder`: Optimize builder speed.
1414
- `File Options`: Add memory assignment feature for `AC5`, `AC6` toolchain. Thanks the contributor [Deadline039](https://github.com/Deadline039)
1515
- `File Options GUI`: Update the translation text. Optimize layout.
1616
- `DebugConfig Generator GUI`: Change gui element width. Sort the option result list.
17+
- `AC5/AC6 Assembler`: Support use `<key>=<val>` preprocessor format for AC5/AC6 armasm.
18+
- `Makefile Generator`: Improve makefile generator.
1719

1820
**Fix**:
1921
- `IAR ARM Toolchain`: Miss auto-gen `-I` params for iar assembler.

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

0 commit comments

Comments
 (0)