Skip to content

Commit 00c835c

Browse files
committed
v3.10.0 update
1 parent 7052685 commit 00c835c

4 files changed

Lines changed: 37 additions & 7 deletions

File tree

CHANGELOG.md

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

77
***
88

9+
### [v3.10.0]
10+
11+
**New**:
12+
- macOS support (Only have tested in 'macOS 10.15 x64').
13+
- Notify user to reload project when project file has been changed.
14+
- Use markdown string for tooltips.
15+
16+
**Fix**:
17+
- Error program file addr priority for `.bin` file.
18+
- Error welcome string for project view.
19+
20+
**Optimize**:
21+
- MDK Importer: auto import keil project options.
22+
- Builder Options UI: auto scroll variables table.
23+
- Built-in task format warning in vscode `OUTPUT` panel.
24+
- Enable install utility tools functions for non-win32 platform.
25+
- New linker options: `Disable memory print for old gcc`.
26+
- Allow close workspace project.
27+
- Optimize project attr yaml config hint.
28+
- Add path completion provider for project yaml config (use char '\' trigger completion).
29+
- Project auto save period: 3 min.
30+
31+
***
32+
933
### [v3.9.2022102302] preview
1034

1135
**New**:

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,15 @@
88

99
## Summary 📑
1010

11-
> Supported Platform: **Windows X64 (>= Windows 10)**, **Linux x64**
12-
1311
A mcu development environment for `8051/AVR/STM8/Cortex-M/RISC-V/Universal-Gcc` on VsCode.
1412

1513
Provide `8051/AVR/STM8/Cortex-M/RISC-V` project development, compilation, program flash and other functions.
1614

15+
Supported Platforms:
16+
- **Windows X64 (>= Windows 10)**
17+
- **Linux x64**
18+
- **macOS**(Only tested in 'macOS 10.15 x64')
19+
1720
![preview](https://docs.em-ide.com/preview.png)
1821

1922
***
@@ -26,7 +29,7 @@ Provide `8051/AVR/STM8/Cortex-M/RISC-V` project development, compilation, progra
2629
* Provides many project templates for quick start a project.
2730
* Build, rebuild, support many toolchains (armcc, gcc-arm-none-eabi, riscv-gcc, xxx-gcc, keil_c51, sdcc ...).
2831
* Program flash, support: jlink, stlink, openocd, pyocd ...
29-
* Built-in serial port monitor.
32+
* ~~Built-in serial port monitor~~ (recommended to use `Serial Monitor` plug-in).
3033
* Supports static checking projects by using Cppcheck.
3134
* Automatically generates default debug configurations for debugger plug-in `cortex-debug, STM8-Debug`.
3235
* Built-in many utility tools, 'CMSIS Config Wizard UI', 'Disassembly view', 'Program resource view'...

README_ZH-CN.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,15 @@
66

77
## 简述 📑
88

9-
> 受支持的平台: **Windows X64 (>= Windows 10)**, **Linux x64**
10-
119
一款适用于 8051/STM8/Cortex-M/RISC-V 的单片机开发环境。
1210

1311
在 vscode 上提供 **8051**, **AVR**, **STM8**, **Cortex-M**, **RISC-V** ... 项目的 开发, 编译, 烧录 等功能。
1412

13+
支持的平台:
14+
- **Windows X64 (>= Windows 10)**
15+
- **Linux x64**
16+
- **macOS**(仅在 'macOS 10.15 x64' 中测试过)
17+
1518
![preview](https://docs.em-ide.com/preview.png)
1619

1720
***
@@ -24,7 +27,7 @@
2427
* 提供丰富的项目模板方便快速开始项目。
2528
* 一键编译,支持多种主流的编译工具 (armcc, gcc-arm-none-eabi, riscv-gcc, xxx-gcc, keil_c51, sdcc ...)。
2629
* 一键烧录到芯片,支持多种主流的烧录器 (jlink, stlink, openocd, pyocd ...)。
27-
* 内置的串口监视器,一键打开串口。
30+
* ~~内置的串口监视器,一键打开串口~~(建议使用 `Serial Monitor` 插件)
2831
* 支持使用 Cppcheck 对项目进行静态检查。
2932
* 自动生成默认调试配置,为调试器插件 Cortex-debug / STM8-debug 生成默认配置。
3033
* 内置多种实用工具,`CMSIS Config Wizard UI`, `反汇编查看``程序资源视图` ...

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"homepage": "https://em-ide.com",
3535
"license": "MIT",
3636
"description": "A mcu development environment for 8051/AVR/STM8/Cortex-M/RISC-V",
37-
"version": "3.9.2022102303",
37+
"version": "3.10.0",
3838
"preview": false,
3939
"engines": {
4040
"vscode": "^1.63.0"

0 commit comments

Comments
 (0)