From bd25e040e4318f8b1eb60c045196fac7962154b6 Mon Sep 17 00:00:00 2001 From: ruki Date: Tue, 10 May 2022 23:32:05 +0800 Subject: update changelog --- CHANGELOG.md | 2 ++ README.md | 1 + README_zh.md | 1 + 3 files changed, 4 insertions(+) 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 工程支持 ### 改进 diff --git a/README.md b/README.md index c5690667a..1d12d2c54 100644 --- a/README.md +++ b/README.md @@ -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 ``` ## 支持语言 -- cgit v1.3.1