From 32afa64f94f13afe095fc113e19c8b06a60a65f1 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sat, 25 Oct 2025 01:19:02 +0000 Subject: [PATCH] Update BSP documentation to use sysprog21/Kconfiglib Co-authored-by: BernardXiong <1241087+BernardXiong@users.noreply.github.com> --- bsp/k230/README.md | 4 ++-- bsp/ultrarisc/ur_dp1000_evb/README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bsp/k230/README.md b/bsp/k230/README.md index f6f29066f5..64c8f60e04 100644 --- a/bsp/k230/README.md +++ b/bsp/k230/README.md @@ -73,10 +73,10 @@ $ sudo apt install -y scons python3-pip u-boot-tools patch ### 3.2.2. 一些 python 软件包 -因为本 BSP 只在 RT-Thread v5.1.0 以上才支持,所以需要确保本地已经安装过 kconfiglib。采用清华源是为了加快安装速度。 +因为本 BSP 只在 RT-Thread v5.1.0 以上才支持,所以需要确保本地已经安装过 kconfiglib。 ```shell -$ pip3 install kconfiglib -i https://pypi.tuna.tsinghua.edu.cn/simple +$ pip3 install git+https://github.com/sysprog21/Kconfiglib ``` 另外还需要一些软件包用于 rttpkgtool 打包。 diff --git a/bsp/ultrarisc/ur_dp1000_evb/README.md b/bsp/ultrarisc/ur_dp1000_evb/README.md index 017b3cdbf5..9c080169b9 100644 --- a/bsp/ultrarisc/ur_dp1000_evb/README.md +++ b/bsp/ultrarisc/ur_dp1000_evb/README.md @@ -51,7 +51,7 @@ export RTT_CC_PREFIX=riscv64-unknown-linux-musl- ```shell sudo apt install scons python3-pip -pip install kconfiglib +pip install git+https://github.com/sysprog21/Kconfiglib ``` ### 4.2.3. 编译