Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Migrate to sysprog21/Kconfiglib for improved UI and active maintenance#10845

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Draft
Copilot wants to merge4 commits intomaster
base:master
Choose a base branch
Loading
fromcopilot/use-refined-kconfiglib
Draft
Show file tree
Hide file tree
Changes fromall commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion.github/workflows/utest_auto_run.yml
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -91,7 +91,7 @@ jobs:
run: |
sudo apt-get update
sudo apt-get -yqq install scons qemu-system git
pip3 installkconfiglib
pip3 installgit+https://github.com/sysprog21/Kconfiglib

- name: Install ToolChains
shell: bash
Expand Down
6 changes: 4 additions & 2 deletionsbsp/k230/README.md
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -73,12 +73,14 @@ $ 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 installkconfiglib -ihttps://pypi.tuna.tsinghua.edu.cn/simple
$ pip3 installgit+https://github.com/sysprog21/Kconfiglib
```

注意:如果下载速度较慢,可以使用 git 代理或设置 pip 镜像源来加速安装。

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

Place the information for using mirrors.


另外还需要一些软件包用于 rttpkgtool 打包。

```shell
Expand Down
8 changes: 8 additions & 0 deletionsbsp/qemu-vexpress-a9/.config
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -742,6 +742,7 @@ CONFIG_RT_PAGE_MAX_ORDER=11
# CONFIG_PKG_USING_RVBACKTRACE is not set
# CONFIG_PKG_USING_HPATCHLITE is not set
# CONFIG_PKG_USING_THREAD_METRIC is not set
# CONFIG_PKG_USING_UORB is not set
# end of tools packages

#
Expand DownExpand Up@@ -836,6 +837,7 @@ CONFIG_RT_PAGE_MAX_ORDER=11
# CONFIG_PKG_USING_R_RHEALSTONE is not set
# CONFIG_PKG_USING_HEARTBEAT is not set
# CONFIG_PKG_USING_MICRO_ROS_RTTHREAD_PACKAGE is not set
# CONFIG_PKG_USING_CHERRYECAT is not set
# end of system packages

#
Expand DownExpand Up@@ -992,6 +994,12 @@ CONFIG_RT_PAGE_MAX_ORDER=11
# CONFIG_PKG_USING_GD32_ARM_CMSIS_DRIVER is not set
# CONFIG_PKG_USING_GD32_ARM_SERIES_DRIVER is not set
# end of GD32 Drivers

#
# HPMicro SDK
#
# CONFIG_PKG_USING_HPM_SDK is not set
# end of HPMicro SDK
# end of HAL & SDK Drivers

#
Expand Down
4 changes: 4 additions & 0 deletionsbsp/qemu-vexpress-a9/rtconfig.h
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -418,6 +418,10 @@
/* GD32 Drivers */

/* end of GD32 Drivers */

/* HPMicro SDK */

/* end of HPMicro SDK */
/* end of HAL & SDK Drivers */

/* sensors drivers */
Expand Down
5 changes: 4 additions & 1 deletionbsp/ultrarisc/ur_dp1000_evb/README.md
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -51,8 +51,11 @@ export RTT_CC_PREFIX=riscv64-unknown-linux-musl-

```shell
sudo apt install scons python3-pip
pip installkconfiglib
pip installgit+https://github.com/sysprog21/Kconfiglib
```

注意:如果下载速度较慢,可以使用 git 代理或设置 pip 镜像源来加速安装。

### 4.2.3. 编译

```shell
Expand Down
2 changes: 1 addition & 1 deletiontools/requirements.txt
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
scons>=4.0.1
requests>=2.27.1
tqdm>=4.67.1
kconfiglib>=13.7.1
kconfiglib @ git+https://github.com/sysprog21/Kconfiglib
PyYAML>=6.0
Loading

[8]ページ先頭

©2009-2026 Movatter.jp