We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b69603 commit b23c5dcCopy full SHA for b23c5dc
2 files changed
CHANGELOG.md
@@ -6,6 +6,15 @@ All notable version changes will be recorded in this file.
6
7
***
8
9
+### [v3.25.5] revision
10
+
11
+**Fix**:
12
+ - `Flasher`: fix flasher crashed when enumSerialPort failed.
13
+ - `Setup Toolchain`: fix performace issue for OnSetToolchainPath(). update toolchain descriptions.
14
+ - `sdcc+binutils Toolchain`: fix "fatal error: cannot execute 'cc1'" for Win32 platform.
15
16
+***
17
18
### [v3.25.3] revision
19
20
**Improve**:
package.json
@@ -36,7 +36,7 @@
36
"homepage": "https://em-ide.com",
37
"license": "MIT",
38
"description": "A mcu development environment for 8051/AVR/STM8/Cortex-M/MIPS/RISC-V",
39
- "version": "3.25.4",
+ "version": "3.25.5",
40
"preview": false,
41
"engines": {
42
"vscode": "^1.67.0"
0 commit comments