Skip to content

Commit

Permalink
v3.8.2022090701 update
Browse files Browse the repository at this point in the history
  • Loading branch information
github0null committed Sep 7, 2022
1 parent c756054 commit 3dc4381
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,19 @@

***

### [v3.8.2022090701] preview version

**New**:
- New IAR compiler problem message matcher
- Support auto install chip info to JLink by `jlink-device-addon` tool when install cmsis device package

**Optimize**:
- Allow use `${configName}` in file path environment variables
- Do not delete unused files when cmsis device package has been installed
- Output compiler log after build done

***

### [v3.8.2022082801] preview version

**New**
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"homepage": "https://em-ide.com",
"license": "MIT",
"description": "A mcu development environment for 8051/AVR/STM8/Cortex-M/RISC-V",
"version": "3.8.2022082801",
"version": "3.8.2022090701",
"preview": false,
"engines": {
"vscode": "^1.63.0"
Expand Down

0 comments on commit 3dc4381

Please sign in to comment.