diff options
| author | ruki <[email protected]> | 2025-01-26 14:04:13 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2025-01-26 14:04:13 +0800 |
| commit | f2ddfaf623ccdc96d5c81f788fa6aa82e3a45ccd (patch) | |
| tree | 3be03c0230697570d931c676fa1e86c4fea1a1fb | |
| parent | d0c3ea7c7b03c19f55ab1296968814c44601d3df (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 be165a285..ccafe2cf1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ * [#6054](https://github.com/xmake-io/xmake/issues/6054): Add xmake bundle for linux * [#6071](https://github.com/xmake-io/xmake/issues/6071): Improve to download package for git url, support for sparse-checkout * [#5163](https://github.com/xmake-io/xmake/issues/5163): Support TI-CGT C2000/C6000 compiler +* [#5344](https://github.com/xmake-io/xmake/issues/5344): Support IAR ARM C/C++ compiler * [#5554](https://github.com/xmake-io/xmake/issues/5554): Add custom unknown toolchains support ### Changes @@ -1952,6 +1953,7 @@ * [#6054](https://github.com/xmake-io/xmake/issues/6054): 为 linux 添加 xmake bundle 包 * [#6071](https://github.com/xmake-io/xmake/issues/6071): 改进 git 包下载,支持仅仅 clone 指定子目录 * [#5163](https://github.com/xmake-io/xmake/issues/5163): 支持 TI-CGT C2000/C6000 编译器 +* [#5344](https://github.com/xmake-io/xmake/issues/5344): 支持 IAR ARM C/C++ 编译器 * [#5554](https://github.com/xmake-io/xmake/issues/5554): 添加自定义未知工具链支持 ### 改进 @@ -248,6 +248,7 @@ cosmocc build-once run-anywhere hdk Harmony SDK ti-c2000 TI-CGT C2000 compiler ti-c6000 TI-CGT C6000 compiler +iararm IAR ARM C/C++ Compiler ``` ## Supported languages diff --git a/README_zh.md b/README_zh.md index 8ac310a44..ba8929c26 100644 --- a/README_zh.md +++ b/README_zh.md @@ -309,6 +309,7 @@ cosmocc build-once run-anywhere hdk Harmony SDK ti-c2000 TI-CGT C2000 compiler ti-c6000 TI-CGT C6000 compiler +iararm IAR ARM C/C++ Compiler ``` ## 支持语言 |
