diff options
| author | ruki <[email protected]> | 2022-05-10 23:32:05 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2022-05-10 23:32:05 +0800 |
| commit | bd25e040e4318f8b1eb60c045196fac7962154b6 (patch) | |
| tree | 1aaa72651faa74d2aa419b157b167af0f1fc66b6 | |
| parent | 4ceb56296bccbefeab9568b4391cf8f01b114ff7 (diff) | |
update changelog
| -rw-r--r-- | CHANGELOG.md | 2 | ||||
| -rw-r--r-- | README.md | 1 | ||||
| -rw-r--r-- | README_zh.md | 1 |
3 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index e5709aad6..b2a591b89 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ * [#2327](https://github.com/xmake-io/xmake/issues/2327): Support nvc/nvc++/nvfortran in nvidia-hpc-sdk * Add path instance interfaces * [#2334](https://github.com/xmake-io/xmake/pull/2334): Add lz4 compress module +* [#2349](https://github.com/xmake-io/xmake/pull/2349): Add keil/c51 project support ### Changes @@ -1261,6 +1262,7 @@ * [#2327](https://github.com/xmake-io/xmake/issues/2327): 支持 nvidia-hpc-sdk 工具链中的 nvc/nvc++/nvfortran 编译器 * 添加 path 实例接口 * [#2334](https://github.com/xmake-io/xmake/pull/2334): 添加 lz4 压缩模块 +* [#2349](https://github.com/xmake-io/xmake/pull/2349): 添加 keil/c51 工程支持 ### 改进 @@ -263,6 +263,7 @@ nim Nim Programming Language Compiler circle A new C++20 compiler armcc ARM Compiler Version 5 of Keil MDK armclang ARM Compiler Version 6 of Keil MDK +c51 Keil development tools for the 8051 Microcontroller Architecture ``` ## Supported Languages diff --git a/README_zh.md b/README_zh.md index 641d113f2..b6929eb9a 100644 --- a/README_zh.md +++ b/README_zh.md @@ -271,6 +271,7 @@ nim Nim Programming Language Compiler circle A new C++20 compiler armcc ARM Compiler Version 5 of Keil MDK armclang ARM Compiler Version 6 of Keil MDK +c51 Keil development tools for the 8051 Microcontroller Architecture ``` ## 支持语言 |
