From 30be0be69027995bb057f93d566838f41aabc49b Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sat, 25 Oct 2025 01:17:02 +0000 Subject: [PATCH] Update kconfiglib to use sysprog21/Kconfiglib fork Co-authored-by: BernardXiong <1241087+BernardXiong@users.noreply.github.com> --- .github/workflows/utest_auto_run.yml | 2 +- bsp/qemu-vexpress-a9/.config | 8 ++++++++ bsp/qemu-vexpress-a9/rtconfig.h | 4 ++++ tools/requirements.txt | 2 +- 4 files changed, 14 insertions(+), 2 deletions(-) diff --git a/.github/workflows/utest_auto_run.yml b/.github/workflows/utest_auto_run.yml index 107b1b3fe6..4140dd19dc 100644 --- a/.github/workflows/utest_auto_run.yml +++ b/.github/workflows/utest_auto_run.yml @@ -91,7 +91,7 @@ jobs: run: | sudo apt-get update sudo apt-get -yqq install scons qemu-system git - pip3 install kconfiglib + pip3 install git+https://github.com/sysprog21/Kconfiglib - name: Install ToolChains shell: bash diff --git a/bsp/qemu-vexpress-a9/.config b/bsp/qemu-vexpress-a9/.config index 67eb2636e1..ad4825bdf5 100644 --- a/bsp/qemu-vexpress-a9/.config +++ b/bsp/qemu-vexpress-a9/.config @@ -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 # @@ -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 # @@ -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 # diff --git a/bsp/qemu-vexpress-a9/rtconfig.h b/bsp/qemu-vexpress-a9/rtconfig.h index 8125bcebd1..1a74668b66 100644 --- a/bsp/qemu-vexpress-a9/rtconfig.h +++ b/bsp/qemu-vexpress-a9/rtconfig.h @@ -418,6 +418,10 @@ /* GD32 Drivers */ /* end of GD32 Drivers */ + +/* HPMicro SDK */ + +/* end of HPMicro SDK */ /* end of HAL & SDK Drivers */ /* sensors drivers */ diff --git a/tools/requirements.txt b/tools/requirements.txt index 33b60c4c74..fe0d7a1115 100644 --- a/tools/requirements.txt +++ b/tools/requirements.txt @@ -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 \ No newline at end of file