Skip to content

Commit c9dbf46

Browse files
authored
Merge pull request #340 from github0null/dev
v3.17.1 revision
2 parents 4a7f3e9 + 14dee9e commit c9dbf46

File tree

12 files changed

+52
-16
lines changed

12 files changed

+52
-16
lines changed

CHANGELOG.md

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

77
***
88

9+
### [v3.17.1] revision
10+
11+
**Fix**:
12+
- `Permission Error`: Fix Permission Denied when execute unify_builder on Unix-like system.
13+
14+
**Optimize**
15+
- `Armcc Memory Print`: Optimize ARMCC map memory information print.
16+
17+
***
18+
919
### [v3.17.0] update
1020

1121
**New**:

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.17.0",
41+
"version": "3.17.1",
4242
"preview": false,
4343
"engines": {
4444
"vscode": "^1.67.0"

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.2": {
10+
"unify_builder/3.7.3": {
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.2": {
63+
"unify_builder/3.7.3": {
6464
"type": "project",
6565
"serviceable": false,
6666
"sha512": ""
512 Bytes
Binary file not shown.

res/tools/darwin/unify_builder/x86_64/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-x64": {
10-
"unify_builder/3.7.2": {
10+
"unify_builder/3.7.3": {
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.2": {
63+
"unify_builder/3.7.3": {
6464
"type": "project",
6565
"serviceable": false,
6666
"sha512": ""
512 Bytes
Binary file not shown.

res/tools/linux/unify_builder/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/linux-x64": {
10-
"unify_builder/3.7.2": {
10+
"unify_builder/3.7.3": {
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.2": {
63+
"unify_builder/3.7.3": {
6464
"type": "project",
6565
"serviceable": false,
6666
"sha512": ""
512 Bytes
Binary file not shown.

res/tools/win32/unify_builder/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/win-x64": {
10-
"unify_builder/3.7.2": {
10+
"unify_builder/3.7.3": {
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.2": {
63+
"unify_builder/3.7.3": {
6464
"type": "project",
6565
"serviceable": false,
6666
"sha512": ""
512 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)