Skip to content

Commit c340dbc

Browse files
authored
Merge pull request #373 from github0null/dev
v3.19.8 update
2 parents af2f20c + 1127119 commit c340dbc

28 files changed

+220
-104
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,19 @@ All notable version changes will be recorded in this file.
66

77
***
88

9+
### [v3.19.8] update
10+
11+
**Fix**:
12+
- `Chip Package`: Storage layout default value missed.
13+
- `Unify Builder`: Fix ac6 linker options missed on macos. Thanks [@Deadline039](https://github.com/Deadline039).
14+
15+
**Optimize**:
16+
- `Unify Builder`: Use 'dotnet unify_builder.dll' instead of 'unify_builder.exe' on arm64 platform.
17+
- `C/C++ Config Provider`: Use g++ when provide compilerPath for cpptools.
18+
- `Other`: Append msys path to the tail of system PATH, not head.
19+
20+
***
21+
922
### [v3.19.6] update
1023

1124
**Change**:

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Embedded IDE
22

3+
[![](https://img.shields.io/badge/home_page-em--ide.com-blue)](https://em-ide.com/)
4+
[![](https://img.shields.io/badge/chat-discuss.em--ide.com-orange)](https://discuss.em-ide.com/)
5+
[![](https://img.shields.io/visual-studio-marketplace/v/CL.eide)](https://marketplace.visualstudio.com/items?itemName=CL.eide)
6+
[![](https://img.shields.io/visual-studio-marketplace/i/CL.eide)](https://marketplace.visualstudio.com/items?itemName=CL.eide)
7+
[![](https://img.shields.io/visual-studio-marketplace/stars/CL.eide)](https://marketplace.visualstudio.com/items?itemName=CL.eide&ssr=false#review-details)
8+
39
***
410

511
## [中文](./README_ZH-CN.md)

README_ZH-CN.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Embedded IDE
22

3+
[![](https://img.shields.io/badge/主页-em--ide.com-blue)](https://em-ide.com/)
4+
[![](https://img.shields.io/badge/论坛-discuss.em--ide.com-orange)](https://discuss.em-ide.com/)
5+
[![](https://img.shields.io/visual-studio-marketplace/v/CL.eide)](https://marketplace.visualstudio.com/items?itemName=CL.eide)
6+
[![](https://img.shields.io/visual-studio-marketplace/i/CL.eide)](https://marketplace.visualstudio.com/items?itemName=CL.eide)
7+
[![](https://img.shields.io/visual-studio-marketplace/stars/CL.eide)](https://marketplace.visualstudio.com/items?itemName=CL.eide&ssr=false#review-details)
8+
39
***
410

511
## 简述 📑

lib/node-utility

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"homepage": "https://em-ide.com",
3939
"license": "MIT",
4040
"description": "A mcu development environment for 8051/AVR/STM8/Cortex-M/MIPS/RISC-V",
41-
"version": "3.19.6",
41+
"version": "3.19.8",
4242
"preview": false,
4343
"engines": {
4444
"vscode": "^1.67.0"
0 Bytes
Binary file not shown.

res/tools/darwin/unify_builder/arm64/unify_builder.deps.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"targets": {
88
".NETCoreApp,Version=v6.0": {},
99
".NETCoreApp,Version=v6.0/osx-arm64": {
10-
"unify_builder/3.7.4": {
10+
"unify_builder/3.7.5": {
1111
"dependencies": {
1212
"CommandLineParser": "2.9.1",
1313
"ConsoleTableExt": "3.1.9",
@@ -60,7 +60,7 @@
6060
}
6161
},
6262
"libraries": {
63-
"unify_builder/3.7.4": {
63+
"unify_builder/3.7.5": {
6464
"type": "project",
6565
"serviceable": false,
6666
"sha512": ""
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)