littlekernel / lk

LK embedded kernel
MIT License
3.14k stars 615 forks source link

[dev/gpio_i2c] add optional pullups #169

Closed girtsf closed 7 years ago

girtsf commented 7 years ago

If GPIO_I2C_PULLUPS == 1, enables pullups when not actively driving I2C lines low.

travisg commented 7 years ago

LGTM