This website requires JavaScript.
Explore
Help
Sign In
OrgZephyr
/
zephyr
mirror of
https://github.com/zephyrproject-rtos/zephyr.git
Watch
1
Star
0
Fork
You've already forked zephyr
0
Code
Issues
Releases
Wiki
Activity
fb60aab245
zephyr
/
tests
/
drivers
/
i2c
/
i2c_tca954x
/
prj.conf
4 lines
49 B
Plaintext
Raw
Normal View
History
Unescape
Escape
driver: i2c: Add TCA9546a I2C switch driver The driver only support use case where the channels are used in mutual exclusion. Origin: Original Signed-off-by: Guillaume Lager <g.lager@innoseis.com>
2021-07-28 16:42:31 +08:00
CONFIG_ZTEST=y
CONFIG_I2C=y
driver: i2c: TCA9546A: Rename to TCA954x Prepare the driver to upcoming support of more mux references. Rename all TCA9546A related files to TCA954x. Keep ti,tca9546a and ti,tca9546a-channel compatible for backward compatibility reasons. New tca954x-base binding embedding common properties, tca9546a binding inherits from it and define its own compatibles fields. Signed-off-by: Aymeric Aillet <aymeric.aillet@iot.bzh>
2021-12-06 22:59:40 +08:00
CONFIG_I2C_TCA954X=y