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 808d494 commit a0c4d28Copy full SHA for a0c4d28
CHANGELOG.md
@@ -6,6 +6,13 @@ All notable version changes will be recorded in this file.
6
7
***
8
9
+### [v3.25.0] update
10
+
11
+**New**:
12
+ - `Flasher`: Support new flasher [probe-rs](https://probe.rs/docs/overview/about-probe-rs/). Used for 'ARM', 'RISCV' chips.
13
14
+***
15
16
### [v3.24.2] update
17
18
**New**:
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.24.2",
+ "version": "3.25.0",
40
"preview": false,
41
"engines": {
42
"vscode": "^1.67.0"
0 commit comments