Skip to content

Commit 58d10a0

Browse files
committed
docs(tools): Fix clang-tidy documentation about RISC-V being supported
1 parent cfb7858 commit 58d10a0

File tree

2 files changed

+0
-12
lines changed

2 files changed

+0
-12
lines changed

docs/en/api-guides/tools/idf-clang-tidy.rst

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,6 @@ The IDF Clang Tidy is a tool that uses `clang-tidy <https://clang.llvm.org/extra
1212

1313
Only clang based toolchain is currently supported. It has to be activated by setting ``IDF_TOOLCHAIN=clang`` in the environment or in CMake cache before configuring the project.
1414

15-
.. only:: CONFIG_IDF_TARGET_ARCH_RISCV
16-
17-
.. warning::
18-
19-
This tool does not support RISC-V based chips yet. For now, we do not provide clang based toolchain for RISC-V.
20-
2115
Prerequisites
2216
=============
2317

docs/zh_CN/api-guides/tools/idf-clang-tidy.rst

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,6 @@ IDF clang-tidy 是使用 `clang-tidy <https://clang.llvm.org/extra/clang-tidy/>`
1212

1313
目前仅支持基于 clang 的工具链。在配置项目前,必须在环境变量或 CMake 缓存中设置 ``IDF_TOOLCHAIN=clang`` 进行激活。
1414

15-
.. only:: CONFIG_IDF_TARGET_ARCH_RISCV
16-
17-
.. warning::
18-
19-
当前工具尚不支持基于 RISC-V 的芯片。目前,乐鑫尚未针对 RISC-V 提供基于 clang 的工具链。
20-
2115
准备工作
2216
=============
2317

0 commit comments

Comments
 (0)