Skip to content

Commit d9fc91d

Browse files
authored
Merge pull request #246 from eatradish/cip/readme-add-mips
在文档中添加 MIPS 支持的相关描述
2 parents e0f2f57 + bd727ed commit d9fc91d

3 files changed

Lines changed: 10 additions & 8 deletions

File tree

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
* 提供丰富的项目模板方便快速开始项目。

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,13 @@
3131
"eclipse",
3232
"iar",
3333
"msys",
34-
"cosmic"
34+
"cosmic",
35+
"mips",
36+
"mips-mti"
3537
],
3638
"homepage": "https://em-ide.com",
3739
"license": "MIT",
38-
"description": "A mcu development environment for 8051/AVR/STM8/Cortex-M/RISC-V",
40+
"description": "A mcu development environment for 8051/AVR/STM8/Cortex-M/MIPS/RISC-V",
3941
"version": "3.12.0",
4042
"preview": false,
4143
"engines": {

0 commit comments

Comments
 (0)