[bsp][drivers][soft_i2c] unify the software I2C driver

This commit is contained in:
CYFS
2026-07-16 13:19:57 +08:00
committed by Rbb666
parent 997de9433a
commit 414ff7f371
488 changed files with 9939 additions and 14091 deletions
@@ -21,9 +21,6 @@ if GetDepend(['RT_USING_CAN']):
if GetDepend(['RT_USING_CLOCK_TIME']):
src += ['drv_timer.c']
if GetDepend(['RT_USING_I2C']):
src += ['drv_soft_i2c.c']
if GetDepend(['RT_USING_PWM']):
src += ['drv_pwm.c']