File tree Expand file tree Collapse file tree 4 files changed +14
-2
lines changed
Expand file tree Collapse file tree 4 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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#
Original file line number Diff line number Diff line change 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 */
Original file line number Diff line number Diff line change 11scons >= 4.0.1
22requests >= 2.27.1
33tqdm >= 4.67.1
4- kconfiglib >= 13.7.1
4+ kconfiglib @ git+https://github.com/sysprog21/Kconfiglib
55PyYAML >= 6.0
You can’t perform that action at this time.
0 commit comments