Skip to content

Commit

Permalink
Merge pull request #250 from github0null/dev
Browse files Browse the repository at this point in the history
v3.12.2023051401 preview version
  • Loading branch information
github0null committed May 14, 2023
2 parents bc3cb8a + a82a935 commit cc2053a
Show file tree
Hide file tree
Showing 30 changed files with 1,904 additions and 140 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,28 @@ All notable version changes will be recorded in this file.

***

### [v3.12.2023051401] update

**New**:
- `MIPS Project`: Support new project type `MIPS` and new toolchain `MTI GCC`, thanks [@eatradish](https://github.com/eatradish).
- `Status Bar`: Add status bar for project target switch.

**Fix**:
- `Switch Target`: Not copy source options file if it's not existed when switch target.
- `Cpptools Intellisense`: Notify cpptools update source config after active project changed.

**Change**:
- `IAR Arm Toolchain`: Remove auto-gen '-I' include options for iar arm assembler.

**Optimize**:
- `COSMIC_STM8`: Auto generate `.d` files for COSMIC_STM8.
- `KeilC51 Importer`: Setup 'CClasses, UserClasses' when import a keilc51 project.
- `System Variables`: Add some system variables, like: `${SYS_Platform}, ${SYS_DirSep} ...`
- `Auto Save`: Compare content before save project.
- `Source Folder`: Need to confirm before remove src folder.

***

### [v3.12.0] update

**New**:
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@

## Summary 📑

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

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

Supported Platforms:
- **Windows x64 (>= Windows 10)**
Expand All @@ -21,7 +21,7 @@ Supported Platforms:

## Features 🎉

* Support 8051, AVR, STM8, Cortex-M, RISC-V, Universal-Gcc projects.
* Support 8051, AVR, STM8, Cortex-M, MIPS MTI, RISC-V, Universal-Gcc projects.
* Support to import KEIL5/IAR/Eclipse projects, support to import 'IAR-STM8, IAR-ARM, Segger Embedded Studio' project source file resource tree.
* Support for installing standard KEIL chip support packs (only for Cortex-M projects).
* Provides many project templates for quick start a project.
Expand Down
6 changes: 3 additions & 3 deletions README_ZH-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@

## 简述 📑

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

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

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

## 功能特性 🎉

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

0 comments on commit cc2053a

Please sign in to comment.