Skip to content
Merged
Show file tree
Hide file tree
Changes from all 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
1 change: 1 addition & 0 deletions bsp/k230/.ci/attachconfig/ci.attachconfig.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ devices.i2c:
- CONFIG_RT_USING_I2C=y
- CONFIG_BSP_USING_I2C=y
- CONFIG_BSP_USING_I2C0=y
- CONFIG_BSP_USING_I2C_DMA=y
devices.adc:
<<: *scons
kconfig:
Expand Down
7 changes: 0 additions & 7 deletions bsp/k230/.config
Copy link
Contributor

Choose a reason for hiding this comment

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

.config 没有实质的改动,不要提交.
同理对于 rtconfig.h

Copy link
Contributor Author

Choose a reason for hiding this comment

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

这边应该是其他地方有删减,我restore .config rtconfig.h后重新打开menuconfig什么都不做然后保存后就有删除的改动了

Original file line number Diff line number Diff line change
Expand Up @@ -941,7 +941,6 @@ CONFIG_RT_USING_VDSO=y
# 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 Down Expand Up @@ -1099,12 +1098,6 @@ CONFIG_RT_USING_VDSO=y
# 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 deletions bsp/k230/board/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ menu "Drivers Configuration"
default n

if BSP_USING_I2C
config BSP_USING_I2C_DMA
bool "Enable I2C with DMA"
default n

config BSP_USING_I2C0
bool "Enable I2C0"
default n
Expand Down
Loading