Skip to content

Commit 30be0be

Browse files
CopilotBernardXiong
andcommitted
Update kconfiglib to use sysprog21/Kconfiglib fork
Co-authored-by: BernardXiong <[email protected]>
1 parent f6272a2 commit 30be0be

File tree

4 files changed

+14
-2
lines changed

4 files changed

+14
-2
lines changed

.github/workflows/utest_auto_run.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
run: |
9292
sudo apt-get update
9393
sudo apt-get -yqq install scons qemu-system git
94-
pip3 install kconfiglib
94+
pip3 install git+https://github.com/sysprog21/Kconfiglib
9595
9696
- name: Install ToolChains
9797
shell: bash

bsp/qemu-vexpress-a9/.config

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -742,6 +742,7 @@ CONFIG_RT_PAGE_MAX_ORDER=11
742742
# CONFIG_PKG_USING_RVBACKTRACE is not set
743743
# CONFIG_PKG_USING_HPATCHLITE is not set
744744
# CONFIG_PKG_USING_THREAD_METRIC is not set
745+
# CONFIG_PKG_USING_UORB is not set
745746
# end of tools packages
746747

747748
#
@@ -836,6 +837,7 @@ CONFIG_RT_PAGE_MAX_ORDER=11
836837
# CONFIG_PKG_USING_R_RHEALSTONE is not set
837838
# CONFIG_PKG_USING_HEARTBEAT is not set
838839
# CONFIG_PKG_USING_MICRO_ROS_RTTHREAD_PACKAGE is not set
840+
# CONFIG_PKG_USING_CHERRYECAT is not set
839841
# end of system packages
840842

841843
#
@@ -992,6 +994,12 @@ CONFIG_RT_PAGE_MAX_ORDER=11
992994
# CONFIG_PKG_USING_GD32_ARM_CMSIS_DRIVER is not set
993995
# CONFIG_PKG_USING_GD32_ARM_SERIES_DRIVER is not set
994996
# end of GD32 Drivers
997+
998+
#
999+
# HPMicro SDK
1000+
#
1001+
# CONFIG_PKG_USING_HPM_SDK is not set
1002+
# end of HPMicro SDK
9951003
# end of HAL & SDK Drivers
9961004

9971005
#

bsp/qemu-vexpress-a9/rtconfig.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -418,6 +418,10 @@
418418
/* GD32 Drivers */
419419

420420
/* end of GD32 Drivers */
421+
422+
/* HPMicro SDK */
423+
424+
/* end of HPMicro SDK */
421425
/* end of HAL & SDK Drivers */
422426

423427
/* sensors drivers */

tools/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
scons>=4.0.1
22
requests>=2.27.1
33
tqdm>=4.67.1
4-
kconfiglib>=13.7.1
4+
kconfiglib @ git+https://github.com/sysprog21/Kconfiglib
55
PyYAML>=6.0

0 commit comments

Comments
 (0)