Skip to content

Commit 5d01a20

Browse files
committed
update readme for v3.9.0
1 parent f4c8541 commit 5d01a20

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Provide `8051/AVR/STM8/Cortex-M/RISC-V` project development, compilation, progra
2121
## Features 🎉
2222

2323
* Support 8051, AVR, STM8, Cortex-M, RISC-V, Universal-Gcc projects.
24-
* Support to import KEIL5/Eclipse projects, support to import 'IAR-STM8, IAR-ARM, Segger Embedded Studio' project source file resource tree.
24+
* Support to import KEIL5/IAR/Eclipse projects, support to import 'IAR-STM8, IAR-ARM, Segger Embedded Studio' project source file resource tree.
2525
* Support for installing standard KEIL chip support packs (only for Cortex-M projects).
2626
* Provides many project templates for quick start a project.
2727
* Build, rebuild, support many toolchains (armcc, gcc-arm-none-eabi, riscv-gcc, xxx-gcc, keil_c51, sdcc ...).

README_ZH-CN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
## 功能特性 🎉
2020

2121
* 支持开发 8051,STM8,AVR,Cortex-M,RISC-V, AnyGcc 项目。
22-
* 支持导入 KEIL5/Eclipse 项目,支持导入 `IAR-STM8, IAR-ARM, Segger Embedded Studio` 项目源文件资源树。
22+
* 支持导入 KEIL5/IAR/Eclipse 项目,支持导入 `IAR-STM8, IAR-ARM, Segger Embedded Studio` 项目源文件资源树。
2323
* 支持安装标准的 KEIL 芯片支持包 (仅用于 Cortex-M 项目)。
2424
* 提供丰富的项目模板方便快速开始项目。
2525
* 一键编译,支持多种主流的编译工具 (armcc, gcc-arm-none-eabi, riscv-gcc, xxx-gcc, keil_c51, sdcc ...)。

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@
2828
"keil",
2929
"eide",
3030
"cmsis",
31-
"eclipse"
31+
"eclipse",
32+
"iar"
3233
],
3334
"homepage": "https://em-ide.com",
3435
"license": "MIT",

0 commit comments

Comments
 (0)