Skip to content

Commit cc2053a

Browse files
authored
Merge pull request #250 from github0null/dev
v3.12.2023051401 preview version
2 parents bc3cb8a + a82a935 commit cc2053a

30 files changed

Lines changed: 1904 additions & 140 deletions

CHANGELOG.md

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

77
***
88

9+
### [v3.12.2023051401] update
10+
11+
**New**:
12+
- `MIPS Project`: Support new project type `MIPS` and new toolchain `MTI GCC`, thanks [@eatradish](https://github.com/eatradish).
13+
- `Status Bar`: Add status bar for project target switch.
14+
15+
**Fix**:
16+
- `Switch Target`: Not copy source options file if it's not existed when switch target.
17+
- `Cpptools Intellisense`: Notify cpptools update source config after active project changed.
18+
19+
**Change**:
20+
- `IAR Arm Toolchain`: Remove auto-gen '-I' include options for iar arm assembler.
21+
22+
**Optimize**:
23+
- `COSMIC_STM8`: Auto generate `.d` files for COSMIC_STM8.
24+
- `KeilC51 Importer`: Setup 'CClasses, UserClasses' when import a keilc51 project.
25+
- `System Variables`: Add some system variables, like: `${SYS_Platform}, ${SYS_DirSep} ...`
26+
- `Auto Save`: Compare content before save project.
27+
- `Source Folder`: Need to confirm before remove src folder.
28+
29+
***
30+
931
### [v3.12.0] update
1032

1133
**New**:

README.md

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

77
## Summary 📑
88

9-
A mcu development environment for `8051/AVR/STM8/Cortex-M/RISC-V/Universal-Gcc` on VsCode.
9+
A mcu development environment for `8051/AVR/STM8/Cortex-M/MIPS/RISC-V/Universal-Gcc` on VsCode.
1010

11-
Provide `8051/AVR/STM8/Cortex-M/RISC-V` project development, compilation, program flash and other functions.
11+
Provide `8051/AVR/STM8/Cortex-M/MIPS/RISC-V` project development, compilation, program flash and other functions.
1212

1313
Supported Platforms:
1414
- **Windows x64 (>= Windows 10)**
@@ -21,7 +21,7 @@ Supported Platforms:
2121

2222
## Features 🎉
2323

24-
* Support 8051, AVR, STM8, Cortex-M, RISC-V, Universal-Gcc projects.
24+
* Support 8051, AVR, STM8, Cortex-M, MIPS MTI, RISC-V, Universal-Gcc projects.
2525
* Support to import KEIL5/IAR/Eclipse projects, support to import 'IAR-STM8, IAR-ARM, Segger Embedded Studio' project source file resource tree.
2626
* Support for installing standard KEIL chip support packs (only for Cortex-M projects).
2727
* Provides many project templates for quick start a project.

README_ZH-CN.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44

55
## 简述 📑
66

7-
一款适用于 8051/STM8/Cortex-M/RISC-V 的单片机开发环境。
7+
一款适用于 8051/STM8/Cortex-M/MIPS/RISC-V 的单片机开发环境。
88

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

1111
支持的平台:
1212
- **Windows x64 (>= Windows 10)**
@@ -19,7 +19,7 @@
1919

2020
## 功能特性 🎉
2121

22-
* 支持开发 8051,STM8,AVR,Cortex-M,RISC-V, AnyGcc 项目。
22+
* 支持开发 8051,STM8,AVR,Cortex-M,MIPS MTI, RISC-V, AnyGcc 项目。
2323
* 支持导入 KEIL5/IAR/Eclipse 项目,支持导入 `IAR-STM8, IAR-ARM, Segger Embedded Studio` 项目源文件资源树。
2424
* 支持安装标准的 KEIL 芯片支持包 (仅用于 Cortex-M 项目)。
2525
* 提供丰富的项目模板方便快速开始项目。

0 commit comments

Comments
 (0)