Updates the API and types to match updated I2C terminology. Replaces master with controller and slave with target. Updates all drivers to match the changed macros, types, and API signatures. Signed-off-by: Tom Burdick <thomas.burdick@intel.com>
8 lines
153 B
Plaintext
8 lines
153 B
Plaintext
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
mainmenu "I2C Target API Test"
|
|
|
|
source "Kconfig.zephyr"
|
|
|
|
source "tests/drivers/i2c/i2c_target_api/common/Kconfig"
|